forked from netlify/headlesscms.org
-
Notifications
You must be signed in to change notification settings - Fork 1
/
package.json
43 lines (43 loc) · 1.17 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
{
"name": "headlesscms",
"version": "2.0.0",
"license": "MIT",
"scripts": {
"start": "react-static start",
"stage": "react-static build --staging",
"build": "react-static build",
"serve": "serve dist -p 3000"
},
"dependencies": {
"@octokit/rest": "^14.0.9",
"chokidar": "^3.0.2",
"date-fns": "^1.29.0",
"decamelize": "^3.0.0",
"dotenv": "^5.0.0",
"gray-matter": "^3.1.1",
"lodash": "^4.17.11",
"marked": "^0.7.0",
"react": "^16.0.0",
"react-component-octicons": "^1.5.0",
"react-dom": "^16.0.0",
"react-entypo": "^1.3.0",
"react-github-corner": "^2.3.0",
"react-number-format": "^4.0.3",
"react-router": "^4.2.0",
"react-share": "^3.0.0",
"react-static": "^5.9.12",
"slug": "^1.1.0",
"styled-components": "^3",
"twitter-followers-count": "^1.0.0"
},
"devDependencies": {
"babel-plugin-import-glob": "^2.0.0",
"babel-plugin-module-resolver": "^3.1.0",
"babel-plugin-styled-components": "^1.3.0",
"babel-plugin-transform-md-import-to-string": "^1.0.6",
"eslint-config-react-tools": "1.x.x",
"serve": "^11.1.0",
"tiny-fns": "^1.0.3"
},
"private": true
}