You can not select more than 25 topics
Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
60 lines
1.7 KiB
60 lines
1.7 KiB
{
|
|
"name": "vue_prj",
|
|
"version": "0.0.0",
|
|
"private": true,
|
|
"type": "module",
|
|
"scripts": {
|
|
"dev": "vite",
|
|
"build": "run-p type-check \"build-only {@}\" --",
|
|
"preview": "vite preview",
|
|
"test:unit": "vitest",
|
|
"test:e2e": "playwright test",
|
|
"build-only": "vite build",
|
|
"type-check": "vue-tsc --build",
|
|
"lint": "run-s lint:*",
|
|
"lint:oxlint": "oxlint . --fix",
|
|
"lint:eslint": "eslint . --fix --cache",
|
|
"format": "prettier --write --experimental-cli src/"
|
|
},
|
|
"dependencies": {
|
|
"@element-plus/icons-vue": "^2.3.2",
|
|
"axios": "^1.14.0",
|
|
"element-plus": "^2.13.6",
|
|
"lucide-vue-next": "^1.0.0",
|
|
"pinia": "^3.0.4",
|
|
"vue": "^3.5.30",
|
|
"vue-router": "^4.6.4"
|
|
},
|
|
"devDependencies": {
|
|
"@playwright/test": "^1.58.2",
|
|
"@tsconfig/node24": "^24.0.4",
|
|
"@types/jsdom": "^28.0.0",
|
|
"@types/node": "^24.12.0",
|
|
"@vitejs/plugin-vue": "^6.0.4",
|
|
"@vitejs/plugin-vue-jsx": "^5.1.4",
|
|
"@vitest/eslint-plugin": "^1.6.10",
|
|
"@vue/eslint-config-typescript": "^14.7.0",
|
|
"@vue/test-utils": "^2.4.6",
|
|
"@vue/tsconfig": "^0.9.0",
|
|
"eslint": "^10.0.3",
|
|
"eslint-config-prettier": "^10.1.8",
|
|
"eslint-plugin-oxlint": "~1.51.0",
|
|
"eslint-plugin-playwright": "^2.9.0",
|
|
"eslint-plugin-vue": "~10.8.0",
|
|
"jiti": "^2.6.1",
|
|
"jsdom": "^28.1.0",
|
|
"npm-run-all2": "^8.0.4",
|
|
"oxlint": "~1.51.0",
|
|
"prettier": "3.8.1",
|
|
"typescript": "~5.9.3",
|
|
"unplugin-auto-import": "^21.0.0",
|
|
"unplugin-vue-components": "^32.0.0",
|
|
"vite": "^7.3.1",
|
|
"vite-plugin-vue-devtools": "^8.0.7",
|
|
"vitest": "^4.0.18",
|
|
"vue-tsc": "^3.2.5"
|
|
},
|
|
"engines": {
|
|
"node": "^20.19.0 || >=22.12.0"
|
|
}
|
|
}
|