33 lines
943 B
JSON
33 lines
943 B
JSON
{
|
|
"name": "fluxnodes.net",
|
|
"version": "2024.03.13",
|
|
"description": "Homepage and help center of FluxNodes LLC.",
|
|
"repository": "https://github.com/FluxNodesLLC/fluxnodes.net",
|
|
"scripts": {
|
|
"start": "astro dev ",
|
|
"dev": "astro dev",
|
|
"build": "bun run translate && astro build",
|
|
"translate": "astro-i18next generate"
|
|
},
|
|
"dependencies": {
|
|
"@astrojs/mdx": "^2.1.1",
|
|
"@astrojs/node": "^8.1.0",
|
|
"@astrojs/partytown": "^2.0.4",
|
|
"@astrojs/starlight": "^0.17.1",
|
|
"@astrojs/vue": "^4.0.8",
|
|
"@iconoir/vue": "^7.3.0",
|
|
"@shoelace-style/shoelace": "^2.13.1",
|
|
"astro": "^4.2.6",
|
|
"astro-compress": "^2.2.8",
|
|
"astro-feelback": "^0.3.4",
|
|
"astro-font-picker": "^0.2.1",
|
|
"astro-i18next": "^1.0.0-beta.21",
|
|
"astro-useragent": "^4.0.1",
|
|
"cobe": "^0.6.3",
|
|
"sass": "^1.70.0",
|
|
"shikiji-core": "^0.10.2"
|
|
},
|
|
"devDependencies": {
|
|
"i18next-http-backend": "^2.4.2"
|
|
}
|
|
}
|