-
Notifications
You must be signed in to change notification settings - Fork 5
Expand file tree
/
Copy pathpackage.json
More file actions
65 lines (65 loc) · 1.84 KB
/
package.json
File metadata and controls
65 lines (65 loc) · 1.84 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
58
59
60
61
62
63
64
65
{
"name": "feecc-hub-frontend",
"version": "1.0.0",
"description": "",
"main": "index.js",
"scripts": {
"test": "echo \"Error: no test specified\" && exit 1",
"dev-server": "webpack-dev-server --mode development --open --hot",
"build": "webpack --mode production"
},
"author": "Ivan Glebov",
"license": "ISC",
"dependencies": {
"@babel/core": "^7.15.0",
"@babel/preset-env": "^7.15.0",
"@babel/preset-react": "^7.14.5",
"@emotion/react": "^11.5.0",
"@emotion/styled": "^11.3.0",
"@mui/icons-material": "^5.8.4",
"@mui/lab": "^5.0.0-alpha.51",
"@mui/material": "^5.0.4",
"@mui/styles": "^5.0.1",
"@svgr/webpack": "^5.5.0",
"axios": "^0.21.1",
"babel-eslint": "^10.1.0",
"babel-loader": "^8.2.2",
"babel-polyfill": "^6.26.0",
"clsx": "^1.1.1",
"connected-react-router": "^6.7.0",
"cross-fetch": "^3.0.4",
"css-loader": "^3.0.3",
"csv-loader": "^3.0.3",
"dotenv": "^16.0.1",
"dotenv-webpack": "^7.1.0",
"express": "^4.17.1",
"file-loader": "^6.2.0",
"history": "^4.10.1",
"html-webpack-plugin": "^4.5.2",
"i18next": "^20.3.5",
"i18next-http-backend": "^1.3.0",
"immutable": "^4.0.0-rc.12",
"jquery": "^3.6.0",
"notistack": "^2.0.4",
"process": "^0.11.10",
"prop-types": "^15.7.2",
"react": "^17.0.2",
"react-dom": "^17.0.2",
"react-grid-system": "^7.1.2",
"react-i18next": "^11.11.4",
"react-papaparse": "^3.17.1",
"react-redux": "^7.2.0",
"react-router": "^5.2.0",
"redux": "^4.0.5",
"redux-devtools-extension": "^2.13.9",
"sass": "^1.38.1",
"sass-loader": "^10.2.0",
"serve": "^12.0.0",
"style-loader": "^2.0.0",
"styled-components": "^5.2.1",
"url-loader": "^4.1.1",
"webpack": "^4.43.0",
"webpack-cli": "^3.3.11",
"webpack-dev-server": "^3.11.2"
}
}