mirror of
https://github.com/robonen/lorem-blog.git
synced 2026-03-20 10:54:38 +00:00
39 lines
955 B
JSON
39 lines
955 B
JSON
{
|
|
"name": "rapira-test",
|
|
"type": "module",
|
|
"version": "1.0.0",
|
|
"private": true,
|
|
"packageManager": "pnpm@10.21.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.17",
|
|
"tailwindcss": "^4.1.17",
|
|
"vue": "^3.5.24",
|
|
"vue-router": "^4.6.3"
|
|
},
|
|
"devDependencies": {
|
|
"@antfu/eslint-config": "^6.2.0",
|
|
"@robonen/tsconfig": "^0.0.2",
|
|
"@types/jsdom": "^27.0.0",
|
|
"@types/node": "^24.10.0",
|
|
"@vitejs/plugin-vue": "^6.0.1",
|
|
"@vue/test-utils": "^2.4.6",
|
|
"eslint": "^9.39.1",
|
|
"eslint-plugin-vuejs-accessibility": "^2.4.1",
|
|
"jsdom": "^27.1.0",
|
|
"vite": "^7.2.2",
|
|
"vitest": "^4.0.8",
|
|
"vue-tsc": "^3.1.3"
|
|
}
|
|
}
|