-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathpackage.json
More file actions
67 lines (67 loc) · 1.96 KB
/
package.json
File metadata and controls
67 lines (67 loc) · 1.96 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
55
56
57
58
59
60
61
62
63
64
65
66
67
{
"name": "dCipher",
"version": "0.1.0",
"private": true,
"dependencies": {
"@makerdao/dai": "^0.7.1",
"axios": "^0.18.0",
"babel-polyfill": "^6.26.0",
"bootstrap": "^4.1.1",
"dotenv": "^6.0.0",
"file-loader": "^1.1.11",
"lendroid": "^2.1.0",
"moment": "^2.21.0",
"react": "^16.2.0",
"react-animations": "^1.0.0",
"react-cookies": "^0.1.0",
"react-device-detect": "^1.6.1",
"react-dom": "^16.2.0",
"react-dropdown": "^1.5.0",
"react-fade-in": "^0.1.5",
"react-fontawesome": "^1.6.1",
"react-modal": "^3.4.4",
"react-redux": "^5.0.7",
"react-router-dom": "^4.2.2",
"react-scripts": "1.0.17",
"react-tabs": "^2.2.2",
"react-web3": "^1.0.0",
"reactstrap": "^6.1.0",
"recompose": "^0.27.1",
"redux": "^4.0.0",
"redux-actions": "^2.4.0",
"redux-saga": "^0.16.0",
"redux-thunk": "^2.2.0",
"underscore": "^1.9.1"
},
"scripts": {
"start": "webpack-dev-server",
"start-react": "react-scripts start",
"build": "react-scripts build",
"test": "react-scripts test --env=jsdom",
"eject": "react-scripts eject",
"dist": "webpack",
"watch": "webpack --progress --watch",
"dev": "webpack-dev-server --open"
},
"devDependencies": {
"babel-core": "^6.26.0",
"babel-loader": "^7.1.2",
"babel-plugin-transform-class-properties": "^6.24.1",
"babel-plugin-transform-es3-member-expression-literals": "^6.22.0",
"babel-plugin-transform-es3-property-literals": "^6.22.0",
"babel-preset-es2015": "^6.24.1",
"babel-preset-react": "^6.24.1",
"babel-preset-stage-2": "^6.24.1",
"css-loader": "^0.28.10",
"extract-text-webpack-plugin": "^3.0.2",
"node-sass": "^4.7.2",
"path": "^0.12.7",
"sass-loader": "^6.0.7",
"style-loader": "^0.20.3",
"url-loader": "^0.6.2",
"webpack": "^3.10.0",
"webpack-bundle-analyzer": "^2.9.1",
"webpack-combine-loaders": "^2.0.3",
"webpack-dev-server": "^2.9.7"
}
}