template-web-astro/package.json
Florian Bouillon ff07f8f4a5 fet: Add changes lol
Signed-off-by: Florian BOUILLON <f.bouillon@aptatio.com>
2023-06-28 17:30:18 +02:00

38 lines
864 B
JSON

{
"name": "@fi3d/slicer-as-a-service",
"version": "0.0.1",
"type": "module",
"private": true,
"scripts": {
"dev": "astro dev",
"start": "node ./dist/server/entry.mjs",
"build": "astro build",
"preview": "astro preview",
"astro": "astro",
"test": "vitest --coverage"
},
"dependencies": {
"@astrojs/node": "^5",
"@astrojs/tailwind": "^3",
"@dzeio/logger": "^3",
"@dzeio/object-util": "^1",
"@dzeio/url-manager": "^1",
"astro": "^2",
"bcryptjs": "^2",
"jsonwebtoken": "^9",
"lucide-astro": "^0.256.1",
"mathjs": "^11",
"mongoose": "^7",
"tailwindcss": "^3"
},
"devDependencies": {
"@tailwindcss/typography": "^0.5.9",
"@types/bcryptjs": "^2",
"@types/jsonwebtoken": "^9",
"@types/node": "^20",
"@vitest/coverage-v8": "^0.32.2",
"cypress": "^12",
"vitest": "^0.32.2"
}
}