-
Notifications
You must be signed in to change notification settings - Fork 0
/
package.json
53 lines (53 loc) · 1.4 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
{
"name": "libra-web",
"version": "1.9.0",
"private": true,
"dependencies": {
"@fortawesome/fontawesome-svg-core": "1.2.36",
"@fortawesome/free-solid-svg-icons": "5.15.4",
"@fortawesome/react-fontawesome": "0.1.16",
"axios": "1.4.0",
"babel-eslint": "10.1.0",
"babel-polyfill": "6.26.0",
"bootstrap-css-only": "4.4.1",
"history": "5.3.0",
"moment": "2.29.4",
"npm-run-all": "4.1.5",
"prop-types": "15.8.1",
"react": "16.9.0",
"react-csv": "^2.0.3",
"react-dom": "16.9.0",
"react-ga": "3.3.1",
"react-redux": "7.2.6",
"react-router-dom": "5.0.1",
"react-scripts": "5.0.1",
"react-table": "6.10.3",
"reactstrap": "8.0.1",
"redux": "4.1.2",
"redux-thunk": "2.4.0"
},
"devDependencies": {
"acorn": "^8.10.0",
"npm-run-all": "4.1.5",
"sass": "1.63.6"
},
"scripts": {
"start-js": "react-scripts start",
"start": "npm-run-all -p watch-css start-js",
"build-js": "react-scripts build",
"build": "npm-run-all build-css build-js",
"build-css": "sass -I ./src -I ./node_modules src/:src/",
"watch-css": "npm run build-css && sass -I ./src -I ./node_modules src/:src/ --watch",
"test": "react-scripts test",
"eject": "react-scripts eject"
},
"eslintConfig": {
"extends": "react-app"
},
"browserslist": [
">0.2%",
"not dead",
"not ie <= 11",
"not op_mini all"
]
}