feat: first version
Some checks failed
Build, check & Test / run (push) Failing after 39s

Signed-off-by: Florian BOUILLON <f.bouillon@aptatio.com>
This commit is contained in:
2023-07-20 17:41:16 +02:00
parent 2bd59f902f
commit 09ed4c487d
80 changed files with 1171 additions and 2755 deletions

View File

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