-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathpackage.json
33 lines (33 loc) · 984 Bytes
/
package.json
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
{
"name": "general-education-admin",
"version": "0.1.0",
"private": true,
"type": "module",
"scripts": {
"dev": "vite",
"build": "vite build",
"preview": "vite preview",
"csv2json": "node ./tools/csv2json.js",
"fetchc": "node ./tools/fetchCourses.js",
"dangerouslyUploadLocal": "node --env-file=.env.local ./tools/uploadLocal.js"
},
"dependencies": {
"clipboard": "^2.0.11",
"element-plus": "^2.5.3",
"leancloud-storage": "^2.5.4",
"markdown-it": "^14.0.0",
"papaparse": "^5.4.1",
"vue": "^3.3.11",
"vue-router": "^4.2.5"
},
"devDependencies": {
"@vitejs/plugin-legacy": "^5.2.0",
"@vitejs/plugin-vue": "^4.5.2",
"csv-parse": "^5.5.3",
"node-fetch": "^3.3.2",
"terser": "^5.27.0",
"unplugin-auto-import": "^0.17.3",
"unplugin-vue-components": "^0.26.0",
"vite": "^5.0.10"
}
}