-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathpackage.json
More file actions
40 lines (40 loc) · 1.05 KB
/
package.json
File metadata and controls
40 lines (40 loc) · 1.05 KB
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
{
"name": "jordi-burch",
"description": "Jordi Burch Website",
"version": "1.0.0",
"author": "Minuscode",
"dependencies": {
"fs": "^0.0.2",
"gatsby": "^2.13.39",
"gatsby-cli": "^2.7.19",
"gatsby-plugin-google-analytics": "^2.1.4",
"gatsby-plugin-layout": "^1.1.2",
"gatsby-plugin-netlify-cms": "^4.1.6",
"gatsby-plugin-react-helmet": "^3.1.2",
"gatsby-plugin-sass": "^2.1.3",
"gatsby-source-filesystem": "^2.1.6",
"gatsby-transformer-remark": "^2.6.9",
"marked": "^4.0.14",
"netlify-cms-app": "^2.9.6",
"node-sass": "^4.12.0",
"react": "^16.8.6",
"react-dom": "^16.8.6",
"react-helmet": "^5.2.1",
"react-loadable": "^5.5.0",
"react-responsive-carousel": "^3.1.49",
"react-router": "^5.0.1"
},
"keywords": [
"gatsby"
],
"license": "MIT",
"scripts": {
"build": "gatsby build",
"develop": "gatsby develop",
"format": "prettier --write 'src/**/*.js'",
"test": "echo \"Error: no test specified\" && exit 1"
},
"devDependencies": {
"prettier": "^1.18.2"
}
}