-
Notifications
You must be signed in to change notification settings - Fork 62
/
Copy pathpackage.json
38 lines (38 loc) · 1.1 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
{
"name": "@your/father",
"version": "1.0.6",
"description": "蝌蚪爸爸爱你",
"main": "lib/index.js",
"module": "es/index.js",
"scripts": {
"test": "echo \"Error: no test specified\" && exit 1",
"start": "node example/devServer.js",
"prepublishOnly": "tnpm run build",
"build": "rimraf ./dist ./es ./lib && rollup -c rollup.config.js"
},
"author": "小蝌蚪",
"license": "MIT",
"dependencies": {
"@babel/runtime": "^7.0.0",
"extend": "^3.0.2"
},
"devDependencies": {
"@babel/core": "^7.0.1",
"@babel/plugin-proposal-class-properties": "^7.0.0",
"@babel/plugin-transform-runtime": "^7.0.0",
"@babel/preset-env": "^7.0.0",
"koa": "^2.5.3",
"koa-compress": "^3.0.0",
"koa-router": "^7.4.0",
"koa-static-cache": "^5.1.2",
"rimraf": "^2.6.2",
"rollup": "^0.66.0",
"rollup-plugin-babel": "^4.0.3",
"rollup-plugin-commonjs": "^9.1.6",
"rollup-plugin-json": "^3.1.0",
"rollup-plugin-license": "^0.8.1",
"rollup-plugin-node-resolve": "^3.4.0",
"rollup-plugin-postcss": "^1.6.2",
"rollup-plugin-uglify": "^6.0.0"
}
}