forked from janchris80/auto-vote
-
Notifications
You must be signed in to change notification settings - Fork 0
/
package.json
86 lines (86 loc) · 2.5 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
86
{
"name": "auto-vote",
"version": "1.0.0",
"dependencies": {
"@fortawesome/fontawesome-free": "5.15.2",
"@fortawesome/fontawesome-svg-core": "6.4.2",
"@fortawesome/free-solid-svg-icons": "6.4.2",
"@fortawesome/react-fontawesome": "0.2.0",
"@hiveio/dhive": "1.2.8",
"@hiveio/hive-js": "2.0.4",
"@reduxjs/toolkit": "1.9.7",
"assert": "2.1.0",
"autoprefixer": "10.4.16",
"axios": "1.5.0",
"bootstrap": "4.6.0",
"buffer": "6.0.3",
"chartist": "0.11.4",
"crypto-browserify": "3.12.0",
"dotenv": "16.3.1",
"gulp": "4.0.2",
"gulp-append-prepend": "1.0.9",
"keychain-sdk": "0.5.0",
"os-browserify": "0.3.0",
"path-browserify": "1.0.1",
"react": "18.2.0",
"react-app-rewired": "2.2.1",
"react-bootstrap": "2.4.0",
"react-bootstrap-typeahead": "^6.3.2",
"react-chartist": "0.14.4",
"react-dom": "18.2.0",
"react-notification-alert": "0.0.13",
"react-redux": "8.1.3",
"react-router": "5.2.0",
"react-router-dom": "6.4.2",
"react-scripts": "5.0.1",
"react-toastify": "^9.1.3",
"reactstrap": "8.8.1",
"redux": "4.2.1",
"redux-observable": "2.0.0",
"redux-persist": "6.0.0",
"redux-saga": "1.2.3",
"redux-saga-thunk": "0.7.3",
"sass": "1.53.0",
"stream-browserify": "3.0.0",
"typeahead.js": "^0.11.1"
},
"optionalDependencies": {
"jquery": "3.5.1",
"typescript": "4.7.4"
},
"scripts": {
"start": "react-app-rewired start",
"build": "react-app-rewired build",
"test": "react-app-rewired test",
"eject": "react-app-rewired eject",
"install:clean": "rm -rf node_modules/ && rm -rf package-lock.json && npm install && npm start",
"compile:scss": "sass src/assets/scss/light-bootstrap-dashboard-pro-react.scss src/assets/css/light-bootstrap-dashboard-pro-react.css",
"minify:scss": "sass src/assets/scss/light-bootstrap-dashboard-pro-react.scss src/assets/css/light-bootstrap-dashboard-pro-react.min.css --style compressed",
"build:scss": "npm run compile:scss && npm run minify:scss"
},
"peerDependencies": {
"react": ">=16.8.0",
"react-dom": ">=16.8.0"
},
"browserslist": {
"production": [
">0.2%",
"not dead",
"not op_mini all"
],
"development": [
"last 1 chrome version",
"last 1 firefox version",
"last 1 safari version"
]
},
"resolutions": {
"autoprefixer": "10.4.5"
},
"overrides": {
"autoprefixer": "10.4.5"
},
"devDependencies": {
"concurrently": "^8.2.2"
}
}