-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathpackage.json
More file actions
48 lines (48 loc) · 1.26 KB
/
package.json
File metadata and controls
48 lines (48 loc) · 1.26 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
{
"name": "static-cms",
"description": "A Gatsby static site template with Netlify CMS",
"version": "0.1.0",
"repository": {
"type": "git",
"url": "git+https://github.com/cojdev/static-cms.git"
},
"keywords": [
"lowpoly",
"abstract",
"background",
"generator",
"react",
"canvas"
],
"author": "Charles Ojukwu",
"license": "ISC",
"bugs": {
"url": "https://github.com/cojdev/static-cms/issues"
},
"homepage": "https://github.com/cojdev/static-cms#readme",
"scripts": {
"build": "gatsby build",
"develop": "gatsby develop",
"format": "prettier --write \"**/*.{js,jsx,json,md}\"",
"start": "npm run develop",
"serve": "gatsby serve",
"clean": "gatsby clean",
"test": "echo \"Write tests! -> https://gatsby.dev/unit-testing\" && exit 1"
},
"dependencies": {
"gatsby": "^2.18.12",
"gatsby-plugin-manifest": "^2.2.34",
"gatsby-plugin-netlify-cms": "^4.1.33",
"gatsby-plugin-sass": "^2.1.26",
"gatsby-source-filesystem": "^2.1.43",
"gatsby-transformer-remark": "^2.6.45",
"netlify-cms-app": "^2.10.0",
"node-sass": "^4.13.0",
"react": "^16.12.0",
"react-dom": "^16.12.0",
"react-markdown": "^4.2.2"
},
"devDependencies": {
"prettier": "^1.19.1"
}
}