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": {
|
2024-04-08 18:00:04 +08:00
|
|
|
"@element-plus/icons-vue": "^2.3.1",
|
2024-12-09 20:43:08 +08:00
|
|
|
"@vueuse/core": "^10.11.1",
|
|
|
|
"axios": "^1.7.9",
|
2024-04-07 17:35:03 +08:00
|
|
|
"crypto-js": "^4.2.0",
|
2024-12-09 20:43:08 +08:00
|
|
|
"element-plus": "^2.9.0",
|
2024-07-11 22:33:48 +08:00
|
|
|
"jwt-decode": "^4.0.0",
|
2024-04-08 18:00:04 +08:00
|
|
|
"lodash-es": "^4.17.21",
|
2024-12-09 20:43:08 +08:00
|
|
|
"mitt": "^3.0.1",
|
|
|
|
"pinia": "^2.3.0",
|
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",
|
|
|
|
"zod": "^3.23.8"
|
2024-04-07 17:35:03 +08:00
|
|
|
},
|
|
|
|
"devDependencies": {
|
2024-12-10 11:38:40 +08:00
|
|
|
"@babel/core": "^7.26.0",
|
|
|
|
"@babel/preset-env": "^7.26.0",
|
2024-12-09 20:43:08 +08:00
|
|
|
"@iconify-json/ep": "^1.2.1",
|
|
|
|
"@rushstack/eslint-patch": "^1.10.4",
|
2024-04-14 14:40:09 +08:00
|
|
|
"@tsconfig/node20": "^20.1.4",
|
2024-04-07 17:35:03 +08:00
|
|
|
"@types/crypto-js": "^4.2.2",
|
2024-04-08 18:00:04 +08:00
|
|
|
"@types/lodash-es": "^4.17.12",
|
2024-12-09 20:43:08 +08:00
|
|
|
"@types/node": "^20.17.9",
|
2024-12-10 11:38:40 +08:00
|
|
|
"@vitejs/plugin-legacy": "^6.0.0",
|
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",
|
|
|
|
"prettier": "^3.4.2",
|
|
|
|
"sass": "^1.82.0",
|
2024-12-10 11:38:40 +08:00
|
|
|
"terser": "^5.37.0",
|
2024-12-09 20:43:08 +08:00
|
|
|
"typescript": "^5.7.2",
|
2024-12-18 20:14:45 +08:00
|
|
|
"unocss": "^0.65.1",
|
2024-12-09 20:43:08 +08:00
|
|
|
"unplugin-auto-import": "^0.17.8",
|
2024-04-07 17:35:03 +08:00
|
|
|
"unplugin-icons": "^0.18.5",
|
|
|
|
"unplugin-vue-components": "^0.26.0",
|
2024-12-10 11:38:40 +08:00
|
|
|
"vite": "^6.0.0",
|
2024-04-07 17:35:03 +08:00
|
|
|
"vue-tsc": "^1.8.27"
|
2024-12-09 20:43:08 +08:00
|
|
|
},
|
|
|
|
"packageManager": "yarn@1.22.22+sha512.a6b2f7906b721bba3d67d4aff083df04dad64c399707841b7acf00f6b133b7ac24255f2652fa22ae3534329dc6180534e98d17432037ff6fd140556e2bb3137e"
|
2024-04-07 17:35:03 +08:00
|
|
|
}
|