forked from rstormsf/multisender
-
Notifications
You must be signed in to change notification settings - Fork 0
/
package.json
42 lines (42 loc) · 1.32 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
{
"name": "multi-sender-app",
"version": "0.1.0",
"license": "GPL3",
"homepage": "https://rstormsf.github.io/multisender",
"dependencies": {
"bignumber.js": "^6.0.0",
"csvtojson": "^1.1.9",
"gh-pages": "^1.1.0",
"json-validator": "0.0.34",
"mobx": "^3.5.1",
"mobx-react": "^4.4.2",
"node-sass-chokidar": "0.0.3",
"nodemon": "^1.15.1",
"react": "^16.2.0",
"react-app-rewire-mobx": "^1.0.7",
"react-app-rewire-preact": "^1.0.1",
"react-app-rewired": "^1.4.1",
"react-dom": "^16.2.0",
"react-json-view": "^1.16.1",
"react-radio-group": "^3.0.2",
"react-router-dom": "^4.2.2",
"react-scripts": "1.1.1",
"react-select": "^1.2.1",
"react-spinners": "^0.2.6",
"react-validation": "^3.0.7",
"splash-screen": "^4.0.1",
"store2": "^2.7.0",
"sweetalert": "^2.1.0",
"web3": "^1.0.0-beta.30"
},
"scripts": {
"build-css": "node-sass-chokidar src/assets/stylesheets/application.scss -o src/assets/stylesheets --output-style=compressed",
"watch-css": "nodemon -e scss -x \"npm run build-css\"",
"start": "react-app-rewired start",
"build": "react-app-rewired build",
"test": "react-app-rewired test --env=jsdom",
"eject": "react-app-rewired eject",
"predeploy": "npm run build",
"deploy": "gh-pages -d build -o rstorm"
}
}