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

33 lines
869 B
JSON
Raw Normal View History

2024-01-30 11:04:16 -05:00
{
2024-09-05 00:39:25 -04:00
"name": "contour",
2024-01-30 11:04:16 -05:00
"version": "2024.03.13",
2024-09-05 00:39:25 -04:00
"description": "An Astro template built by SudoVanilla",
2024-01-30 11:04:16 -05:00
"scripts": {
"start": "astro dev ",
"dev": "astro dev",
2024-01-31 07:00:17 -05:00
"build": "bun run translate && astro build",
"translate": "astro-i18next generate"
2024-01-30 11:04:16 -05:00
},
"dependencies": {
2024-09-05 00:39:25 -04:00
"@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",
2024-01-31 07:00:17 -05:00
"astro-feelback": "^0.3.4",
2024-01-30 11:04:16 -05:00
"astro-font-picker": "^0.2.1",
"astro-i18next": "^1.0.0-beta.21",
2024-09-05 00:39:25 -04:00
"astro-useragent": "^4.0.2",
2024-02-02 08:37:24 -05:00
"cobe": "^0.6.3",
2024-09-05 00:39:25 -04:00
"sass": "^1.78.0",
2024-01-30 11:04:16 -05:00
"shikiji-core": "^0.10.2"
},
"devDependencies": {
2024-09-05 00:39:25 -04:00
"i18next-http-backend": "^2.6.1"
2024-01-30 11:04:16 -05:00
}
}