|
1 | 1 | {
|
2 | 2 | "name": "@project-trans/suggestion-box",
|
3 | 3 | "type": "module",
|
4 |
| - "version": "0.0.9", |
5 |
| - "packageManager": "pnpm@8.15.4", |
| 4 | + "version": "0.1.0", |
| 5 | + "packageManager": "pnpm@9.11.0+sha512.0a203ffaed5a3f63242cd064c8fb5892366c103e328079318f78062f24ea8c9d50bc6a47aa3567cabefd824d170e78fa2745ed1f16b132e16436146b7688f19b", |
6 | 6 | "description": "Suggestion box for Project Trans",
|
7 | 7 | "author": {
|
8 | 8 | "name": "Project Trans Team Members",
|
|
25 | 25 | "require": "./dist/preset.umd.cjs",
|
26 | 26 | "default": "./dist/preset.umd.cjs"
|
27 | 27 | },
|
| 28 | + "./aio": { |
| 29 | + "types": "./dist/aio.d.ts", |
| 30 | + "import": "./dist/aio.js", |
| 31 | + "require": "./dist/aio.umd.cjs", |
| 32 | + "default": "./dist/aio.umd.cjs" |
| 33 | + }, |
| 34 | + "./dist/aio": { |
| 35 | + "types": "./dist/aio.d.ts", |
| 36 | + "import": "./dist/aio.js", |
| 37 | + "require": "./dist/aio.umd.cjs", |
| 38 | + "default": "./dist/aio.umd.cjs" |
| 39 | + }, |
28 | 40 | "./dist/preset": {
|
29 | 41 | "types": "./dist/preset.d.ts",
|
30 | 42 | "import": "./dist/preset.js",
|
|
42 | 54 | "scripts": {
|
43 | 55 | "dev": "vite",
|
44 | 56 | "dev:server": "pnpm -F server run dev",
|
45 |
| - "build": "vite build && vue-tsc --declaration --emitDeclarationOnly", |
| 57 | + "build": "pnpm build:script && pnpm build:style && pnpm build:types", |
| 58 | + "build:style": "tsx ./script/buildStyle.ts", |
| 59 | + "build:script": "rollup -c rollup.config.ts --configPlugin esbuild", |
| 60 | + "build:types": "vue-tsc", |
46 | 61 | "preview": "vite preview",
|
47 | 62 | "lint": "eslint --cache . && pnpm -F server run lint",
|
48 | 63 | "typecheck": "vue-tsc --noEmit && pnpm -F server run typecheck",
|
|
54 | 69 | "vue": "3"
|
55 | 70 | },
|
56 | 71 | "devDependencies": {
|
57 |
| - "@antfu/eslint-config": "^2.8.0", |
58 |
| - "@iconify-json/octicon": "^1.1.52", |
59 |
| - "@iconify-json/svg-spinners": "^1.1.2", |
60 |
| - "@types/node": "^20.11.24", |
61 |
| - "@unocss/eslint-plugin": "^0.58.5", |
62 |
| - "@unocss/reset": "^0.58.5", |
63 |
| - "@vitejs/plugin-vue": "^5.0.4", |
64 |
| - "eslint": "^8.57.0", |
65 |
| - "rimraf": "^5.0.5", |
66 |
| - "typescript": "^5.3.3", |
67 |
| - "unocss": "^0.58.5", |
68 |
| - "vite": "^5.1.5", |
69 |
| - "vue-tsc": "^1.8.27" |
| 72 | + "@antfu/eslint-config": "^3.7.3", |
| 73 | + "@iconify-json/octicon": "^1.2.0", |
| 74 | + "@iconify-json/svg-spinners": "^1.2.0", |
| 75 | + "@rollup/plugin-node-resolve": "^15.3.0", |
| 76 | + "@rollup/plugin-replace": "^6.0.1", |
| 77 | + "@types/node": "^22.7.4", |
| 78 | + "@unocss/eslint-plugin": "^0.63.1", |
| 79 | + "@unocss/reset": "^0.63.1", |
| 80 | + "@vitejs/plugin-vue": "^5.1.4", |
| 81 | + "eslint": "^9.11.1", |
| 82 | + "lightningcss": "^1.27.0", |
| 83 | + "rimraf": "^6.0.1", |
| 84 | + "rollup": "^4.22.5", |
| 85 | + "rollup-plugin-esbuild": "^6.1.1", |
| 86 | + "tsx": "^4.19.1", |
| 87 | + "typescript": "^5.6.2", |
| 88 | + "unbuild": "3.0.0-rc.8", |
| 89 | + "unocss": "^0.63.1", |
| 90 | + "vite": "^5.4.8", |
| 91 | + "vue-tsc": "^2.1.6" |
70 | 92 | },
|
71 | 93 | "pnpm": {
|
72 | 94 | "overrides": {
|
73 |
| - "array-includes": "npm:@nolyfill/array-includes@latest", |
74 |
| - "array.prototype.findlastindex": "npm:@nolyfill/array.prototype.findlastindex@latest", |
75 |
| - "array.prototype.flat": "npm:@nolyfill/array.prototype.flat@latest", |
76 |
| - "array.prototype.flatmap": "npm:@nolyfill/array.prototype.flatmap@latest", |
77 |
| - "hasown": "npm:@nolyfill/hasown@latest", |
78 |
| - "object.assign": "npm:@nolyfill/object.assign@latest", |
79 |
| - "object.entries": "npm:@nolyfill/object.entries@latest", |
80 |
| - "object.fromentries": "npm:@nolyfill/object.fromentries@latest", |
81 |
| - "object.groupby": "npm:@nolyfill/object.groupby@latest", |
82 |
| - "object.values": "npm:@nolyfill/object.values@latest" |
| 95 | + "array-includes": "npm:@nolyfill/array-includes@^1", |
| 96 | + "array.prototype.findlastindex": "npm:@nolyfill/array.prototype.findlastindex@^1", |
| 97 | + "array.prototype.flat": "npm:@nolyfill/array.prototype.flat@^1", |
| 98 | + "array.prototype.flatmap": "npm:@nolyfill/array.prototype.flatmap@^1", |
| 99 | + "hasown": "npm:@nolyfill/hasown@^1", |
| 100 | + "is-core-module": "npm:@nolyfill/is-core-module@^1", |
| 101 | + "object.assign": "npm:@nolyfill/object.assign@^1", |
| 102 | + "object.entries": "npm:@nolyfill/object.entries@^1", |
| 103 | + "object.fromentries": "npm:@nolyfill/object.fromentries@^1", |
| 104 | + "object.groupby": "npm:@nolyfill/object.groupby@^1", |
| 105 | + "object.values": "npm:@nolyfill/object.values@^1" |
83 | 106 | }
|
84 | 107 | }
|
85 | 108 | }
|
0 commit comments