-
Notifications
You must be signed in to change notification settings - Fork 0
/
package.json
63 lines (63 loc) · 2.13 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
{
"name": "inventory",
"version": "0.1.0",
"private": true,
"scripts": {
"start": "npm-run-all -p watch-css start-react",
"start-react": "react-scripts start REACT_APP_IPFS_IMAGES_UPLOADER_ADDR=http://fsmanager.io:9001/multiple PORT=3000 REACT_APP_NODEOS_ADDR=138.197.194.220 REACT_APP_NODEOS_PORT=8877 REACT_APP_ENV=staging REACT_APP_CHAIN_ID=1c6ae7719a2a3b4ecb19584a30ff510ba1b6ded86e1fd8b8fc22f1179c622a32",
"build": "npm-run-all -s build-css build-react",
"build-react": "react-scripts build",
"build-css": "node-sass-chokidar ./src/scss -o ./src/css",
"watch-css": "npm run build-css && node-sass-chokidar ./src/scss -o ./src/css --watch",
"prod": "node -r dotenv/config server.js",
"format": "prettier-standard 'src/**/*.js'"
},
"dependencies": {
"antd": "^3.19.6",
"availity-reactstrap-validation": "^2.4.0",
"dotenv": "^6.1.0",
"eosjs": "^16.0.9",
"eosjs-ecc": "^4.0.3",
"express": "^4.16.3",
"formik": "^1.0.3",
"ipfs-api": "^22.0.1",
"node-sass-chokidar": "^1.3.3",
"npm-run-all": "^4.1.3",
"prop-types": "^15.6.2",
"react": "^16.8.4",
"react-bootstrap-table-next": "^2.1.0",
"react-bootstrap-table2-paginator": "^2.0.1",
"react-bootstrap-table2-toolkit": "^1.2.0",
"react-circular-progressbar": "^1.0.0",
"react-copy-to-clipboard": "^5.0.1",
"react-dom": "^16.8.4",
"react-dropzone": "^10.0.5",
"react-icons": "^2.2.7",
"react-image-gallery": "^0.8.12",
"react-images-uploader-fs": "^1.2.4",
"react-media": "^1.8.0",
"react-rangeslider": "^2.2.0",
"react-redux": "^5.0.7",
"react-router-dom": "^4.2.2",
"react-scripts": "2.1.8",
"react-spinkit": "^3.0.0",
"react-timeago": "^4.4.0",
"reactstrap": "^8.0.0",
"redux": "^4.0.0",
"redux-logger": "^3.0.6",
"redux-persist": "^5.10.0",
"scatterjs-core": "^2.7.16",
"scatterjs-plugin-eosjs": "^1.5.1",
"scatterjs-plugin-eosjs2": "^1.1.6",
"sweetalert-react": "^0.4.11"
},
"devDependencies": {
"prettier-standard": "^9.0.0"
},
"browserslist": [
">0.2%",
"not dead",
"not ie <= 11",
"not op_mini all"
]
}