1
0
mirror of https://github.com/robonen/lorem-blog.git synced 2026-03-20 02:44:39 +00:00
Files
lorem-blog/package.json
2026-02-28 04:35:48 +00:00

39 lines
954 B
JSON

{
"name": "rapira-test",
"type": "module",
"version": "1.0.0",
"private": true,
"packageManager": "pnpm@10.30.3",
"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.9",
"@robonen/vue": "^0.0.13",
"@tailwindcss/vite": "^4.2.1",
"tailwindcss": "^4.2.1",
"vue": "^3.5.29",
"vue-router": "^4.6.4"
},
"devDependencies": {
"@antfu/eslint-config": "^7.6.1",
"@robonen/tsconfig": "^0.0.2",
"@types/jsdom": "^27.0.0",
"@types/node": "^24.11.0",
"@vitejs/plugin-vue": "^6.0.4",
"@vue/test-utils": "^2.4.6",
"eslint": "^9.39.3",
"eslint-plugin-vuejs-accessibility": "^2.5.0",
"jsdom": "^27.4.0",
"vite": "^7.3.1",
"vitest": "^4.0.18",
"vue-tsc": "^3.2.5"
}
}