-
Notifications
You must be signed in to change notification settings - Fork 0
/
package.json
44 lines (44 loc) · 1.12 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
{
"name": "danmakutreetool",
"version": "0.0.2",
"description": "",
"main": "./src/index.js",
"scripts": {
"test": "echo \"Error: no test specified\" && exit 1",
"update": "git fetch && git pull && npm i -g"
},
"bin": {
"danmakutreetool": "./src/index.js"
},
"author": "",
"license": "AGPL-3.0-or-later",
"dependencies": {
"axios": "^0.19.2",
"chalk": "^4.0.0",
"css-loader": "^3.5.3",
"express": "^4.17.1",
"file-loader": "^6.0.0",
"lodash": "^4.17.19",
"memory-fs": "^0.5.0",
"mini-css-extract-plugin": "^0.9.0",
"sass": "^1.26.7",
"sass-loader": "^8.0.2",
"style-loader": "^1.2.1",
"url-loader": "^4.1.0",
"uuid": "^8.1.0",
"vue-eslint-parser": "^7.1.0",
"vue-loader": "^15.9.2",
"vue-style-loader": "^4.1.2",
"vue-template-compiler": "^2.6.11",
"webpack": "^4.43.0",
"ws": "^7.3.1"
},
"devDependencies": {
"eslint": "^7.5.0",
"eslint-config-standard": "^14.1.1",
"eslint-plugin-import": "^2.22.0",
"eslint-plugin-node": "^11.1.0",
"eslint-plugin-promise": "^4.2.1",
"eslint-plugin-standard": "^4.0.1"
}
}