-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathpackage.json
61 lines (61 loc) · 1.75 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": "itlp99",
"version": "1.0.0",
"description": "Frontend Application for KLTN 2021 - ITLP99 System",
"main": "index.js",
"author": "Hocvv",
"license": "MIT",
"devDependencies": {
"@babel/core": "^7.12.3",
"@babel/preset-env": "^7.12.1",
"@babel/preset-react": "^7.12.1",
"babel-loader": "^8.1.0",
"clean-webpack-plugin": "^3.0.0",
"compression-webpack-plugin": "^6.1.1",
"copy-webpack-plugin": "^6.3.2",
"css-loader": "^5.0.0",
"dotenv-webpack": "^5.1.0",
"file-loader": "^6.2.0",
"html-loader": "^1.3.2",
"html-webpack-plugin": "^4.5.0",
"mini-css-extract-plugin": "^1.3.1",
"react-compound-timer": "^1.2.0",
"sass": "^1.28.0",
"sass-loader": "^10.0.4",
"scss-loader": "^0.0.1",
"style-loader": "^2.0.0",
"svg-url-loader": "^6.0.0",
"webpack": "4.44.2",
"webpack-bundle-analyzer": "^4.1.0",
"webpack-cli": "3.3.12",
"webpack-dev-server": "^3.11.0"
},
"dependencies": {
"@jaredreisinger/react-crossword": "^2.3.1",
"antd": "^4.7.3",
"axios": "^0.21.0",
"chart.js": "^3.3.2",
"i18next": "^19.8.3",
"md5": "^2.3.0",
"react": "^17.0.1",
"react-audio-player": "^0.14.0",
"react-chartjs-2": "^3.0.3",
"react-dom": "^17.0.1",
"react-i18next": "^11.7.3",
"react-quill": "^1.3.5",
"react-redux": "^7.2.1",
"react-router": "^5.2.0",
"react-router-dom": "^5.2.0",
"react-saga": "^0.3.1",
"react-speech": "^1.0.2",
"react-stomp": "^5.1.0",
"redux": "^4.0.5",
"redux-persist": "^6.0.0",
"redux-saga": "^1.1.3"
},
"scripts": {
"start": "webpack-dev-server --mode=development --open",
"build": "webpack --mode production",
"build:analyze": "webpack --mode production --env analyze"
}
}