forked from netlify/staticgen
-
Notifications
You must be signed in to change notification settings - Fork 0
/
package.json
42 lines (42 loc) · 1.11 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
{
"name": "staticgen",
"version": "2.0.0",
"license": "MIT",
"scripts": {
"start": "react-static start",
"stage": "react-static build --staging",
"build": "react-static build"
},
"dependencies": {
"@octokit/rest": "^14.0.9",
"date-fns": "^1.29.0",
"dotenv": "^5.0.0",
"gitlab": "^5.0.1",
"gray-matter": "^3.1.1",
"js-yaml": "^3.11.0",
"marked": "^0.7.0",
"node-fetch": "^2.2.0",
"prismjs": "^1.14.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-router": "^4.2.0",
"react-share": "^2.0.0",
"react-static": "^5.1.8",
"slug": "^1.1.0",
"styled-components": "^3",
"title-case": "^2.1.1",
"twitter-followers-count": "^1.0.0"
},
"devDependencies": {
"babel-plugin-import-glob": "^2.0.0",
"babel-plugin-inline-import": "^2.0.6",
"babel-plugin-module-resolver": "^3.1.0",
"babel-plugin-styled-components": "^1.10.6",
"eslint-config-react-tools": "1.x.x",
"tiny-fns": "^1.0.3"
},
"private": true
}