This repository has been archived by the owner on Dec 29, 2018. It is now read-only.
-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathpackage.json
66 lines (66 loc) · 1.99 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
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
{
"name": "react-redux",
"version": "0.0.0",
"description": "ORB",
"main": "index.js",
"scripts": {
"start": "concurrently -n \"backend,frontend\" \"node ./server-side/bin/www\" \"webpack-dev-server\"",
"start-dev": "concurrently -n \"backend,frontend\" \"node ./server-side/bin/www\" \"webpack-dev-server --hot\"",
"build": "webpack --env=production --progress -p"
},
"author": "",
"license": "MIT",
"dependencies": {
"@types/react": "^16.0.31",
"@types/react-dom": "^16.0.3",
"axios": "^0.16.2",
"babel-plugin-transform-object-assign": "^6.22.0",
"babel-preset-es2015": "^6.18.0",
"babel-preset-es2017": "^6.24.1",
"babel-preset-react": "^6.16.0",
"body-parser": "~1.17.1",
"bootstrap": "^4.0.0-alpha.6",
"concurrently": "^3.5.0",
"cookie-parser": "~1.4.3",
"cors": "^2.8.4",
"crypto-js": "^3.1.9-1",
"debug": "~2.6.3",
"express": "~4.15.2",
"jade": "~1.11.0",
"joi": "^10.6.0",
"joi-validation-strategy": "^0.3.3",
"morgan": "~1.8.1",
"museblockchain-js": "0.1.3",
"random-string": "^0.2.0",
"react": "^15.6.2",
"react-addons-css-transition-group": "^15.6.0",
"react-addons-transition-group": "^15.6.0",
"react-dom": "^15.6.2",
"react-highcharts": "^12.0.0",
"react-iframe": "^1.0.7",
"react-popup": "^0.8.0",
"react-router": "^3.0.2",
"react-stepzilla": "^4.6.2",
"react-tabs": "^1.1.0",
"react-transition-group": "^1.2.0",
"react-validation-mixin": "^5.4.0",
"reactstrap": "^4.8.0",
"recaptcha2": "^1.3.2",
"serve-favicon": "~2.4.2"
},
"devDependencies": {
"awesome-typescript-loader": "^3.4.1",
"babel-cli": "^6.24.1",
"babel-core": "^6.25.0",
"babel-loader": "^7.1.0",
"bufferutil": "^3.0.1",
"css-loader": "^0.25.0",
"source-map-loader": "^0.2.3",
"style-loader": "^0.13.1",
"tls": "0.0.1",
"typescript": "^2.6.2",
"utf-8-validate": "^3.0.2",
"webpack": "^2.6.1",
"webpack-dev-server": "^2.5.0"
}
}