Anthony Debucquoy
9c92e7d1e9
All checks were successful
Build and test backend / Build-backend (pull_request) Successful in 1m43s
Build and test backend / Test-backend (pull_request) Successful in 1m39s
Build and test FrontEnd / Build-frontend (pull_request) Successful in 23s
Build and test FrontEnd / Test-frontend (pull_request) Successful in 23s
Build and test backend / Build-backend (push) Successful in 1m54s
Build and test backend / Test-backend (push) Successful in 1m15s
deploy to production / deploy-frontend (push) Successful in 23s
deploy to production / deploy-backend (push) Successful in 1m58s
Build and test FrontEnd / Build-frontend (push) Successful in 22s
Build and test FrontEnd / Test-frontend (push) Successful in 22s
tout est dans le titre
24 lines
449 B
JSON
24 lines
449 B
JSON
{
|
|
"name": "clyde",
|
|
"version": "0.0.0",
|
|
"private": true,
|
|
"type": "module",
|
|
"scripts": {
|
|
"dev": "vite",
|
|
"build": "vite build",
|
|
"preview": "vite preview",
|
|
"test:unit": "vitest"
|
|
},
|
|
"dependencies": {
|
|
"toastify-js": "^1.12.0",
|
|
"vue": "^3.4.15"
|
|
},
|
|
"devDependencies": {
|
|
"@vitejs/plugin-vue": "^5.0.3",
|
|
"@vue/test-utils": "^2.4.4",
|
|
"jsdom": "^24.0.0",
|
|
"vite": "^5.0.11",
|
|
"vitest": "^1.2.2"
|
|
}
|
|
}
|