-
-
Notifications
You must be signed in to change notification settings - Fork 3
/
Copy pathpackage.json
60 lines (60 loc) · 1.5 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
{
"name": "@pkgr/rollup",
"version": "6.0.0",
"type": "module",
"description": "Seamless Rollup bundler wrapper for libraries",
"repository": "[email protected]:un-ts/pkgr.git",
"homepage": "https://github.com/un-ts/pkgr/blob/master/packages/rollup",
"author": "JounQin (https://www.1stG.me) <[email protected]>",
"funding": "https://opencollective.com/unts",
"license": "MIT",
"engines": {
"node": ">=16.0.0"
},
"bin": {
"r": "lib/cli.js"
},
"files": [
"lib",
"shim.d.ts"
],
"peerDependencies": {
"@vitejs/plugin-vue": "^5.0.0",
"@vitejs/plugin-vue-jsx": "^3.0.0"
},
"peerDependenciesMeta": {
"@vitejs/plugin-vue": {
"optional": true
},
"@vitejs/plugin-vue-jsx": {
"optional": true
}
},
"dependencies": {
"@pkgr/es-modules": "^0.6.3",
"@pkgr/umd-globals": "^0.8.3",
"@pkgr/utils": "^3.0.0",
"@rollup/plugin-alias": "^5.1.0",
"@rollup/plugin-commonjs": "^25.0.7",
"@rollup/plugin-json": "^6.1.0",
"@rollup/plugin-node-resolve": "^15.2.3",
"@rollup/plugin-url": "^8.0.2",
"commander": "^11.1.0",
"core-js": "^3.34.0",
"debug": "^4.3.4",
"esbuild": "^0.19.10",
"is-glob": "^4.0.3",
"jsox": "^1.2.119",
"micromatch": "^4.0.5",
"rollup": "^4.9.1",
"rollup-plugin-copy": "^3.5.0",
"rollup-plugin-esbuild": "^6.2.0",
"rollup-plugin-unassert": "^0.6.0",
"tslib": "^2.6.2",
"unassert": "^2.0.2"
},
"publishConfig": {
"access": "public"
},
"sideEffects": false
}