forked from Akegarasu/Bilibili-Evolved
-
Notifications
You must be signed in to change notification settings - Fork 0
/
package.json
88 lines (88 loc) · 2.62 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
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
84
85
86
87
88
{
"name": "@bevo/core",
"description": "强大的哔哩哔哩增强脚本",
"private": true,
"main": "dist/bilibili-evolved.user.js",
"author": "Grant Howard, Coulomb-G",
"license": "MIT",
"scripts": {
"build-core": "webpack --config ./webpack/webpack.prod.ts --bail",
"build-features": "webpack --config ./registry/webpack/all.ts --bail",
"lint": "eslint --quiet --fix . --ext .ts,.vue",
"lint-check": "eslint . --ext .ts,.vue",
"type": "tsc -p tsconfig.type-check.json --noEmit"
},
"devDependencies": {
"@babel/core": "7.20.12",
"@babel/parser": "^7.20.15",
"@babel/plugin-proposal-class-properties": "^7.18.6",
"@babel/preset-env": "^7.20.2",
"@babel/preset-typescript": "^7.18.6",
"@babel/types": "^7.20.7",
"@types/async-exit-hook": "^2.0.0",
"@types/babel__core": "^7.20.0",
"@types/color": "^3.0.1",
"@types/glob": "^7.2.0",
"@types/lodash": "^4.14.172",
"@types/marked": "^1.2.0",
"@types/node": "^17.0.31",
"@types/serve-handler": "^6.1.1",
"@types/sortablejs": "^1.10.7",
"@types/streamsaver": "^2.0.1",
"@types/webpack-env": "^1.15.1",
"@types/ws": "^8.2.3",
"@typescript-eslint/eslint-plugin": "^5.50.0",
"@typescript-eslint/parser": "^5.50.0",
"async-exit-hook": "^2.0.1",
"autoprefixer": "^10.0.1",
"babel-loader": "^8.1.0",
"browserslist": "^4.21.4",
"css-loader": "^5.0.0",
"eslint": "^7.32.0",
"eslint-config-airbnb-base": "^14.1.0",
"eslint-config-prettier": "^8.6.0",
"eslint-plugin-import": "^2.20.1",
"eslint-plugin-prettier": "^4.2.1",
"eslint-plugin-vue": "7.1.0",
"fast-sass-loader": "^2.0.0",
"postcss": "^8.1.0",
"postcss-loader": "^4.0.4",
"postcss-preset-env": "^7.5.0",
"prettier": "^2.8.3",
"sass": "^1.25.0",
"serve": "^13.0.2",
"serve-handler": "^6.1.3",
"style-loader": "^2.0.0",
"terser": ">=5.3.8 <6",
"terser-webpack-plugin": "^5.0.1",
"to-string-loader": "^1.2.0",
"ts-node": "^10.7.0",
"typescript": "^4.9.5",
"vue-loader": "^15.8.3",
"vue-template-compiler": "^2.6.11",
"webpack": "^5.31.2",
"webpack-bundle-analyzer": "^4.5.0",
"webpack-cli": "^4.6.0",
"ws": "^8.5.0"
},
"dependencies": {
"@popperjs/core": "^2.6.0",
"color": "^3.1.2",
"fuse.js": "^6.4.6",
"jszip": "^3.7.1",
"lodash": "^4.17.21",
"marked": "^1.2.5",
"protobufjs": "^6.11.2",
"streamsaver": "^2.0.6",
"tippy.js": "^6.3.1",
"vue": "^2.6.11",
"vue-fragment": "^1.5.2"
},
"keywords": [
"userscript",
"bilibili",
"dark-theme",
"touchscreen",
"tampermonkey"
]
}