1
0
mirror of https://github.com/robonen/lorem-blog.git synced 2026-03-20 10:54:38 +00:00
Files
lorem-blog/package.json
renovate[bot] 0d42fb3153 chore(deps): update all non-major dependencies (#10)
Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
2025-08-28 01:49:59 +00:00

39 lines
955 B
JSON

{
"name": "rapira-test",
"type": "module",
"version": "1.0.0",
"private": true,
"packageManager": "pnpm@10.15.0",
"scripts": {
"dev": "vite",
"build": "vite build",
"preview": "vite preview",
"test:unit": "vitest",
"type:check": "vue-tsc --build",
"lint:check": "eslint .",
"lint:fix": "eslint . --fix"
},
"dependencies": {
"@robonen/stdlib": "^0.0.7",
"@robonen/vue": "^0.0.11",
"@tailwindcss/vite": "^4.1.12",
"tailwindcss": "^4.1.12",
"vue": "^3.5.20",
"vue-router": "^4.5.1"
},
"devDependencies": {
"@antfu/eslint-config": "^5.2.1",
"@robonen/tsconfig": "^0.0.2",
"@types/jsdom": "^21.1.7",
"@types/node": "^22.18.0",
"@vitejs/plugin-vue": "^6.0.1",
"@vue/test-utils": "^2.4.6",
"eslint": "^9.34.0",
"eslint-plugin-vuejs-accessibility": "^2.4.1",
"jsdom": "^26.1.0",
"vite": "^7.1.3",
"vitest": "^3.2.4",
"vue-tsc": "^3.0.6"
}
}