-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathpackage.json
More file actions
33 lines (33 loc) · 930 Bytes
/
Copy pathpackage.json
File metadata and controls
33 lines (33 loc) · 930 Bytes
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
{
"name": "5stack-plugin-hello-world",
"version": "0.1.0",
"description": "The smallest complete 5stack Custom Page — a Vue Module Federation remote that renders natively in the 5stack panel.",
"license": "MIT",
"type": "module",
"scripts": {
"dev": "vite",
"build": "vite build",
"preview": "vite preview",
"typecheck": "vue-tsc --noEmit"
},
"dependencies": {
"@5stack/ui": "^0.2.0",
"class-variance-authority": "^0.7.1",
"clsx": "^2.1.1",
"lucide-vue-next": "^0.508.0",
"reka-ui": "^2.9.7",
"tailwind-merge": "^3.2.0",
"vue": "^3.5.34"
},
"devDependencies": {
"@originjs/vite-plugin-federation": "^1.4.1",
"@vitejs/plugin-vue": "^5.2.1",
"autoprefixer": "^10.4.21",
"postcss": "^8.5.3",
"tailwindcss": "^3.4.17",
"typescript": "^5.8.3",
"vite": "^6.0.0",
"vite-plugin-css-injected-by-js": "^3.5.2",
"vue-tsc": "^2.1.10"
}
}