-
Notifications
You must be signed in to change notification settings - Fork 26
Expand file tree
/
Copy pathpackage.json
More file actions
56 lines (56 loc) · 1.77 KB
/
package.json
File metadata and controls
56 lines (56 loc) · 1.77 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
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
{
"name": "astrorante",
"type": "module",
"version": "0.0.4",
"scripts": {
"dev": "astro dev",
"start": "astro dev",
"build": "astro check && astro build",
"check": "astro check",
"build:nocheck": "astro build",
"preview": "astro preview",
"astro": "astro",
"pull:components": "npx storyblok pull-components --space SPACE_ID",
"generate:types": "npx storyblok generate-typescript-typedefs --sourceFilePaths ./components.SPACE_ID.json --destinationFilePath ./component-types-sb.d.ts",
"upgrade": "npx npm-check-updates -u && npm install"
},
"dependencies": {
"@astrojs/check": "^0.9.4",
"@astrojs/netlify": "^6.0.1",
"@astrojs/sitemap": "^3.2.1",
"@astrojs/tailwind": "^5.1.4",
"@astrojs/ts-plugin": "^1.10.4",
"@astrojs/vercel": "^8.0.1",
"@astrojs/vue": "^5.0.3",
"@fontsource-variable/readex-pro": "^5.0.15",
"@nanostores/vue": "^0.10.0",
"@storyblok/astro": "^5.0.2",
"@tailwindcss/container-queries": "^0.1.1",
"@tailwindcss/nesting": "^0.0.0-insiders.565cd3e",
"@vueuse/components": "^11.0.3",
"@vueuse/core": "^11.0.3",
"astro": "^5.1.1",
"astro-icon": "^1.1.1",
"astro-seo": "^0.8.4",
"class-variance-authority": "^0.7.0",
"clsx": "^2.1.1",
"lucide-vue-next": "^0.439.0",
"nanostores": "^0.11.3",
"photoswipe": "^5.4.4",
"radix-vue": "^1.9.5",
"storyblok-js-client": "^6.9.2",
"tailwind-merge": "^2.5.2",
"tailwindcss": "^3.4.10",
"tailwindcss-animate": "^1.0.7",
"typescript": "^5.6.2",
"vaul-vue": "^0.2.0",
"vite": "^5.4.4",
"vue": "^3.5.4"
},
"devDependencies": {
"@vitejs/plugin-basic-ssl": "^1.1.0",
"prettier": "^3.3.3",
"prettier-plugin-astro": "^0.14.1",
"prettier-plugin-tailwindcss": "^0.6.6"
}
}