|
2 | 2 | "name": "@morpheme/ui",
|
3 | 3 | "version": "1.0.1",
|
4 | 4 | "scripts": {
|
5 |
| - "build": "vite build && tsc --emitDeclarationOnly && mv dist/src dist/types", |
| 5 | + "build": "vite build && vue-tsc --emitDeclarationOnly && mv dist/src dist/types", |
6 | 6 | "prepublishOnly": "npm run build",
|
7 | 7 | "test": "vitest"
|
8 | 8 | },
|
|
15 | 15 | "@morpheme/utils": "^1.0.0",
|
16 | 16 | "@morpheme/theme": "^1.0.0",
|
17 | 17 | "@morpheme/themes": "^1.0.0",
|
| 18 | + "@morpheme/design-tokens": "^0.1.0-alpha.5", |
18 | 19 | "@vue/test-utils": "^2.0.0-rc.17",
|
19 |
| - "@ckeditor/ckeditor5-vue": "^7.0.0", |
| 20 | + "@ckeditor/ckeditor5-build-classic": "^37.0.0", |
| 21 | + "@ckeditor/ckeditor5-vue": "^4.0.1", |
20 | 22 | "sass": "^1.77.8",
|
| 23 | + "floating-vue": "^2.0.0-beta.20", |
| 24 | + "@floating-ui/vue": "^1.0.2", |
| 25 | + "@headlessui-float/vue": "^0.11.2", |
| 26 | + "vue-router": "^4.1.5", |
| 27 | + "@vueuse/core": "^10.2.1", |
| 28 | + "vee-validate": "^4.11.3", |
| 29 | + "@heroicons/vue": "^2.1.5", |
| 30 | + "@iconify/vue": "^4.1.2", |
| 31 | + "pagino": "^1.4.1", |
| 32 | + "@vueup/vue-quill": "^1.0.0-beta.8", |
| 33 | + "quill": "^1.3.7", |
21 | 34 | "vue": "^3.4.38"
|
22 | 35 | },
|
23 | 36 | "devDependencies": {
|
| 37 | + "vue-tsc": "^2.1.4", |
24 | 38 | "c8": "^7.11.3",
|
25 | 39 | "unplugin-vue-components": "^0.21.1",
|
26 | 40 | "vite": "^5.4.2",
|
|
0 commit comments