mirror of
https://github.com/KwiTsukasa/kt-template-online-web.git
synced 2026-05-27 16:35:47 +08:00
42 lines
1.1 KiB
JSON
42 lines
1.1 KiB
JSON
{
|
|
"name": "kt-template-online-web",
|
|
"private": true,
|
|
"version": "0.0.0",
|
|
"type": "module",
|
|
"scripts": {
|
|
"dev": "vite",
|
|
"build": "vue-tsc && vite build",
|
|
"prepare": "husky",
|
|
"preview": "vite preview",
|
|
"deploy": "pnpm build && npx shy ftp deploy -f ./deploy",
|
|
"lint": "eslint \"src/**/*.{ts,vue}\"",
|
|
"typecheck": "vue-tsc --noEmit",
|
|
"verify:commit": "pnpm run lint && pnpm run typecheck"
|
|
},
|
|
"dependencies": {
|
|
"@ant-design/icons-vue": "^7.0.1",
|
|
"ant-design-vue": "^4.2.6",
|
|
"axios": "^1.1.3",
|
|
"dayjs": "^1.11.20",
|
|
"monaco-editor": "^0.34.1",
|
|
"pinia": "^2.0.23",
|
|
"vue": "^3.2.41",
|
|
"vue-router": "^4.1.6"
|
|
},
|
|
"devDependencies": {
|
|
"@types/node": "^18.11.9",
|
|
"@typescript-eslint/eslint-plugin": "^5.62.0",
|
|
"@typescript-eslint/parser": "^5.62.0",
|
|
"@vitejs/plugin-vue": "^3.2.0",
|
|
"eslint": "^8.57.1",
|
|
"eslint-plugin-vue": "^9.33.0",
|
|
"husky": "^9.1.7",
|
|
"sass": "^1.56.0",
|
|
"typescript": "^4.6.4",
|
|
"unocss": "^0.61.8",
|
|
"vite": "^3.2.0",
|
|
"vue-eslint-parser": "^9.4.3",
|
|
"vue-tsc": "^1.0.9"
|
|
}
|
|
}
|