forked from biuuu/BLHXFY
-
Notifications
You must be signed in to change notification settings - Fork 0
/
package.json
41 lines (41 loc) · 1.08 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
{
"name": "blhxfy",
"version": "1.8.12",
"description": "碧蓝幻想汉化脚本",
"main": "./src/main.js",
"scripts": {
"build": "gulp --gulpfile build.js extension",
"packcsv": "gulp --gulpfile build.js md5",
"deploy": "gulp --gulpfile build.js",
"dpyorigin": "node ./script/index.js"
},
"author": "biuuu",
"license": "MIT",
"dependencies": {
"dompurify": "^1.0.10",
"events": "^3.0.0",
"lodash": "^4.17.11",
"papaparse": "^4.3.7",
"urijs": "^1.19.0",
"url-search-params": "^1.1.0"
},
"devDependencies": {
"@babel/core": "^7.0.0-rc.2",
"@babel/polyfill": "^7.0.0-rc.2",
"@babel/preset-env": "^7.0.0-rc.2",
"del": "^3.0.0",
"fs-extra": "^5.0.0",
"gh-pages": "^2.0.1",
"gulp": "^3.9.1",
"minimatch": "^3.0.2",
"gulp-zip": "^4.1.0",
"md5-file": "^4.0.0",
"rollup": "^1.4.1",
"rollup-plugin-babel": "^4.0.0-beta.8",
"rollup-plugin-commonjs": "^9.1.5",
"rollup-plugin-json": "^3.1.0",
"rollup-plugin-node-resolve": "^4.0.1",
"shelljs": "^0.8.2",
"through2": "^2.0.3"
}
}