forked from rstormsf/multisender
-
Notifications
You must be signed in to change notification settings - Fork 10
/
Copy pathpackage.json
85 lines (85 loc) · 2.58 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
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
84
85
{
"name": "multi-sender-app",
"version": "0.1.0",
"license": "GPL3",
"homepage": "https://rstormsf.github.io/multisender",
"dependencies": {
"@metamask/onboarding": "^1.0.0",
"babel-preset-mobx": "^2.0.0",
"bignumber.js": "^6.0.0",
"bn.js": "^5.2.1",
"cross-env": "^7.0.3",
"csvtojson": "^1.1.12",
"customize-cra": "^1.0.0",
"mobx": "^5.15.4",
"mobx-react": "^5.4.3",
"rc-progress": "^3.1.3",
"react": "^16.14.0",
"react-albus": "^2.0.0",
"react-app-rewire-mobx": "^1.0.9",
"react-app-rewire-preact": "^1.0.1",
"react-data-table-component": "^7.6.2",
"react-dom": "^16.14.0",
"react-github-corner": "^2.5.0",
"react-json-view": "^1.21.1",
"react-radio-group": "^3.0.3",
"react-router-dom": "^4.3.1",
"react-scripts": "^5.0.1",
"react-select": "^1.3.0",
"react-spinners": "^0.14.1",
"react-transition-group": "^4.4.1",
"react-use-wizard": "^2.3.0",
"react-validation": "^3.0.7",
"splash-screen": "^4.0.1",
"sprintf-js": "^1.0.3",
"store2": "^2.12.0",
"styled-components": "^6.1.8",
"sweetalert": "^2.1.2",
"typescript": "^4.1.5",
"web3": "^4.11.1"
},
"scripts": {
"build-css": "sass src/assets/stylesheets/application.scss:src/assets/stylesheets/application.css --style=compressed",
"watch-css": "nodemon -e scss -x \"npm run build-css\"",
"start": "react-app-rewired start",
"build": "cross-env react-app-rewired build",
"build-dev": "cross-env DEV_MODE=true 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"
},
"browserslist": {
"production": [
">0.2%",
"not dead",
"not op_mini all"
],
"development": [
"last 1 chrome version",
"last 1 firefox version",
"last 1 safari version"
]
},
"devDependencies": {
"@babel/plugin-proposal-class-properties": "^7.18.6",
"@babel/plugin-proposal-decorators": "^7.24.7",
"@babel/plugin-proposal-private-property-in-object": "^7.21.11",
"@babel/preset-env": "^7.24.8",
"assert": "^2.1.0",
"babel-plugin-import": "^1.13.3",
"browserify-zlib": "^0.2.0",
"buffer": "^6.0.3",
"crypto-browserify": "^3.12.0",
"gh-pages": "^6.1.1",
"https-browserify": "^1.0.0",
"less-loader": "^7.3.0",
"nodemon": "^3.1.4",
"os-browserify": "^0.3.0",
"process": "^0.11.10",
"react-app-rewired": "^2.2.1",
"stream-browserify": "^3.0.0",
"stream-http": "^3.2.0",
"url": "^0.11.3"
}
}