-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathpackage.json
49 lines (49 loc) · 1.23 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": "xdcc-web-loader",
"version": "0.1.0",
"description": "Web based Download Manager for XDCC file transfer",
"repository": {
"type": "git",
"url": "[email protected]:MaggiWuerze/xddcwebloader.git"
},
"keywords": [
"rest",
"hateoas",
"spring",
"data",
"react"
],
"author": "Daniel Prange",
"license": "Apache-2.0",
"bugs": {
"url": "https://github.com/MaggiWuerze/xddcwebloader/issues"
},
"homepage": "https://maggiwuerze.de/XDCC-Webloader",
"dependencies": {
"axios": "^1.7.4",
"bootstrap": "5.1.1",
"react": "^17.0.2",
"react-bootstrap": "2.9.1",
"react-dom": "^17.0.2",
"react-popover": "^0.5.10",
"rest": "^2.0.0",
"sockjs-client": "^1.5.2",
"stompjs": "^2.3.3"
},
"scripts": {
"watch": "webpack --watch -d",
"build": "echo Building frontend",
"check": "echo Checking frontend && npm run lint && npm run test",
"clean": "echo Cleaning frontend",
"lint": "echo Linting frontend",
"test": "echo Testing frontend"
},
"devDependencies": {
"@babel/core": "^7.15.5",
"@babel/preset-env": "^7.15.6",
"@babel/preset-react": "^7.14.5",
"babel-loader": "^8.2.2",
"webpack": "^5.94.0",
"webpack-cli": "^4.8.0"
}
}