|
5 | 5 | "module": "dist/index.mjs", |
6 | 6 | "types": "dist/index.d.ts", |
7 | 7 | "exports": { |
8 | | - "types": "./dist/index.d.ts", |
9 | 8 | "import": "./dist/index.mjs", |
10 | 9 | "default": "./dist/index.js" |
11 | 10 | }, |
|
14 | 13 | "repository": "https://github.com/egoist/rollup-plugin-esbuild", |
15 | 14 | "scripts": { |
16 | 15 | "test": "jest", |
17 | | - "example:rollup-node-resolve": "rollup --bundleConfigAsCjs -c example/rollup.config.js", |
18 | | - "example:esbuild-optimize-deps": "OPTIMIZE=true rollup --bundleConfigAsCjs -c example/rollup.config.js", |
| 16 | + "example:rollup-node-resolve": "rollup -c example/rollup.config.js", |
| 17 | + "example:esbuild-optimize-deps": "OPTIMIZE=true rollup -c example/rollup.config.js", |
19 | 18 | "build": "rm -rf dist && tsup src/index.ts --format esm,cjs --dts-resolve", |
20 | 19 | "prepublishOnly": "npm run build" |
21 | 20 | }, |
22 | 21 | "files": [ |
23 | 22 | "dist" |
24 | 23 | ], |
25 | 24 | "devDependencies": { |
26 | | - "@rollup/plugin-commonjs": "^23.0.0", |
27 | | - "@rollup/plugin-node-resolve": "^15.0.0", |
| 25 | + "@rollup/plugin-commonjs": "^21.0.1", |
| 26 | + "@rollup/plugin-node-resolve": "^13.1.1", |
28 | 27 | "@types/debug": "^4.1.7", |
29 | | - "@types/jest": "^29.1.2", |
30 | | - "@types/node": "16.11.66", |
31 | | - "esbuild": "^0.15.11", |
| 28 | + "@types/jest": "^27.0.2", |
| 29 | + "@types/node": "14.14.37", |
| 30 | + "esbuild": "^0.14.51", |
32 | 31 | "istextorbinary": "^6.0.0", |
33 | | - "jest": "^29.2.0", |
| 32 | + "jest": "^27.3.1", |
34 | 33 | "lodash": "^4.17.21", |
35 | | - "prettier": "^2.7.1", |
36 | | - "react": "^18.2.0", |
37 | | - "rollup": "^3.2.2", |
38 | | - "three": "^0.145.0", |
39 | | - "ts-essentials": "^9.3.0", |
40 | | - "ts-jest": "^29.0.3", |
41 | | - "tsup": "^6.3.0", |
42 | | - "typescript": "^4.8.4", |
43 | | - "vue": "^3.2.41" |
| 34 | + "prettier": "^2.4.1", |
| 35 | + "react": "^17.0.2", |
| 36 | + "rollup": "^2.59.0", |
| 37 | + "three": "^0.136.0", |
| 38 | + "ts-essentials": "^9.1.0", |
| 39 | + "ts-jest": "^27.0.7", |
| 40 | + "tsup": "^5.7.2", |
| 41 | + "typescript": "^4.4.4", |
| 42 | + "vue": "^3.2.26" |
44 | 43 | }, |
45 | 44 | "dependencies": { |
46 | | - "@rollup/pluginutils": "^5.0.1", |
47 | | - "debug": "^4.3.4", |
48 | | - "es-module-lexer": "^1.0.5", |
49 | | - "joycon": "^3.1.1", |
50 | | - "jsonc-parser": "^3.2.0" |
| 45 | + "@rollup/pluginutils": "^4.1.1", |
| 46 | + "debug": "^4.3.3", |
| 47 | + "es-module-lexer": "^0.9.3", |
| 48 | + "joycon": "^3.0.1", |
| 49 | + "jsonc-parser": "^3.0.0" |
51 | 50 | }, |
52 | 51 | "peerDependencies": { |
53 | 52 | "esbuild": ">=0.10.1", |
54 | | - "rollup": "^1.20.0 || ^2.0.0 || ^3.0.0" |
| 53 | + "rollup": "^1.20.0 || ^2.0.0" |
55 | 54 | }, |
56 | 55 | "engines": { |
57 | | - "node": ">=14.18.0", |
58 | | - "npm": ">=8.0.0" |
| 56 | + "node": ">=12" |
59 | 57 | } |
60 | 58 | } |
0 commit comments