Signed-off-by: Florian BOUILLON <f.bouillon@aptatio.com>
This commit is contained in:
16
package.json
16
package.json
@@ -1,5 +1,5 @@
|
||||
{
|
||||
"name": "@fi3d/slicer-as-a-service",
|
||||
"name": "@dzeio/template",
|
||||
"type": "module",
|
||||
"private": true,
|
||||
"scripts": {
|
||||
@@ -16,19 +16,19 @@
|
||||
"install:test": "playwright install --with-deps"
|
||||
},
|
||||
"dependencies": {
|
||||
"@astrojs/node": "^5",
|
||||
"@astrojs/tailwind": "^4",
|
||||
"@astrojs/node": "^6",
|
||||
"@astrojs/tailwind": "^5",
|
||||
"@dzeio/logger": "^3",
|
||||
"@dzeio/object-util": "^1",
|
||||
"@dzeio/url-manager": "^1",
|
||||
"astro": "^2",
|
||||
"lucide-astro": "^0.262.0",
|
||||
"astro": "^3",
|
||||
"lucide-astro": "^0",
|
||||
"tailwindcss": "^3"
|
||||
},
|
||||
"devDependencies": {
|
||||
"@playwright/test": "^1.36.1",
|
||||
"@playwright/test": "^1",
|
||||
"@types/node": "^20",
|
||||
"@vitest/coverage-v8": "^0.33.0",
|
||||
"vitest": "^0.33.0"
|
||||
"@vitest/coverage-v8": "^0",
|
||||
"vitest": "^0"
|
||||
}
|
||||
}
|
||||
|
Reference in New Issue
Block a user