-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathpackage.json
More file actions
34 lines (34 loc) · 961 Bytes
/
package.json
File metadata and controls
34 lines (34 loc) · 961 Bytes
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
{
"name": "codeline",
"description": "CODELINE.co Website",
"version": "1.0.0",
"author": "Flo Narr <flo@codeline.co>",
"dependencies": {
"gatsby": "^1.9.73",
"gatsby-link": "^1.6.22",
"gatsby-plugin-google-analytics": "^1.0.17",
"gatsby-plugin-google-tagmanager": "^1.0.14",
"gatsby-plugin-react-helmet": "^1.0.8",
"gatsby-source-contentful": "^1.3.20",
"gatsby-source-filesystem": "^1.5.5",
"gatsby-transformer-remark": "^1.7.17",
"jquery": "^3.2.1",
"material-design-icons": "^3.0.1",
"material-ui": "next",
"react-fullpage": "^0.1.18"
},
"keywords": [
"gatsby"
],
"license": "MIT",
"main": "n/a",
"scripts": {
"build": "gatsby build",
"develop": "gatsby develop",
"format": "prettier --trailing-comma es5 --no-semi --single-quote --write 'src/**/*.js'",
"test": "echo \"Error: no test specified\" && exit 1"
},
"devDependencies": {
"prettier": "^1.7.4"
}
}