-
Notifications
You must be signed in to change notification settings - Fork 0
/
package.json
74 lines (74 loc) · 2.2 KB
/
package.json
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
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
{
"name": "vue-bun",
"type": "module",
"version": "1.0.1",
"scripts": {
"dev": "bunx --bun astro dev --verbose",
"start": "bun astro check --verbose && bunx --bun astro dev --verbose",
"build": "bun astro check --verbose && bunx --bun astro build --verbose",
"preview": "bunx --bun astro preview",
"biomes": "bunx @biomejs/biome check --apply ./*",
"astro": "astro"
},
"dependencies": {
"@astrojs/check": "^0.7.0",
"@astrojs/mdx": "3.0.1",
"@astrojs/partytown": "^2.1.0",
"@astrojs/react": "3.4.0",
"@astrojs/sitemap": "3.1.5",
"@astrojs/ts-plugin": "^1.8.0",
"@astrojs/vue": "4.3.0",
"@radix-icons/vue": "^1.0.0",
"@tailwindcss/postcss": "^4.0.0-alpha.15",
"@tailwindcss/vite": "^4.0.0-alpha.15",
"@tanstack/vue-table": "^8.17.3",
"@types/node": "^20.14.2",
"@types/react": "^18.3.3",
"@types/react-dom": "^18.3.0",
"@vitejs/plugin-vue": "^5.0.5",
"@vueuse/core": "^10.10.0",
"astro": "4.9.3",
"class-variance-authority": "^0.7.0",
"clsx": "^2.1.1",
"date-fns": "^3.6.0",
"embla-carousel": "^8.1.3",
"embla-carousel-vue": "^8.1.3",
"lucide-vue-next": "^0.378.0",
"million": "^3.1.11",
"preline": "^2.3.0",
"radix-vue": "^1.8.3",
"react": "^18.3.1",
"react-dom": "^18.3.1",
"sharp": "^0.33.4",
"tailwind-merge": "^2.3.0",
"tailwindcss": "^4.0.0-alpha.15",
"tailwindcss-animate": "^1.0.7",
"typescript": "^5.4.5",
"unplugin-auto-import": "^0.17.6",
"vite": "^5.2.12",
"vue": "^3.4.27",
"vue-tsc": "^2.0.19",
"zod": "^3.23.8"
},
"devDependencies": {
"@biomejs/biome": "1.7.3",
"@types/bun": "latest",
"vite-plugin-vue-devtools": "^7.2.1"
},
"peerDependencies": {
"typescript": "^5.0.0"
},
"license": "MIT",
"repository": {
"type": "git",
"url": "git+https://github.com/Frikadellios/vue-bun.git"
},
"author": "Hrihorii Ilin <devopsick@pm.me>",
"description": "To install dependencies:",
"keywords": [],
"bugs": {
"url": "https://github.com/Frikadellios/vue-bun/issues"
},
"homepage": "https://github.com/Frikadellios/vue-bun#readme",
"trustedDependencies": ["@biomejs/biome", "esbuild", "sharp", "vue-demi"]
}