-
Notifications
You must be signed in to change notification settings - Fork 25
/
Copy pathpackage.json
39 lines (39 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
{
"name": "mp-progress",
"version": "1.2.14",
"description": "circle progress for wechat miniprogram",
"main": "dist/progress.min.js",
"miniprogram": "dist",
"scripts": {
"debug": "webpack",
"watch": "webpack --watch",
"build": "cross-env NODE_ENV=production webpack",
"prepublish": "npm run debug & npm run build"
},
"repository": {
"type": "git",
"url": "git+https://github.com/lucaszhu2zgf/mp-progress.git"
},
"keywords": [
"progress",
"wechat",
"miniprogram",
"小程序",
"进度条"
],
"author": "lucaszhu",
"license": "MIT",
"bugs": {
"url": "https://github.com/lucaszhu2zgf/mp-progress/issues"
},
"homepage": "https://github.com/lucaszhu2zgf/mp-progress#readme",
"devDependencies": {
"@babel/core": "^7.9.6",
"@babel/preset-env": "^7.9.6",
"babel-loader": "^8.1.0",
"cross-env": "^7.0.2",
"uglifyjs-webpack-plugin": "^2.2.0",
"webpack": "^5.92.0",
"webpack-cli": "^5.1.4"
}
}