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.
41 lines
989 B
41 lines
989 B
{
|
|
"name": "zzz",
|
|
"version": "0.0.0",
|
|
"private": true,
|
|
"type": "module",
|
|
"engines": {
|
|
"node": "^20.19.0 || >=22.12.0"
|
|
},
|
|
"scripts": {
|
|
"dev": "vite",
|
|
"build": "vite build",
|
|
"preview": "vite preview",
|
|
"test:unit": "vitest",
|
|
"lint:oxlint": "oxlint . --fix -D correctness --ignore-path .gitignore",
|
|
"lint:eslint": "eslint . --fix --cache",
|
|
"lint": "run-s lint:*"
|
|
},
|
|
"dependencies": {
|
|
"axios": "^1.13.2",
|
|
"pinia": "^3.0.4",
|
|
"vue": "^3.5.25",
|
|
"vue-router": "^4.6.3"
|
|
},
|
|
"devDependencies": {
|
|
"@eslint/js": "^9.39.1",
|
|
"@vitejs/plugin-vue": "^6.0.2",
|
|
"@vitest/eslint-plugin": "^1.5.0",
|
|
"@vue/test-utils": "^2.4.6",
|
|
"eslint": "^9.39.1",
|
|
"eslint-plugin-oxlint": "~1.29.0",
|
|
"eslint-plugin-vue": "~10.5.1",
|
|
"globals": "^16.5.0",
|
|
"jsdom": "^27.2.0",
|
|
"npm-run-all2": "^8.0.4",
|
|
"oxlint": "~1.29.0",
|
|
"vite": "^7.2.4",
|
|
"vite-plugin-vue-devtools": "^8.0.5",
|
|
"vitest": "^4.0.14"
|
|
}
|
|
}
|