-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathpackage.json
75 lines (75 loc) · 2.4 KB
/
package.json
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
{
"name": "gatsby-starter-software-crafts",
"private": true,
"description": "A blank Gatsby some the software crafts defaults",
"version": "0.1.0",
"license": "MIT",
"scripts": {
"build": "gatsby build",
"develop": "gatsby develop",
"format": "prettier --write \"**/*.{js,jsx,json,md}\"",
"start": "npm run develop",
"serve": "gatsby serve",
"clean": "gatsby clean",
"type-check": "tsc --noEmit",
"lint": "eslint . --ignore-path .gitignore --ext .ts,.tsx,.js",
"test": "echo \"Write tests! -> https://gatsby.dev/unit-testing\" && exit 1"
},
"dependencies": {
"@fontsource/dm-serif-display": "^4.5.0",
"@fontsource/montserrat": "^4.5.1",
"@headlessui/react": "^1.4.1",
"@heroicons/react": "^1.0.4",
"@react-hook/window-size": "^3.0.7",
"@tailwindcss/forms": "^0.3.3",
"axios": "^0.21.4",
"dayjs": "^1.10.6",
"dotenv": "^10.0.0",
"gatsby": "^3.14.0",
"gatsby-plugin-image": "^1.14.1",
"gatsby-plugin-manifest": "^3.12.0",
"gatsby-plugin-postcss": "^4.12.0",
"gatsby-plugin-prismic-previews": "^4.1.2",
"gatsby-plugin-react-helmet": "^4.12.0",
"gatsby-plugin-sharp": "^3.12.0",
"gatsby-plugin-transition-link": "^1.20.5",
"gatsby-plugin-typescript": "^3.12.0",
"gatsby-plugin-web-font-loader": "^1.0.4",
"gatsby-source-airtable": "^2.2.1",
"gatsby-source-prismic": "^4.1.2",
"gatsby-transformer-sharp": "^3.12.0",
"gsap": "^3.7.1",
"netlify": "^8.0.1",
"prismic-reactjs": "^1.3.4",
"react": "^17.0.2",
"react-calendly": "^2.2.1",
"react-dom": "^17.0.2",
"react-helmet": "^6.1.0"
},
"devDependencies": {
"@types/node": "^16.7.1",
"@types/react": "^17.0.19",
"@types/react-dom": "^17.0.9",
"@types/react-helmet": "^6.1.2",
"@typescript-eslint/eslint-plugin": "^4.29.3",
"@typescript-eslint/parser": "^4.29.3",
"eslint": "^7.1.0",
"eslint-config-prettier": "^8.3.0",
"eslint-plugin-prettier": "^3.1.3",
"eslint-plugin-react-hooks": "^4.2.0",
"gatsby-plugin-tslint": "^0.0.2",
"prettier": "^2.0.5",
"tailwindcss": "^2.2.7",
"tailwindcss-touch": "^1.0.1",
"tslint": "^6.1.2",
"tslint-loader": "^3.5.4",
"typescript": "^4.3.5"
},
"repository": {
"type": "git",
"url": "https://github.com/softwarecrafts/gatsby-starter"
},
"bugs": {
"url": "https://github.com/softwarecrafts/gatsby-starter/issues"
}
}