ITZX-Clubs-Home-Web/package.json

63 lines
2.0 KiB
JSON
Raw Normal View History

2024-04-07 17:35:03 +08:00
{
"name": "learn2",
"version": "0.0.0",
"private": true,
"type": "module",
"scripts": {
"dev": "vite",
"build": "run-p type-check \"build-only {@}\" --",
2024-12-10 11:38:40 +08:00
"preview:build": "vite build --watch",
"preview:run": "vite preview --host 0.0.0.0 --port 18081",
2024-04-07 17:35:03 +08:00
"build-only": "vite build",
"type-check": "vue-tsc --build --force",
"lint": "eslint . --ext .vue,.js,.jsx,.cjs,.mjs,.ts,.tsx,.cts,.mts --fix --ignore-path .gitignore",
"format": "prettier --write src/"
},
"dependencies": {
"@element-plus/icons-vue": "^2.3.1",
2024-12-09 20:43:08 +08:00
"@vueuse/core": "^10.11.1",
2025-03-01 11:42:42 +08:00
"axios": "^1.8.1",
2024-04-07 17:35:03 +08:00
"crypto-js": "^4.2.0",
2025-03-01 11:42:42 +08:00
"element-plus": "^2.9.5",
"jwt-decode": "^4.0.0",
"lodash-es": "^4.17.21",
2024-12-09 20:43:08 +08:00
"mitt": "^3.0.1",
2025-03-01 11:42:42 +08:00
"pinia": "^2.3.1",
2024-04-07 17:35:03 +08:00
"vfonts": "^0.0.3",
2024-12-09 20:43:08 +08:00
"vue": "^3.5.13",
"vue-router": "^4.5.0",
2025-03-01 11:42:42 +08:00
"zod": "^3.24.2",
"vue-component-type-helpers": "^2.2.4"
2024-04-07 17:35:03 +08:00
},
"devDependencies": {
2025-03-01 11:42:42 +08:00
"@babel/core": "^7.26.9",
"@babel/preset-env": "^7.26.9",
2024-12-22 11:02:50 +08:00
"@iconify-json/ep": "^1.2.2",
2025-03-01 11:42:42 +08:00
"@rushstack/eslint-patch": "^1.10.5",
"@tsconfig/node20": "^20.1.4",
2024-04-07 17:35:03 +08:00
"@types/crypto-js": "^4.2.2",
"@types/lodash-es": "^4.17.12",
2025-03-01 11:42:42 +08:00
"@types/node": "^20.17.19",
"@unocss/transformer-directives": "^0.65.4",
"@vitejs/plugin-legacy": "^6.0.2",
2024-12-09 20:43:08 +08:00
"@vitejs/plugin-vue": "^5.2.1",
2024-12-10 11:38:40 +08:00
"@vitejs/plugin-vue-jsx": "^4.1.1",
2024-04-07 17:35:03 +08:00
"@vue/eslint-config-prettier": "^8.0.0",
"@vue/eslint-config-typescript": "^12.0.0",
"@vue/tsconfig": "^0.5.1",
2024-12-09 20:43:08 +08:00
"eslint": "^8.57.1",
"eslint-plugin-vue": "^9.32.0",
"npm-run-all2": "^6.2.6",
2025-03-01 11:42:42 +08:00
"prettier": "^3.5.2",
"sass": "^1.85.1",
"terser": "^5.39.0",
"typescript": "^5.7.3",
"unocss": "^0.65.4",
2024-04-07 17:35:03 +08:00
"unplugin-icons": "^0.18.5",
"unplugin-vue-components": "^0.26.0",
2025-03-01 11:42:42 +08:00
"vite": "^6.2.0",
"vue-tsc": "^2.2.4"
2024-12-09 20:43:08 +08:00
},
"packageManager": "yarn@1.22.22+sha512.a6b2f7906b721bba3d67d4aff083df04dad64c399707841b7acf00f6b133b7ac24255f2652fa22ae3534329dc6180534e98d17432037ff6fd140556e2bb3137e"
2024-04-07 17:35:03 +08:00
}