This repository has been archived by the owner on Jan 30, 2020. It is now read-only.
-
Notifications
You must be signed in to change notification settings - Fork 22
/
Copy pathpackage.json
53 lines (53 loc) · 1.52 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
{
"name": "@pandolajs/pandora-boilerplate-wechat",
"version": "0.5.1",
"description": "wechat mini program boilerplate.",
"main": "index.js",
"scripts": {
"build:gulp": "gulp --gulpfile ./scripts/gulpfile.js --cwd .",
"start": "cross-env NODE_ENV=development npm run build:gulp",
"build:test": "cross-env NODE_ENV=test npm run build:gulp",
"build:pre": "cross-env NODE_ENV=preproduction npm run build:gulp",
"build:prod": "cross-env NODE_ENV=production npm run build:gulp"
},
"repository": {
"type": "git",
"url": "git+https://github.com/pandolajs/pandora-boilerplate-wechat.git"
},
"keywords": [
"pandora-boilerplate",
"wechat",
"miniprogram"
],
"author": "sizhao",
"license": "MIT",
"bugs": {
"url": "https://github.com/pandolajs/pandora-boilerplate-wechat/issues"
},
"homepage": "https://github.com/pandolajs/pandora-boilerplate-wechat#readme",
"devDependencies": {
"chalk": "^2.4.1",
"cross-env": "^5.2.0",
"cross-spawn": "^6.0.5",
"del": "^3.0.0",
"dependency-tree": "^6.1.0",
"execa": "^1.0.0",
"glob-watcher": "^5.0.3",
"gulp": "^3.9.1",
"gulp-cli": "^2.0.1",
"gulp-imagemin": "^4.1.0",
"js-yaml": "^3.12.0",
"less": "^3.0.4",
"less-plugin-autoprefix": "^1.5.1",
"mime": "^2.3.1",
"plugin-error": "^1.0.1",
"read-pkg-up": "^4.0.0",
"svg2ttf": "^4.1.0",
"svgicons2svgfont": "^9.0.3",
"through2": "^2.0.3",
"webpack": "^4.12.2"
},
"dependencies": {
"regenerator-runtime": "^0.12.0"
}
}