-
Notifications
You must be signed in to change notification settings - Fork 0
/
package.json
49 lines (49 loc) · 1.39 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
{
"name": "my-site",
"type": "module",
"version": "0.0.1",
"scripts": {
"dev": "astro dev",
"start": "astro dev",
"build": "astro check && astro build",
"build:persistTheme": "prettier --write src/lib/persistTheme.js && terser src/lib/persistTheme.js --mangle --output src/lib/persistTheme.min.js",
"preview": "astro preview",
"astro": "astro",
"format": "prettier --write '**/*.{ts,js,vue,astro,scss,css,md,mdx,json}'"
},
"dependencies": {
"@astrojs/check": "^0.9.3",
"@astrojs/mdx": "^3.1.6",
"@astrojs/netlify": "^5.5.3",
"@astrojs/sitemap": "^3.1.6",
"@astrojs/tailwind": "^5.1.1",
"@astrojs/vue": "^4.5.1",
"@radix-icons/vue": "^1.0.0",
"@vee-validate/zod": "^4.13.2",
"@vueuse/core": "^11.1.0",
"astro": "^4.15.7",
"astro-expressive-code": "^0.36.1",
"astro-helmet": "^1.0.3",
"class-variance-authority": "^0.7.0",
"clsx": "^2.1.1",
"embla-carousel": "^8.3.0",
"embla-carousel-vue": "^8.3.0",
"radix-vue": "^1.9.5",
"tailwind-merge": "^2.5.2",
"tailwindcss": "^3.4.12",
"tailwindcss-animate": "^1.0.7",
"vee-validate": "^4.13.2",
"vue": "^3.5.6",
"vue-sonner": "^1.1.5",
"zod": "^3.23.8"
},
"devDependencies": {
"@trivago/prettier-plugin-sort-imports": "^4.3.0",
"prettier": "^3.3.3",
"prettier-plugin-astro": "^0.14.1",
"prettier-plugin-tailwindcss": "^0.6.6",
"sass": "^1.79.1",
"terser": "^5.33.0",
"typescript": "^5.6.2"
}
}