daily-aujourdhui/frontend/package.json
Lucien Cartier-Tilet c81ba2536c
Some checks failed
CI / Check Style (push) Failing after 57s
CI / Run Clippy (push) Has been cancelled
CI / Run Tests (push) Has been cancelled
feat(frontend): initial work, add tailwind and other dependencies
Also create a few pages and the beginning of a header
2024-12-05 02:02:12 +01:00

50 lines
1.3 KiB
JSON

{
"name": "daily-aujourdhui",
"version": "0.0.0",
"private": true,
"type": "module",
"scripts": {
"dev": "vite",
"build": "run-p type-check \"build-only {@}\" --",
"preview": "vite preview",
"test:unit": "vitest",
"build-only": "vite build",
"type-check": "vue-tsc --build",
"lint": "biome check src/",
"format": "biome format --write src/",
"check": "biome check --write src/",
"ci": "biome ci src/"
},
"dependencies": {
"@fontsource/poppins": "^5.1.0",
"@fontsource/roboto": "^5.1.0",
"@headlessui/vue": "^1.7.23",
"@heroicons/vue": "^2.2.0",
"@vueuse/core": "^12.0.0",
"pinia": "^2.2.6",
"vue": "^3.5.13",
"vue-router": "^4.4.5"
},
"devDependencies": {
"@biomejs/biome": "1.9.4",
"@tsconfig/node22": "^22.0.0",
"@types/jsdom": "^21.1.7",
"@types/node": "^22.9.3",
"@vitejs/plugin-vue": "^5.2.1",
"@vue/test-utils": "^2.4.6",
"@vue/tsconfig": "^0.7.0",
"autoprefixer": "^10.4.20",
"jsdom": "^25.0.1",
"less": "^4.2.1",
"less-loader": "^12.2.0",
"npm-run-all2": "^7.0.1",
"postcss": "^8.4.49",
"tailwindcss": "^3.4.16",
"typescript": "~5.6.3",
"vite": "^6.0.1",
"vite-plugin-vue-devtools": "^7.6.5",
"vitest": "^2.1.5",
"vue-tsc": "^2.1.10"
}
}