|
9 | 9 | "files": [
|
10 | 10 | "dist"
|
11 | 11 | ],
|
12 |
| - "types": "dist/repl.d.ts", |
| 12 | + "types": "dist/vue-repl.d.ts", |
13 | 13 | "exports": {
|
14 | 14 | ".": {
|
15 |
| - "types": "./dist/repl.d.ts", |
| 15 | + "types": "./dist/vue-repl.d.ts", |
16 | 16 | "import": "./dist/vue-repl.js",
|
17 | 17 | "require": "./dist/ssr-stub.js"
|
18 | 18 | },
|
19 | 19 | "./monaco-editor": {
|
20 |
| - "types": "./dist/editor-types.d.ts", |
| 20 | + "types": "./dist/monaco-editor.d.ts", |
21 | 21 | "import": "./dist/monaco-editor.js",
|
22 | 22 | "require": null
|
23 | 23 | },
|
24 | 24 | "./codemirror-editor": {
|
25 |
| - "types": "./dist/editor-types.d.ts", |
| 25 | + "types": "./dist/codemirror-editor.d.ts", |
26 | 26 | "import": "./dist/codemirror-editor.js",
|
27 | 27 | "require": null
|
28 | 28 | },
|
29 |
| - "./style.css": "./dist/style.css", |
30 |
| - "./dist/style.css": "./dist/style.css" |
| 29 | + "./package.json": "./package.json", |
| 30 | + "./style.css": "./dist/vue-repl.css", |
| 31 | + "./dist/style.css": "./dist/vue-repl.css" |
31 | 32 | },
|
32 | 33 | "scripts": {
|
33 | 34 | "dev": "vite",
|
34 | 35 | "build": "vite build",
|
35 |
| - "build-types": "vue-tsc -p tsconfig.build.json && api-extractor run -c api-extractor.json && node scripts/cleanup.js", |
36 | 36 | "build-preview": "vite build -c vite.preview.config.ts",
|
37 | 37 | "format": "prettier --write .",
|
38 | 38 | "release": "bumpp -r",
|
|
68 | 68 | "@types/node": "^20.11.25",
|
69 | 69 | "@types/prettier": "^2.7.3",
|
70 | 70 | "@vitejs/plugin-vue": "^5.0.4",
|
71 |
| - "@volar/cdn": "~1.11.1", |
| 71 | + "@volar/cdn": "~1.9.2", |
72 | 72 | "@volar/monaco": "~1.9.2",
|
73 |
| - "@volar/typescript": "~2.1.2", |
74 |
| - "@vue/language-service": "2.0.6", |
| 73 | + "@volar/typescript": "~1.9.2", |
| 74 | + "@vue/language-service": "1.8.6", |
75 | 75 | "bumpp": "^9.4.0",
|
76 | 76 | "codemirror": "^5.65.14",
|
77 | 77 | "emmet": "^2.4.6",
|
78 | 78 | "emmet-monaco-es": "^5.3.2",
|
79 | 79 | "fflate": "^0.8.2",
|
80 | 80 | "hash-sum": "^2.0.0",
|
| 81 | + "lint-staged": "^15.5.1", |
81 | 82 | "monaco-editor-core": "^0.46.0",
|
82 | 83 | "monaco-editor-textmate": "^4.0.0",
|
83 | 84 | "monaco-textmate": "^3.0.1",
|
|
86 | 87 | "path-browserify": "^1.0.1",
|
87 | 88 | "prettier": "^3.2.5",
|
88 | 89 | "rimraf": "^5.0.5",
|
89 |
| - "sass": "^1.71.1", |
| 90 | + "sass": "^1.86.3", |
90 | 91 | "sucrase": "^3.35.0",
|
91 |
| - "typescript": "^5.4.2", |
92 |
| - "vite": "^5.1.5", |
93 |
| - "vite-plugin-vuetify": "^2.0.2", |
94 |
| - "vue": "^3.4.21", |
95 |
| - "vue-tsc": "2.0.6", |
96 |
| - "vuetify": "3.5.8" |
| 92 | + "typescript": "^5.8.3", |
| 93 | + "vite": "^6.3.2", |
| 94 | + "vite-plugin-dts": "^4.5.3", |
| 95 | + "vite-plugin-vuetify": "^2.1.1", |
| 96 | + "vue": "^3.5.13", |
| 97 | + "vue-tsc": "2.2.8", |
| 98 | + "vuetify": "3.8.2" |
97 | 99 | },
|
98 | 100 | "peerDependencies": {
|
99 |
| - "vue": "^3.3.4", |
100 |
| - "vuetify": "^3.3.15" |
| 101 | + "vue": "^3.5.13", |
| 102 | + "vuetify": "^3.8.2" |
101 | 103 | },
|
102 | 104 | "publishConfig": {
|
103 | 105 | "access": "public"
|
|
0 commit comments