-
Notifications
You must be signed in to change notification settings - Fork 0
/
package.json
80 lines (80 loc) · 2.15 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
{
"name": "blue-blood-web",
"version": "1.1.0",
"private": false,
"repository": {
"type": "git",
"url": "git+https://github.com/TalaikisInc/blueblood.ltd.git"
},
"author": "Tadas Talaikis <[email protected]>",
"license": "GPL-3.0",
"bugs": {
"url": "https://github.com/TalaikisInc/blueblood.ltd/issues"
},
"dependencies": {
"@fortawesome/fontawesome": "^1.1.8",
"@fortawesome/fontawesome-free-brands": "^5.0.13",
"@fortawesome/fontawesome-free-solid": "^5.0.13",
"@fortawesome/fontawesome-svg-core": "^1.2.22",
"@fortawesome/react-fontawesome": "0.1.4",
"axios": "^0.19.0",
"bootstrap": "^4.3.1",
"compression": "^1.7.4",
"cross-env": "^5.2.1",
"d3-dsv": "^1.1.1",
"dotenv": "^8.1.0",
"express": "^4.17.1",
"http-proxy-middleware": "^0.19.1",
"jsonp": "^0.2.1",
"npm-run-all": "^4.1.5",
"prop-types": "^15.7.2",
"react": "^16.9.0",
"react-app-polyfill": "^1.0.2",
"react-dom": "^16.9.0",
"react-ga": "^2.6.0",
"react-helmet": "^5.2.1",
"react-redux": "^7.1.1",
"react-router-dom": "^4.3.1",
"react-router-redux": "^4.0.8",
"react-scripts": "3.1.1",
"react-spinners": "^0.6.1",
"reactstrap": "^8.0.1",
"recharts": "^1.7.1",
"redirect-https": "^1.3.0",
"redux": "^4.0.4",
"redux-thunk": "^2.3.0"
},
"scripts": {
"start": "react-scripts start",
"dev": "nodemon ./src/index.js",
"build": "react-scripts build",
"test": "jest",
"eject": "react-scripts eject",
"analyze": "source-map-explorer build/static/js/main.*"
},
"husky": {
"hooks": {
"pre-commit": "npm run build",
"pre-push": "npm run build"
}
},
"devDependencies": {
"eslint": "^6.3.0",
"eslint-config-standard": "^14.1.0",
"eslint-plugin-import": "^2.18.2",
"eslint-plugin-node": "^9.2.0",
"eslint-plugin-promise": "^4.2.1",
"eslint-plugin-react": "^7.14.3",
"eslint-plugin-standard": "^4.0.1",
"husky": "^3.0.4",
"jest": "^24.9.0",
"source-map-explorer": "^2.0.1",
"webpack": "^4.39.3"
},
"browserslist": [
">0.2%",
"not dead",
"not ie <= 11",
"not op_mini all"
]
}