-
Notifications
You must be signed in to change notification settings - Fork 1
/
package.json
59 lines (59 loc) · 1.6 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
{
"name": "yurex-client",
"version": "1.2.6",
"main": "index.js",
"scripts": {
"dev": "webpack serve",
"build": "SET mode=production && webpack"
},
"dependencies": {
"@babel/core": "^7.15.0",
"@babel/node": "^7.14.9",
"@babel/plugin-proposal-class-properties": "^7.14.5",
"@babel/preset-env": "^7.15.0",
"@babel/preset-react": "^7.14.5",
"@babel/preset-typescript": "^7.15.0",
"apexcharts": "^3.32.0",
"axios": "^0.21.1",
"babel-loader": "^8.2.2",
"chart.js": "^3.6.2",
"css-loader": "^6.2.0",
"dotenv": "^10.0.0",
"electron": "^16.0.4",
"file-loader": "^6.2.0",
"howler": "^2.2.3",
"html-webpack-plugin": "^5.3.2",
"node-sass": "^6.0.1",
"react": "^17.0.2",
"react-apexcharts": "^1.3.9",
"react-chartjs-2": "^4.0.0",
"react-dom": "^17.0.2",
"react-hot-toast": "^2.3.0",
"react-redux": "^7.2.4",
"react-router-dom": "^6.2.2",
"redux": "^4.1.1",
"redux-thunk": "^2.3.0",
"sass-loader": "^12.1.0",
"style-loader": "^3.2.1",
"styled-components": "^5.3.1",
"ts-loader": "^9.2.5",
"typescript": "^4.3.5",
"webpack": "^5.51.1",
"webpack-cli": "^4.8.0",
"webpack-dev-server": "^4.0.0",
"ws": "^8.5.0"
},
"devDependencies": {
"@types/howler": "^2.2.7",
"@types/node": "^16.7.1",
"@types/react": "^17.0.19",
"@types/react-dom": "^17.0.9",
"@types/react-redux": "^7.1.18",
"@types/react-router-dom": "^5.3.3",
"@types/redux": "^3.6.0",
"@types/request": "^2.48.7",
"@types/styled-components": "^5.1.12"
},
"private": true,
"license": "GPL-3"
}