forked from maidsafe/dev-website
-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathpackage.json
More file actions
34 lines (34 loc) · 889 Bytes
/
package.json
File metadata and controls
34 lines (34 loc) · 889 Bytes
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
{
"name": "react-static-example-basic",
"version": "1.0.1",
"main": "index.js",
"license": "MIT",
"scripts": {
"start": "react-static start",
"stage": "react-static build --staging",
"build": "react-static build",
"serve": "serve dist -l 3000"
},
"dependencies": {
"axios": "^0.16.2",
"classnames": "^2.2.5",
"react": "^16.0.0",
"react-dom": "^16.0.0",
"react-router": "^4.2.0",
"react-scroll": "^1.7.9",
"react-static": "lionel1704/react-static",
"react-syntax-highlighter": "^7.0.2"
},
"devDependencies": {
"cheerio": "^1.0.0-rc.2",
"eslint-config-react-tools": "1.x.x",
"extract-text-webpack-plugin": "^3.0.2",
"html-react-parser": "^0.4.6",
"js-yaml": "^3.11.0",
"node-sass": "^4.7.2",
"prismjs": "^1.14.0",
"sass-loader": "^6.0.6",
"serve": "^7.0.0",
"showdown": "^1.8.6"
}
}