-
Notifications
You must be signed in to change notification settings - Fork 0
/
package.json
37 lines (37 loc) · 1.02 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
{
"name": "zero-bundler",
"version": "0.0.16",
"repository": "https://github.com/beizhedenglong/libpacker.git",
"author": "Victor Wang <wang_shaojie@icloud.com>",
"license": "MIT",
"private": false,
"main": "dist/index.js",
"bin": {
"zero": "dist/cli.js"
},
"scripts": {
"build": "babel src -d dist"
},
"devDependencies": {
"eslint": "^5.16.0",
"eslint-config-airbnb-base": "^13.1.0",
"eslint-plugin-import": "^2.17.3",
"rimraf": "^2.6.3"
},
"dependencies": {
"@babel/cli": "^7.4.4",
"@babel/core": "^7.4.5",
"@babel/plugin-proposal-class-properties": "^7.4.4",
"@babel/preset-env": "^7.4.5",
"@babel/preset-react": "^7.0.0",
"babel-plugin-transform-async-to-promises": "^0.8.12",
"rollup": "^1.15.0",
"rollup-plugin-babel": "^4.3.2",
"rollup-plugin-commonjs": "^10.0.0",
"rollup-plugin-json": "^4.0.0",
"rollup-plugin-node-resolve": "^5.0.1",
"rollup-plugin-typescript2": "^0.21.1",
"typescript": "^3.5.1"
},
"peerDependencies": {}
}