-
Notifications
You must be signed in to change notification settings - Fork 0
/
package.json
61 lines (61 loc) · 1.74 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
{
"name": "stats-react",
"version": "1.0.0",
"main": "./src/index.tsx",
"license": "MIT",
"scripts": {
"prepush": "yarn run lint",
"lint": "prettier \"**/*\" --list-different --ignore-unknown",
"lint:fix": "prettier \"**/*\" --write --ignore-unknown",
"start": "cross-env NODE_OPTIONS=--openssl-legacy-provider webpack-dev-server",
"build": "webpack --config webpack.config.production"
},
"devDependencies": {
"@types/jsonwebtoken": "^8.5.1",
"@types/lodash": "^4.14.165",
"@types/react": "^15.0.0",
"axios": "^0.17.0",
"bootstrap": "^4.0.0",
"copy-webpack-plugin": "^6.0.0",
"cross-env": "^7.0.3",
"css-loader": "^0.28.4",
"file-loader": "^1.1.5",
"history": "^4.7.2",
"html-webpack-plugin": "^4.5.0",
"humanize-duration": "^3.12.0",
"humanize-plus": "^1.8.2",
"locutus": "^2.0.9",
"lodash": "^4.17.4",
"moment": "^2.19.2",
"normalize.css": "^7.0.0",
"prettier": "^2.2.1",
"qs": "^6.5.1",
"react": "^15.6.1",
"react-copy-to-clipboard": "^5.0.1",
"react-dom": "^15.6.1",
"react-hot-loader": "^3.0.0",
"react-redux": "^5.0.5",
"react-router": "^4.1.2",
"react-router-dom": "^4.1.2",
"react-table": "^6.7.4",
"react-tap-event-plugin": "^2.0.1",
"reactstrap": "^5.0.0",
"recharts": "^1.0.0",
"redux": "^3.7.2",
"redux-actions": "^2.2.1",
"redux-logger": "^3.0.6",
"redux-thunk": "^2.2.0",
"style-loader": "^0.18.2",
"styled-components": "^2.2.3",
"ts-loader": "^8.0.11",
"ts-node": "^9.0.0",
"typescript": "^4.0.5",
"webpack": "^4.0.0",
"webpack-cli": "^3.0.0",
"webpack-dev-server": "^3.11.0"
},
"dependencies": {
"dotenv-webpack": "^7.0.3",
"jsonwebtoken": "^8.5.1"
}
}