Bumps [vitest](https://github.com/vitest-dev/vitest/tree/HEAD/packages/vitest) from 2.1.9 to 4.0.18. - [Release notes](https://github.com/vitest-dev/vitest/releases) - [Commits](https://github.com/vitest-dev/vitest/commits/v4.0.18/packages/vitest) --- updated-dependencies: - dependency-name: vitest dependency-version: 4.0.18 dependency-type: direct:development update-type: version-update:semver-major ... Signed-off-by: dependabot[bot] <support@github.com>
34 lines
929 B
JSON
34 lines
929 B
JSON
{
|
|
"name": "scholarr-frontend",
|
|
"private": true,
|
|
"version": "0.1.0",
|
|
"type": "module",
|
|
"scripts": {
|
|
"dev": "vite --host 0.0.0.0 --port 5173",
|
|
"build": "vue-tsc --noEmit && vite build",
|
|
"preview": "vite preview --host 0.0.0.0 --port 4173",
|
|
"typecheck": "vue-tsc --noEmit",
|
|
"generate:brand-assets": "./scripts/generate_brand_assets.sh",
|
|
"check:theme-tokens": "node ./scripts/check_theme_tokens.mjs",
|
|
"test": "vitest",
|
|
"test:run": "vitest run"
|
|
},
|
|
"dependencies": {
|
|
"pinia": "^2.1.7",
|
|
"vue": "^3.5.13",
|
|
"vue-router": "^4.5.0"
|
|
},
|
|
"devDependencies": {
|
|
"@types/node": "^22.10.2",
|
|
"@vitejs/plugin-vue": "^5.2.1",
|
|
"@vue/test-utils": "^2.4.6",
|
|
"autoprefixer": "^10.4.21",
|
|
"happy-dom": "^20.7.0",
|
|
"postcss": "^8.5.3",
|
|
"tailwindcss": "^3.4.17",
|
|
"typescript": "^5.7.2",
|
|
"vite": "^5.4.11",
|
|
"vitest": "^4.0.18",
|
|
"vue-tsc": "^2.1.10"
|
|
}
|
|
}
|