-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathpackage.json
More file actions
34 lines (34 loc) · 1.06 KB
/
Copy pathpackage.json
File metadata and controls
34 lines (34 loc) · 1.06 KB
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
{
"name": "@lunarphp/panel-build",
"private": true,
"type": "module",
"scripts": {
"build": "vite build && npm run build:types",
"build:types": "rm -rf resources/panel-package/dist && vue-tsc -p tsconfig.build-types.json && node scripts/copy-runtime-types.mjs",
"type-check": "vue-tsc -p tsconfig.json",
"dev": "vite",
"test": "vitest run"
},
"devDependencies": {
"@inertiajs/vue3": "^3.0.0",
"@internationalized/date": "^3.5.0",
"@tailwindcss/vite": "^4.0.6",
"@vitejs/plugin-vue": "^5.2.0",
"@vue/test-utils": "^2.4.11",
"happy-dom": "^20.10.6",
"laravel-vite-plugin": "^1.2.0",
"reka-ui": "^2.9.6",
"tailwindcss": "^4.0.6",
"typescript": "^5.6.0",
"vite": "^6.0.0",
"vitest": "^4.1.10",
"vue": "^3.5.13",
"vue-i18n": "^11.4.6",
"vue-tsc": "^2.2.12"
},
"dependencies": {
"@tiptap/starter-kit": "^3.28.0",
"@tiptap/vue-3": "^3.28.0",
"flag-icons": "^7.5.0"
}
}