-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathpackage.json
More file actions
61 lines (61 loc) · 1.88 KB
/
package.json
File metadata and controls
61 lines (61 loc) · 1.88 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
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
{
"name": "gatsby-netlifycms-portfolio",
"description": "Simply host and edit your own work portfolio without a backend.",
"version": "1.0.0",
"author": "David Cech",
"dependencies": {
"gatsby": "^2.0.70",
"gatsby-image": "^2.0.25",
"gatsby-plugin-manifest": "^2.0.5",
"gatsby-plugin-netlify-cms": "^3.0.9",
"gatsby-plugin-offline": "^2.0.11",
"gatsby-plugin-react-helmet": "^3.0.0",
"gatsby-plugin-sharp": "^2.0.7",
"gatsby-plugin-styled-components": "^3.0.2",
"gatsby-source-filesystem": "^2.0.4",
"gatsby-transformer-json": "^2.1.6",
"gatsby-transformer-sharp": "^2.1.4",
"netlify-cms": "^2.3.0",
"prop-types": "^15.6.2",
"react": "^16.6.0",
"react-dom": "^16.6.0",
"react-helmet": "^5.2.0",
"react-markdown": "^4.0.6",
"react-reveal": "^1.2.2",
"styled-components": "^4.1.1"
},
"keywords": [
"gatsby"
],
"license": "MIT",
"scripts": {
"build": "gatsby build",
"develop": "gatsby develop",
"start": "npm run develop",
"format": "prettier --write \"src/**/*.js\"",
"test": "echo \"Error: no test specified\" && exit 1"
},
"devDependencies": {
"@babel/core": "^7.1.2",
"@strv/eslint-config-javascript": "^9.1.1",
"babel-eslint": "^10.0.1",
"babel-plugin-module-resolver": "^3.1.1",
"babel-plugin-styled-components": "^1.8.0",
"babel-preset-gatsby": "^0.1.4",
"eslint": "^5.12.1",
"eslint-config-prettier": "^3.6.0",
"eslint-import-resolver-babel-module": "5.0.0",
"eslint-plugin-jsx-a11y": "^6.1.2",
"gatsby-plugin-resolve-src": "^2.0.0-beta.1",
"lint-staged": "^7.2.2",
"pre-commit": "^1.2.2",
"prettier": "^1.14.2",
"stylelint": "^9.4.0",
"stylelint-config-standard": "^18.2.0",
"stylelint-config-styled-components": "^0.1.1",
"stylelint-processor-styled-components": "^1.3.2"
},
"repository": {
"type": "git"
}
}