-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathpackage.json
81 lines (81 loc) · 2.38 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
76
77
78
79
80
81
{
"name": "coloradocolby",
"private": true,
"version": "0.1.0",
"license": "MIT",
"scripts": {
"build": "gatsby build",
"style": "postcss src/styles/index.pcss -o src/styles/tailwind.css",
"dev": "gatsby develop",
"lint": "eslint --fix .",
"start": "npm run style && npm run develop",
"serve": "gatsby serve",
"clean": "gatsby clean",
"test": "echo \"Write tests! -> https://gatsby.dev/unit-testing\" && exit 1"
},
"dependencies": {
"@heroicons/react": "^1.0.1",
"gatsby": "^2.18.12",
"gatsby-image": "^2.2.40",
"gatsby-plugin-google-analytics": "^2.2.2",
"gatsby-plugin-manifest": "^2.2.42",
"gatsby-plugin-netlify": "^2.1.32",
"gatsby-plugin-netlify-cms": "^4.1.37",
"gatsby-plugin-netlify-cms-paths": "^1.3.0",
"gatsby-plugin-postcss": "^2.1.20",
"gatsby-plugin-sass": "^2.1.27",
"gatsby-plugin-sharp": "^2.4.3",
"gatsby-plugin-sitemap": "^2.2.28",
"gatsby-remark-images": "^3.1.42",
"gatsby-remark-prismjs": "^3.3.30",
"gatsby-remark-relative-images": "^0.2.3",
"gatsby-source-filesystem": "^2.1.46",
"gatsby-transformer-remark": "^2.6.48",
"gatsby-transformer-sharp": "^2.3.13",
"loaders.css": "^0.1.2",
"netlify-cms-app": "^2.11.9",
"node-sass": "^4.13.1",
"prismjs": "^1.19.0",
"react": "^16.12.0",
"react-dom": "^16.12.0",
"react-feather": "^2.0.3",
"react-helmet": "^5.2.1",
"react-icons": "^3.8.0",
"react-loaders": "^3.0.1",
"styled-components": "^5.0.1",
"styled-theming": "^2.2.0",
"validator": "^12.2.0"
},
"devDependencies": {
"@babel/plugin-proposal-class-properties": "^7.8.3",
"@babel/plugin-transform-runtime": "^7.9.0",
"@babel/preset-env": "^7.9.5",
"@tailwindcss/custom-forms": "^0.2.1",
"autoprefixer": "^9.7.6",
"eslint-config-prettier": "^6.11.0",
"eslint-plugin-prettier": "^3.1.3",
"eslint-plugin-react-hooks": "^4.0.0",
"husky": "^4.2.5",
"postcss-cli": "^7.1.1",
"prettier": "^1.19.1",
"pretty-quick": "^2.0.1",
"tailwindcss": "^1.7.0"
},
"browserslist": [
">0.2%",
"not dead",
"not op_mini all"
],
"repository": {
"type": "git",
"url": "https://github.com/gatsbyjs/gatsby-starter-hello-world"
},
"bugs": {
"url": "https://github.com/gatsbyjs/gatsby/issues"
},
"husky": {
"hooks": {
"pre-commit": "pretty-quick --staged"
}
}
}