-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathpackage.json
More file actions
54 lines (54 loc) · 1.78 KB
/
package.json
File metadata and controls
54 lines (54 loc) · 1.78 KB
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
48
49
50
51
52
53
54
{
"name": "react-static-starter",
"version": "1.0.0",
"main": "index.js",
"license": "MIT",
"homepage": "https://elastos.github.io/Elastos.ORG.ElephantWallet",
"scripts": {
"start": "react-static start",
"stage": "react-static build --staging",
"build": "react-static build;cp CNAME ./dist/; cp *.capsule ./dist/; cp *.apk ./dist; cp bpinfo.json ./dist/bpinfo.json;cp elaphant_logo_256.png ./dist/elaphant_logo_256.png;cp elaphant_logo_512.png ./dist/elaphant_logo_512.png;",
"serve": "serve dist -p 3000",
"deploy": "gh-pages -d dist"
},
"dependencies": {
"@ant-design/icons": "^1.1.16",
"antd": "^3.15.0",
"gh-pages": "^2.0.1",
"history": "^4.7.2",
"lodash": "^4.17.15",
"react": "^16.2.0",
"react-dom": "^16.2.0",
"react-responsive": "^6.1.1",
"react-router": "^4.2.0",
"react-static": "^5.7.6",
"react-static-plugin-styled-components": "^6.3.0",
"react-static-routes": "^1.0.0",
"styled-components": "^4.2.0",
"video.js": "^7.4.1"
},
"devDependencies": {
"@babel/core": "^7.4.0",
"@babel/preset-react": "^7.0.0",
"@types/axios": "^0.14.0",
"@types/node": "^9.4.7",
"@types/react": "^16.0.40",
"@types/react-dom": "^16.0.2",
"@types/react-hot-loader": "^3.0.6",
"@types/react-router": "^4.0.22",
"autoprefixer": "^8.1.0",
"babel-plugin-import": "^1.6.6",
"babel-register": "^6.26.0",
"convert-tsconfig-paths-to-webpack-aliases": "^0.9.2",
"eslint-config-react-tools": "1.1.2",
"eslint-plugin-jsx-a11y": "^5.1.1",
"extract-text-webpack-plugin": "^3.0.2",
"less": "^3.0.1",
"less-loader": "^4.1.0",
"less-vars-to-js": "^1.2.1",
"postcss-flexbugs-fixes": "^3.3.0",
"serve": "^10.1.2",
"ts-loader": "^3.5.0",
"typescript": "^2.7.2"
}
}