Signed-off-by: Florian BOUILLON <f.bouillon@aptatio.com>
This commit is contained in:
17
package.json
17
package.json
@ -1,13 +1,11 @@
|
||||
{
|
||||
"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",
|
||||
"astro": "astro",
|
||||
"check": "npm run check:astro && npm run check:typescript",
|
||||
"check:astro": "astro check",
|
||||
"check:typescript": "tsc --noEmit",
|
||||
@ -22,20 +20,13 @@
|
||||
"@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"
|
||||
"lucide-astro": "^0.262.0",
|
||||
"tailwindcss": "^4"
|
||||
},
|
||||
"devDependencies": {
|
||||
"@tailwindcss/typography": "^0.5.9",
|
||||
"@types/bcryptjs": "^2",
|
||||
"@types/jsonwebtoken": "^9",
|
||||
"@types/node": "^20",
|
||||
"@vitest/coverage-v8": "^0.32.2",
|
||||
"@vitest/coverage-v8": "^0.33.0",
|
||||
"cypress": "^12",
|
||||
"vitest": "^0.32.2"
|
||||
"vitest": "^0.33.0"
|
||||
}
|
||||
}
|
||||
|
Reference in New Issue
Block a user