forked from maidsafe/safenetwork.tech
-
Notifications
You must be signed in to change notification settings - Fork 0
/
package.json
47 lines (47 loc) · 1.39 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
44
45
46
47
{
"name": "safenetwork_website",
"version": "1.0.1",
"main": "index.js",
"license": "MIT",
"scripts": {
"start": "react-static start",
"stage": "react-static build --staging",
"build": "yarn run clean-build && react-static build",
"serve": "serve dist -p 3001",
"clean-build": "./node_modules/.bin/del-cli -f ./dist",
"run-mocha": "./node_modules/.bin/mocha --require babel-core/register",
"test": "yarn build && yarn run-mocha"
},
"dependencies": {
"axios": "^0.18.0",
"babel-polyfill": "^6.26.0",
"classnames": "^2.2.6",
"copy-to-clipboard": "^3.0.8",
"email-validator": "^2.0.4",
"html-to-react": "^1.3.4",
"markdown-it": "^8.4.2",
"react": "^16.0.0",
"react-device-detect": "^1.6.2",
"react-dom": "^16.0.0",
"react-lazyload": "^2.5.0",
"react-router": "^4.2.0",
"react-static": "shankar2105/react-static",
"typeface-vollkorn": "^0.0.54"
},
"devDependencies": {
"babel-core": "^6.26.3",
"babel-preset-es2015": "^6.24.1",
"broken-link-checker": "^0.7.8",
"compression-webpack-plugin": "^1.1.11",
"del-cli": "^1.1.0",
"eslint-config-react-tools": "1.x.x",
"extract-text-webpack-plugin": "^3.0.2",
"html-react-parser": "^0.4.6",
"mocha": "^5.2.0",
"node-sass": "^4.7.2",
"sass-loader": "^6.0.6",
"serve": "^10.0.0",
"should": "^13.2.3",
"showdown": "^1.8.6"
}
}