-
Notifications
You must be signed in to change notification settings - Fork 0
/
package.json
37 lines (37 loc) · 1014 Bytes
/
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": "xl-micro",
"version": "1.0.0",
"description": "",
"main": "lib/index.js",
"scripts": {
"test": "echo \"Error: no test specified\" && exit 1",
"build": "rimraf lib && rollup -c -w",
"dev": "rollup -c -w"
},
"repository": {
"type": "git",
"url": "git+https://github.com/missxiaolin/micro-web.git"
},
"author": "xiaolin",
"license": "ISC",
"bugs": {
"url": "https://github.com/missxiaolin/micro-web/issues"
},
"homepage": "https://github.com/missxiaolin/micro-web#readme",
"dependencies": {
"rollup-plugin-terser": "^7.0.2"
},
"devDependencies": {
"@babel/core": "^7.12.10",
"@babel/polyfill": "^7.12.1",
"@babel/preset-env": "^7.12.11",
"@rollup/plugin-commonjs": "^17.0.0",
"@rollup/plugin-node-resolve": "^11.0.1",
"babel-plugin-root-import": "^6.6.0",
"rimraf": "^3.0.2",
"rollup": "^2.35.1",
"rollup-plugin-babel": "^4.4.0",
"rollup-plugin-serve": "^1.1.0",
"rollup-plugin-uglify": "^6.0.4"
}
}