-
Notifications
You must be signed in to change notification settings - Fork 0
/
package.json
60 lines (60 loc) · 1.9 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
{
"name": "gatsby-jur",
"version": "0.0.1",
"description": "www.jurrecords.ch built with Gatsby.js & NetlifyCMS",
"keywords": [
"gatsby"
],
"license": "MIT",
"author": "Remo Vetere",
"main": "n/a",
"scripts": {
"build": "yarn clean && gatsby build",
"clean": "./node_modules/.bin/rimraf .cache public",
"dev": "yarn develop",
"develop": "yarn clean && gatsby develop",
"format": "prettier --trailing-comma es5 --no-semi --single-quote --write \"{gatsby-*.js,src/**/*.js}\"",
"serve": "gatsby serve",
"start": "yarn develop",
"test": "echo \"Error: no test specified\" && exit 1"
},
"dependencies": {
"bulma": "^0.7.0",
"classnames": "2.3.1",
"gatsby": "^4.20.0",
"gatsby-image": "^3.11.0",
"gatsby-plugin-google-analytics": "^4.24.0",
"gatsby-plugin-layout": "^3.24.0",
"gatsby-plugin-netlify": "^5.0.1",
"gatsby-plugin-netlify-cms": "^6.24.0",
"gatsby-plugin-purgecss": "^6.1.2",
"gatsby-plugin-react-helmet": "^5.24.0",
"gatsby-plugin-remove-serviceworker": "^1.0.0",
"gatsby-plugin-sass": "^5.24.0",
"gatsby-plugin-sharp": "^4.24.0",
"gatsby-remark-copy-linked-files": "^5.24.0",
"gatsby-remark-images": "^6.24.0",
"gatsby-remark-relative-images-v2": "^0.1.5",
"gatsby-source-filesystem": "^4.24.0",
"gatsby-transformer-remark": "^5.24.0",
"gatsby-transformer-sharp": "^4.24.0",
"lodash": "^4.17.21",
"lodash-webpack-plugin": "^0.11.6",
"netlify-cms": "^2.10.192",
"node-sass": "^7.0.3",
"parcel-bundler": "^1.12.5",
"prop-types": "^15.6.0",
"react": "^16.2.0",
"react-body-classname": "^1.2.0",
"react-dom": "^16.4.1",
"react-helmet": "^5.2.0",
"react-masonry-layout": "^0.4.0",
"react-scroll-parallax": "^1.3.5",
"react-transition-group": "^2.5.3",
"uuid": "^3.2.1"
},
"devDependencies": {
"prettier": "^1.18.2",
"rimraf": "^2.6.2"
}
}