-
Notifications
You must be signed in to change notification settings - Fork 13
/
package.json
68 lines (68 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
67
68
{
"name": "multi-sender-app",
"version": "0.1.0",
"license": "GPL3",
"homepage": "https://yardairdrop.surge.sh",
"dependencies": {
"@metamask/onboarding": "^1.0.0",
"bignumber.js": "^6.0.0",
"csvtojson": "^1.1.12",
"customize-cra": "^1.0.0",
"gh-pages": "^1.2.0",
"json-validator": "^0.0.34",
"mobx": "^3.6.2",
"mobx-react": "^4.4.3",
"node-sass-chokidar": "^1.5.0",
"nodemon": "^1.19.4",
"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-app-rewired": "^2.1.8",
"react-data-table-component": "^7.0.0-alpha-5",
"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": "^4.0.2",
"react-select": "^1.3.0",
"react-spinners": "^0.2.6",
"react-transition-group": "^4.4.1",
"react-validation": "^3.0.7",
"splash-screen": "^4.0.1",
"store2": "^2.12.0",
"styled-components": "^5.2.1",
"sweetalert": "^2.1.2",
"typescript": "^4.1.5",
"web3": "^1.3.4"
},
"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"
},
"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-decorators": "^7.12.13",
"babel-plugin-import": "^1.13.3",
"less-loader": "^7.3.0"
}
}