-
Notifications
You must be signed in to change notification settings - Fork 58
/
Copy pathpackage.json
37 lines (37 loc) · 950 Bytes
/
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
{
"name": "freelance-project",
"version": "0.1.0",
"author": "[email protected]",
"engines": {
"node": "8.11.1"
},
"private": true,
"license": "AGPL-3.0-only",
"dependencies": {
"@blueprintjs/core": "^1.35.0",
"@blueprintjs/labs": "^0.14.2",
"axios": "^0.18.0",
"d3-format": "^1.2.2",
"lodash": "^4.17.4",
"moment": "^2.23.0",
"react": "^16.2.0",
"react-addons-css-transition-group": "^15.6.2",
"react-csv": "^1.0.19",
"react-dom": "^16.2.0",
"react-redux": "^5.0.6",
"react-router-dom": "^4.3.1",
"react-scripts": "1.1.1",
"react-table": "^6.7.6",
"redux": "^3.7.2",
"redux-logger": "^3.0.6",
"redux-thunk": "^2.2.0",
"reselect": "^4.0.0",
"web3": "^1.0.0-beta.36"
},
"scripts": {
"start": "react-scripts start",
"build": "react-scripts build",
"test": "react-scripts test --env=jsdom",
"eject": "react-scripts eject"
}
}