forked from gloriasoft/uniapp2wxpack
-
Notifications
You must be signed in to change notification settings - Fork 0
/
package.json
69 lines (69 loc) · 2.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
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
{
"name": "uniapp2wxpack",
"version": "3.3.13",
"description": "",
"main": "./dist/lib/index.js",
"scripts": {
"test": "echo \"Error: no test specified\" && exit 1",
"build": "node customBuild && terser src/index.js -o dist/index.js -m -c toplevel && cross-env BABEL_ENV=rollup rollup -c"
},
"bin": {
"uniapp2wxpack": "./dist/index.js"
},
"files": [
"dist"
],
"homepage": "https://github.com/devilwjp/uniapp2wxpack",
"repository": {
"type": "git",
"url": "https://github.com/devilwjp/uniapp2wxpack"
},
"author": "Devle Wu(天堂里的花大咩)",
"license": "ISC",
"dependencies": {
"commander": "^5.0.0",
"concurrently": "^4.1.2",
"cross-env": "^5.2.0",
"css": "^2.2.4",
"del": "^4.1.1",
"domhandler": "^3.0.0",
"fast-xml-parser": "^3.17.4",
"fs-extra": "^9.0.0",
"gulp": "^4.0.2",
"gulp-batch-replace": "0.0.0",
"gulp-filter": "^6.0.0",
"gulp-if": "^3.0.0",
"gulp-load-plugins": "^1.6.0",
"gulp-rename": "^1.4.0",
"gulp-replace": "^1.0.0",
"gulp-strip-comments": "^2.5.2",
"gulp-strip-css-comments": "^2.0.0",
"gulp-watch": "^5.0.1",
"postcss-comment": "^2.0.0",
"preprocess": "^3.2.0",
"single-line-log": "^1.1.2",
"strip-json-comments": "^3.0.1",
"vue-template-compiler": "^2.6.11"
},
"devDependencies": {
"@babel/core": "^7.7.4",
"@babel/plugin-external-helpers": "^7.7.4",
"@babel/plugin-proposal-class-properties": "^7.7.4",
"@babel/plugin-proposal-object-rest-spread": "^7.7.4",
"@babel/plugin-transform-runtime": "^7.9.0",
"@babel/preset-env": "^7.7.4",
"@rollup/plugin-commonjs": "^12.0.0",
"@rollup/plugin-json": "^4.0.3",
"@rollup/plugin-node-resolve": "^8.0.0",
"babel-preset-latest": "^6.24.1",
"cross-env": "^6.0.3",
"rollup": "^2.10.8",
"rollup-plugin-babel": "^4.3.3",
"rollup-plugin-commonjs": "^10.1.0",
"rollup-plugin-node-builtins": "^2.1.2",
"rollup-plugin-node-resolve": "^5.2.0",
"rollup-plugin-terser": "^5.3.0",
"rollup-plugin-uglify": "^6.0.3",
"terser": "^4.7.0"
}
}