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.
47 lines
1.2 KiB
47 lines
1.2 KiB
{ |
|
"name": "vue3", |
|
"version": "0.0.0", |
|
"private": true, |
|
"type": "module", |
|
"scripts": { |
|
"dev": "vite", |
|
"build": "run-p type-check \"build-only {@}\" --", |
|
"preview": "vite preview", |
|
"test:unit": "vitest", |
|
"build-only": "vite build", |
|
"type-check": "vue-tsc --build --force", |
|
"lint": "eslint . --fix", |
|
"format": "prettier --write src/" |
|
}, |
|
"dependencies": { |
|
"axios": "^1.7.7", |
|
"pinia": "^2.2.4", |
|
"vue": "^3.5.12", |
|
"element-plus": "^2.8.8", |
|
"vue-router": "^4.4.5" |
|
}, |
|
"devDependencies": { |
|
"@tsconfig/node20": "^20.1.4", |
|
"@types/jsdom": "^21.1.7", |
|
"@types/node": "^20.16.11", |
|
"@vitejs/plugin-vue": "^5.1.4", |
|
"@vitejs/plugin-vue-jsx": "^4.0.1", |
|
"@vitest/eslint-plugin": "1.1.7", |
|
"@vue/eslint-config-prettier": "^10.0.0", |
|
"@vue/eslint-config-typescript": "^14.0.1", |
|
"@vue/test-utils": "^2.4.6", |
|
"@vue/tsconfig": "^0.5.1", |
|
"eslint": "^9.12.0", |
|
"eslint-plugin-vue": "^9.29.0", |
|
"jsdom": "^25.0.1", |
|
"npm-run-all2": "^6.2.3", |
|
"prettier": "^3.3.3", |
|
"sass-embedded": "^1.81.0", |
|
"typescript": "~5.5.4", |
|
"vite": "^5.4.8", |
|
"vite-plugin-proxy": "^0.5.0", |
|
"vite-plugin-vue-devtools": "^7.4.6", |
|
"vitest": "^2.1.2", |
|
"vue-tsc": "^2.1.6" |
|
} |
|
}
|
|
|