-
Notifications
You must be signed in to change notification settings - Fork 2
/
package.json
68 lines (68 loc) · 2.16 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
{
"name": "Netsby",
"description": "Gatsby and Netlify CMS learning project",
"version": "0.1.0",
"author": "Ajmal Afif",
"dependencies": {
"@raae/gatsby-remark-oembed": "0.1.1",
"@reach/router": "^1.3.1",
"babel-plugin-styled-components": "^1.10.7",
"gatsby": "^2.19.15",
"gatsby-cli": "^2.8.29",
"gatsby-image": "^2.2.40",
"gatsby-paginate": "^1.1.1",
"gatsby-plugin-manifest": "^2.2.6",
"gatsby-plugin-netlify": "^2.1.31",
"gatsby-plugin-netlify-cache": "^1.2.0",
"gatsby-plugin-netlify-cms": "^4.1.38",
"gatsby-plugin-netlify-headers": "^1.0.1",
"gatsby-plugin-offline": "^3.0.34",
"gatsby-plugin-purgecss": "^4.0.1",
"gatsby-plugin-react-helmet": "^3.1.22",
"gatsby-plugin-sass": "^2.1.28",
"gatsby-plugin-sharp": "^2.2.13",
"gatsby-plugin-sitemap": "^2.2.27",
"gatsby-plugin-styled-components": "^3.1.19",
"gatsby-remark-copy-linked-files": "^2.1.37",
"gatsby-remark-images": "^3.1.44",
"gatsby-remark-prismjs": "^3.3.31",
"gatsby-remark-relative-images": "^0.2.3",
"gatsby-source-filesystem": "^2.1.48",
"gatsby-transformer-remark": "^2.6.50",
"gatsby-transformer-sharp": "^2.3.14",
"lodash": "^4.17.15",
"lodash-webpack-plugin": "^0.11.4",
"netlify-cms": "^2.10.18",
"node-sass": "^4.13.1",
"parcel-bundler": "^1.12.4",
"prismjs": "^1.19.0",
"prop-types": "^15.7.2",
"react": "^16.12.0",
"react-dom": "^16.12.0",
"react-helmet": "^5.2.1",
"styled-components": "^4.4.1",
"tachyons": "^4.11.1",
"tachyons-components": "^1.0.1",
"tachyons-sass": "^4.9.5",
"typeface-inter": "^3.12.0",
"uuid": "^3.4.0"
},
"keywords": [
"gatsby"
],
"license": "MIT",
"main": "n/a",
"scripts": {
"start": "npm run develop",
"build": "gatsby build",
"develop": "gatsby develop",
"serve": "gatsby serve",
"format": "prettier --trailing-comma es5 --no-semi --single-quote --write \"{gatsby-*.js,src/**/*.js}\"",
"test": "echo \"Error: no test specified\" && exit 1"
},
"devDependencies": {
"gatsby-plugin-remove-trailing-slashes": "^2.1.21",
"prettier": "^1.19.1",
"rimraf": "^3.0.1"
}
}