forked from netlify/headlesscms.org
-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathpackage.json
executable file
·39 lines (39 loc) · 1.05 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
{
"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",
"date-fns": "^1.29.0",
"dotenv": "^5.0.0",
"gray-matter": "^3.1.1",
"marked": "^0.3.14",
"react": "^16.0.0",
"react-component-octicons": "^1.5.0",
"react-dom": "^16.0.0",
"react-entypo": "^1.3.0",
"react-github-corner": "^2.1.0",
"react-router": "^4.2.0",
"react-share": "^2.0.0",
"react-static": "^5.1.8",
"slug": "^0.9.1",
"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": "^6.1.0",
"tiny-fns": "^1.0.3"
},
"private": true
}