forked from ParadiseSS13/PRListJS
-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathpackage.json
More file actions
53 lines (53 loc) · 1.77 KB
/
package.json
File metadata and controls
53 lines (53 loc) · 1.77 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
{
"name": "prmanager",
"version": "1.0.0",
"description": "PR Management frontend for ParadiseSS13",
"main": "src/js/index.js",
"scripts": {
"build": "webpack",
"start": "webpack serve --config ./webpack.config.js --mode development"
},
"repository": {
"type": "git",
"url": "git+https://git.paradisestation.org/ProductionOperations/PRManager.git"
},
"author": "AffectedArc07",
"license": "MIT",
"bugs": {
"url": "https://github.com/ProductionOperations/PRManager/-/issues"
},
"homepage": "https://www.paradisestation.org/dev/prs/",
"dependencies": {
"@ant-design/charts": "^1.3.6",
"@fortawesome/fontawesome-svg-core": "^6.1.1",
"@fortawesome/free-solid-svg-icons": "^6.1.1",
"@fortawesome/react-fontawesome": "^0.1.18",
"antd": "^4.19.5",
"axios": "^0.26.1",
"react": "^18.0.0",
"react-dom": "^18.0.0",
"react-router-dom": "^6.3.0",
"react-select": "^5.8.0",
"style-loader": "^3.3.1"
},
"devDependencies": {
"@babel/core": "^7.17.9",
"@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.4",
"css-loader": "^6.7.1",
"eslint": "^8.13.0",
"eslint-plugin-jsx": "^0.1.0",
"eslint-plugin-react": "^7.29.4",
"eslint-webpack-plugin": "^3.1.1",
"html-webpack-plugin": "^5.5.0",
"speed-measure-webpack-plugin": "^1.5.0",
"webpack": "^5.72.0",
"webpack-bundle-analyzer": "^4.5.0",
"webpack-cli": "^4.9.2",
"webpack-dev-server": "^4.8.1"
}
}