-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathpackage.json
47 lines (47 loc) · 1.21 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
{
"name": "mpvue-starter",
"version": "0.0.4",
"description": "mpvue starer for wechat miniapp",
"main": "dist/index.js",
"scripts": {
"dev": "rollup -wm -c",
"build": "rollup -c",
"lint": "eslint src",
"flow": "flow check",
"test": "echo \"Error: no test specified\" && exit 1"
},
"files": [
"dist",
"src"
],
"repository": "git@github.com:kfw001/mpvue-starter.git",
"keywords": [
"mpvue",
"starter",
"share"
],
"author": "helloLaoYang <aaron@codonas.cn>",
"license": "MIT",
"dependencies": {
"query-string": "^6.1.0"
},
"devDependencies": {
"babel-core": "^6.26.3",
"babel-eslint": "^8.2.3",
"babel-plugin-external-helpers": "^6.22.0",
"babel-plugin-transform-runtime": "^6.23.0",
"babel-preset-env": "^1.7.0",
"babel-preset-stage-2": "^6.24.1",
"babel-runtime": "^6.26.0",
"eslint": "^4.19.1",
"eslint-config-standard": "^11.0.0",
"eslint-plugin-flowtype": "^2.49.3",
"eslint-plugin-import": "^2.12.0",
"eslint-plugin-node": "^6.0.1",
"eslint-plugin-promise": "^3.8.0",
"eslint-plugin-standard": "^3.1.0",
"flow-bin": "^0.73.0",
"rollup": "^0.58.2",
"rollup-plugin-babel": "^3.0.4"
}
}