-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathpackage.json
More file actions
57 lines (57 loc) · 1.78 KB
/
package.json
File metadata and controls
57 lines (57 loc) · 1.78 KB
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
{
"name": "bol-explorer",
"version": "0.1.0",
"private": true,
"dependencies": {
"@babel/plugin-proposal-private-property-in-object": "7.21.11",
"@trendmicro/react-sidenav": "^0.5.0",
"axios": "^1.4.0",
"base-58": "^0.0.1",
"bootstrap": "^5.3.2",
"buffer": "^6.0.3",
"chart.js": "4.3.0",
"classnames": "2.3.2",
"crypto-js": "^4.1.1",
"moment": "2.29.4",
"node-gyp": "9.4.0",
"node-sass": "9.0.0",
"nouislider": "15.7.1",
"perfect-scrollbar": "1.5.5",
"react": "^18.2.0",
"react-bootstrap": "^2.9.2",
"react-bootstrap-switch": "15.5.3",
"react-burger-menu": "^3.0.9",
"react-chartjs-2": "5.2.0",
"react-datetime": "3.2.0",
"react-dom": "^18.2.0",
"react-jsonrpc-client": "1.0",
"react-router-dom": "^5.2.1",
"react-scripts": "^5.0.1",
"react-super-responsive-table": "^5.2.2",
"reactstrap": "^9.2.0",
"rebuild": "^0.1.2",
"web3": "^4.0.3"
},
"scripts": {
"start": "react-scripts start",
"build": "react-scripts build",
"test": "react-scripts test",
"eject": "react-scripts eject",
"install:clean": "rm -rf node_modules/ && rm -rf package-lock.json && npm install && npm start",
"compile-sass": "node-sass src/assets/scss/blk-design-system-react.scss src/assets/css/blk-design-system-react.css",
"minify-sass": "node-sass src/assets/scss/blk-design-system-react.scss src/assets/css/blk-design-system-react.min.css --output-style compressed",
"map-sass": "node-sass src/assets/scss/blk-design-system-react.scss src/assets/css/blk-design-system-react.css --source-map true"
},
"eslintConfig": {
"extends": "react-app",
"env": {
"es2020": true
}
},
"browserslist": [
">0.2%",
"not dead",
"not ie <= 11",
"not op_mini all"
]
}