lil home page
This commit is contained in:
54
package.json
54
package.json
@ -1,27 +1,31 @@
|
||||
{
|
||||
"name": "steamwar-website",
|
||||
"type": "module",
|
||||
"version": "0.0.1",
|
||||
"scripts": {
|
||||
"dev": "astro dev",
|
||||
"start": "astro dev",
|
||||
"build": "astro build",
|
||||
"preview": "astro preview",
|
||||
"astro": "astro",
|
||||
"i18n:install": "astro-i18n install",
|
||||
"i18n:sync": "astro-i18n sync",
|
||||
"i18n:extract:keys": "astro-i18n extract:keys"
|
||||
},
|
||||
"devDependencies": {
|
||||
"@astrojs/prefetch": "^0.4.0",
|
||||
"@astrojs/svelte": "^4.0.2",
|
||||
"@astrojs/tailwind": "^5.0.0",
|
||||
"@astropub/icons": "^0.2.0",
|
||||
"astro-i18n": "^1.8.1",
|
||||
"tailwindcss": "^3.0.24",
|
||||
"svelte": "^4.0.0"
|
||||
},
|
||||
"dependencies": {
|
||||
"astro": "^3.1.1"
|
||||
}
|
||||
"name": "steamwar-website",
|
||||
"type": "module",
|
||||
"version": "0.0.1",
|
||||
"scripts": {
|
||||
"dev": "astro dev",
|
||||
"start": "astro dev",
|
||||
"build": "astro build",
|
||||
"preview": "astro preview",
|
||||
"astro": "astro",
|
||||
"i18n:install": "astro-i18n install",
|
||||
"i18n:sync": "astro-i18n sync",
|
||||
"i18n:extract:keys": "astro-i18n extract:keys"
|
||||
},
|
||||
"devDependencies": {
|
||||
"@astrojs/prefetch": "^0.4.0",
|
||||
"@astrojs/svelte": "^4.0.2",
|
||||
"@astrojs/tailwind": "^5.0.0",
|
||||
"@astropub/icons": "^0.2.0",
|
||||
"@types/node": "^20.6.3",
|
||||
"astro-i18n": "^1.8.1",
|
||||
"cssnano": "^6.0.1",
|
||||
"postcss-nesting": "^12.0.1",
|
||||
"svelte": "^4.0.0",
|
||||
"tailwindcss": "^3.0.24"
|
||||
},
|
||||
"dependencies": {
|
||||
"astro": "^3.1.1",
|
||||
"sharp": "^0.32.6"
|
||||
}
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user