-
Notifications
You must be signed in to change notification settings - Fork 0
/
package.json
48 lines (48 loc) · 1.04 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
{
"name": "wx-mp-router",
"version": "1.0.3",
"description": "a router for Wechat Mini Program",
"main": "./dist/wx-router.min.js",
"scripts": {
"build": "webpack --mode production --config ./build/webpack.config.js"
},
"keywords": [
"wx-mp-router",
"wx mp router",
"wx",
"mp",
"router",
"wx-router",
"mp-router",
"wxRouter",
"mpRouter",
"wx router",
"mp router",
"navigate",
"navigation",
"路由",
"小程序路由",
"导航",
"小程序导航"
],
"author": "Ben Lau",
"license": "MIT",
"homepage": "https://github.com/ben-lau/wx-router",
"bugs": {
"url": "https://github.com/ben-lau/wx-router/issues"
},
"files": [
"dist/",
"src/"
],
"devDependencies": {
"@babel/core": "^7.9.0",
"@babel/plugin-proposal-class-properties": "^7.8.3",
"@babel/plugin-transform-runtime": "^7.9.0",
"@babel/preset-env": "^7.9.5",
"@babel/runtime": "^7.9.2",
"babel-loader": "^8.1.0",
"webpack": "^4.42.1",
"webpack-cli": "^3.3.11"
}
}