32 lines
869 B
JSON
Executable file
32 lines
869 B
JSON
Executable file
{
|
|
"name": "contour",
|
|
"version": "2024.03.13",
|
|
"description": "An Astro template built by SudoVanilla",
|
|
"scripts": {
|
|
"start": "astro dev ",
|
|
"dev": "astro dev",
|
|
"build": "bun run translate && astro build",
|
|
"translate": "astro-i18next generate"
|
|
},
|
|
"dependencies": {
|
|
"@astrojs/mdx": "^3.1.5",
|
|
"@astrojs/node": "^8.3.3",
|
|
"@astrojs/partytown": "^2.1.2",
|
|
"@astrojs/starlight": "^0.26.3",
|
|
"@astrojs/vue": "^4.5.0",
|
|
"@iconoir/vue": "^7.8.0",
|
|
"@shoelace-style/shoelace": "^2.16.0",
|
|
"astro": "^4.15.3",
|
|
"astro-compress": "^2.3.1",
|
|
"astro-feelback": "^0.3.4",
|
|
"astro-font-picker": "^0.2.1",
|
|
"astro-i18next": "^1.0.0-beta.21",
|
|
"astro-useragent": "^4.0.2",
|
|
"cobe": "^0.6.3",
|
|
"sass": "^1.78.0",
|
|
"shikiji-core": "^0.10.2"
|
|
},
|
|
"devDependencies": {
|
|
"i18next-http-backend": "^2.6.1"
|
|
}
|
|
}
|