-
Notifications
You must be signed in to change notification settings - Fork 0
/
package.json
73 lines (73 loc) · 1.86 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
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
{
"name": "fib-rollup",
"version": "0.4.0",
"description": "rollup wrapper of fibjs",
"main": "./lib",
"types": "typings/index.d.ts",
"scripts": {
"build": "ftsc ./src/* --outDir lib",
"test": "fibjs demo/index.js",
"test:clean": "fibjs ./demo/clean.js",
"ci": "npm run build && npm run test",
"prepublishOnly": "npm run build"
},
"repository": {
"type": "git",
"url": "git+https://github.com/fibjs/fib-rollup.git"
},
"keywords": [
"fibjs",
"rollup"
],
"author": "[email protected]",
"license": "GPL-3.0",
"bugs": {
"url": "https://github.com/fibjs/fib-rollup/issues"
},
"homepage": "https://github.com/fibjs/fib-rollup#readme",
"dependencies": {
"@babel/standalone": "^7.4.5",
"@fibjs/builtin-modules": "^0.1.0",
"@fibjs/types": "^0.27.0",
"acorn": "^7.3.1",
"is-module": "^1.0.0",
"rollup": "^2.18.0",
"uglify-es": "^3.3.9",
"uglify-js": "^3.6.0",
"util-deprecate": "^1.0.2"
},
"devDependencies": {
"@fibjs/ci": "^2.2.0",
"@fibjs/rmdirr": "^2.0.0",
"@rollup/plugin-alias": "^3.1.1",
"@rollup/plugin-babel": "^5.0.4",
"@rollup/plugin-buble": "^0.21.3",
"@rollup/plugin-commonjs": "^13.0.0",
"@rollup/plugin-json": "^4.1.0",
"@rollup/plugin-typescript": "^5.0.0",
"@rollup/plugin-virtual": "^2.0.3",
"cheerio": "^1.0.0-rc.3",
"fib-typify": "^0.8.4",
"react": "^16.8.6",
"rollup-plugin-graph": "^1.2.0",
"rollup-plugin-pug": "^0.1.6",
"rollup-plugin-terser": "^3.0.0",
"rollup-plugin-typescript": "^1.0.1",
"rollup-plugin-uglify": "^6.0.2",
"rollup-plugin-virtual": "^1.0.1",
"stylus": "^0.54.5",
"tslib": "^2.0.0",
"typescript": "^3.9.5"
},
"ci": {
"type": "travis, appveyor",
"version": [
"0.26.0",
"0.26.1",
"0.27.0"
]
},
"engines": {
"fibjs": ">=0.26.0"
}
}