-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathpackage.json
27 lines (27 loc) · 918 Bytes
/
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
{
"name": "astro-storyblok-starter-template",
"packageManager": "yarn@4.4.0",
"scripts": {
"dev": "astro dev",
"generate-sb-types": "storyblok pull-components --space=301847 && storyblok-generate-ts source=./components.301847.json target=./component-types-sb",
"proxy": "mkcert -install && mkcert localhost && local-ssl-proxy --source 3000 --target 4321 --cert localhost.pem --key localhost-key.pem"
},
"dependencies": {
"@astrojs/sitemap": "^3.1.6",
"@astrojs/tailwind": "^5.1.0",
"@storyblok/astro": "^5.0.0",
"astro": "^4.14.5",
"tailwindcss": "^3.4.10",
"typescript": "^5.5.4"
},
"devDependencies": {
"@astrojs/sitemap": "^3.0.0",
"@tailwindcss/typography": "^0.5.10",
"astro-robots-txt": "^1.0.0",
"daisyui": "^4.12.10",
"sass": "^1.77.8",
"storyblok-generate-ts": "^2.1.0",
"vite": "^5.4.2",
"vite-plugin-mkcert": "^1.17.5"
}
}