Korbs/Contour
Archived
Template
1
Fork 0
This repository has been archived on 2024-09-05. You can view files and clone it, but cannot push or open issues or pull requests.
Contour/package.json
Korbs 2bf0a5b5ea 🚀 Init
2024-09-05 00:39:25 -04:00

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"
}
}