-
Notifications
You must be signed in to change notification settings - Fork 23
/
package.json
34 lines (34 loc) · 889 Bytes
/
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
{
"name": "knossos",
"version": "0.0.0",
"description": "A modern mod manager and launcher for FreeSpace Open",
"scripts": {
"test": "echo \"Error: no test specified\" && exit 1"
},
"repository": {
"type": "git",
"url": "git+https://github.com/ngld/knossos.git"
},
"author": "ngld",
"license": "Apache-2.0",
"bugs": {
"url": "https://github.com/ngld/knossos/issues"
},
"homepage": "https://github.com/ngld/knossos#readme",
"dependencies": {
"blueimp-gallery": "^2.27.1",
"buble": "^0.19.3",
"buble-loader": "^0.5.1",
"css-loader": "^1.0.0",
"file-loader": "^1.1.5",
"moment": "^2.29.4",
"style-loader": "^0.21.0",
"vue": "^3.0.0",
"vue-loader": "^15.2.4",
"vue-popperjs": "^1.2.5",
"vue-template-compiler": "^2.5.16",
"webpack": "^5.94.0",
"webpack-cli": "^3.0.8",
"xbbcode": "^2.0.4"
}
}