Scaffold Astro 5 project with static output and i18n-ready content collections
This commit is contained in:
33
package.json
Normal file
33
package.json
Normal file
@@ -0,0 +1,33 @@
|
||||
{
|
||||
"name": "cameleer-website",
|
||||
"version": "0.0.1",
|
||||
"type": "module",
|
||||
"private": true,
|
||||
"scripts": {
|
||||
"dev": "astro dev",
|
||||
"start": "astro dev",
|
||||
"build": "astro build",
|
||||
"preview": "astro preview",
|
||||
"astro": "astro",
|
||||
"test": "vitest run",
|
||||
"test:watch": "vitest",
|
||||
"lint:html": "html-validate 'dist/**/*.html'",
|
||||
"lint:links": "linkinator dist --recurse --silent",
|
||||
"lh": "lhci autorun"
|
||||
},
|
||||
"dependencies": {
|
||||
"@astrojs/tailwind": "^5.1.0",
|
||||
"@fontsource/dm-sans": "^5.0.21",
|
||||
"@fontsource/jetbrains-mono": "^5.0.21",
|
||||
"astro": "^5.0.0",
|
||||
"tailwindcss": "^3.4.0"
|
||||
},
|
||||
"devDependencies": {
|
||||
"@lhci/cli": "^0.14.0",
|
||||
"@types/node": "^20.11.0",
|
||||
"html-validate": "^8.18.0",
|
||||
"linkinator": "^6.1.0",
|
||||
"typescript": "^5.4.0",
|
||||
"vitest": "^1.6.0"
|
||||
}
|
||||
}
|
||||
Reference in New Issue
Block a user