-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathpackage.json
More file actions
48 lines (48 loc) · 1.35 KB
/
package.json
File metadata and controls
48 lines (48 loc) · 1.35 KB
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
{
"name": "bjtucourseplatform",
"version": "0.0.0",
"private": true,
"type": "module",
"scripts": {
"dev": "vite --host",
"build": "run-p type-check \"build-only {@}\" --",
"preview": "vite preview",
"build-only": "vite build",
"type-check": "vue-tsc --build",
"build:static_style-css": "sass src/assets/static_style.scss:public/static_style.css --no-source-map"
},
"dependencies": {
"@element-plus/icons-vue": "^2.3.1",
"axios": "^1.9.0",
"cheerio": "^1.0.0",
"crypto-js": "^4.2.0",
"downloadjs": "^1.4.7",
"element-plus": "^2.9.8",
"iconv-lite": "^0.6.3",
"lodash-es": "^4.17.21",
"p-limit": "^6.2.0",
"pinia": "^3.0.1",
"vue": "^3.5.13",
"vue-router": "^4.5.0"
},
"devDependencies": {
"@tsconfig/node22": "^22.0.1",
"@types/axios": "^0.14.4",
"@types/crypto-js": "^4.2.2",
"@types/downloadjs": "^1.4.6",
"@types/lodash-es": "^4.17.12",
"@types/node": "^22.14.0",
"@vitejs/plugin-vue": "^5.2.3",
"@vue/tsconfig": "^0.7.0",
"http-proxy-middleware": "^3.0.5",
"npm-run-all2": "^7.0.2",
"postcss-preset-env": "^10.1.6",
"sass": "^1.87.0",
"typescript": "~5.8.0",
"unplugin-auto-import": "^19.1.2",
"unplugin-vue-components": "^28.5.0",
"vite": "^6.3.3",
"vite-plugin-vue-devtools": "^7.7.2",
"vue-tsc": "^2.2.8"
}
}