-
Notifications
You must be signed in to change notification settings - Fork 0
/
package.json
49 lines (49 loc) · 1.45 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
{
"name": "profilerfrontend",
"version": "1.0.0",
"description": "Profiler frontend for ParadiseSS13 Profiler API",
"main": "src/js/index.js",
"scripts": {
"build": "webpack",
"start": "webpack serve --config ./webpack.config.js --mode development"
},
"repository": {
"type": "git",
"url": "git+https://github.com/AffectedArc07/ProfilerFrontend.git"
},
"author": "AffectedArc07",
"license": "AGPL-3.0",
"bugs": {
"url": "https://github.com/AffectedArc07/ProfilerFrontend/issues"
},
"homepage": "https://github.com/AffectedArc07/ProfilerFrontend#readme",
"dependencies": {
"@ant-design/charts": "^1.3.5",
"@ant-design/icons": "^4.7.0",
"antd": "^4.18.9",
"axios": "^0.26.0",
"react": "^17.0.2",
"react-dom": "^17.0.2",
"style-loader": "^3.3.1"
},
"devDependencies": {
"@babel/core": "^7.17.5",
"@babel/eslint-parser": "^7.17.0",
"@babel/plugin-syntax-jsx": "^7.16.7",
"@babel/preset-env": "^7.16.11",
"@babel/preset-react": "^7.16.7",
"babel-eslint": "^10.1.0",
"babel-loader": "^8.2.3",
"css-loader": "^6.6.0",
"eslint": "^8.10.0",
"eslint-plugin-jsx": "^0.1.0",
"eslint-plugin-react": "^7.29.2",
"eslint-webpack-plugin": "^3.1.1",
"html-webpack-plugin": "^5.5.0",
"speed-measure-webpack-plugin": "^1.5.0",
"webpack": "^5.69.1",
"webpack-bundle-analyzer": "^4.5.0",
"webpack-cli": "^4.9.2",
"webpack-dev-server": "^4.7.4"
}
}