-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathpackage.json
More file actions
49 lines (49 loc) · 1.28 KB
/
package.json
File metadata and controls
49 lines (49 loc) · 1.28 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
49
{
"name": "astropath",
"version": "1.0.0",
"description": "智途 AstroPath - 智能留学规划平台",
"private": true,
"type": "module",
"scripts": {
"dev": "vite",
"build": "vite build",
"preview": "vite preview",
"lint": "eslint . --ext .vue,.js,.jsx,.cjs,.mjs --fix",
"typecheck": "vue-tsc --noEmit",
"precommit": "npm run typecheck"
},
"dependencies": {
"@element-plus/icons-vue": "^2.3.1",
"@phosphor-icons/vue": "^2.2.1",
"@types/dompurify": "^3.0.5",
"axios": "^1.6.2",
"clsx": "^2.1.1",
"dompurify": "^3.3.3",
"echarts": "^5.4.3",
"element-plus": "^2.4.4",
"gsap": "^3.14.2",
"html2canvas": "^1.4.1",
"jspdf": "^4.2.1",
"marked": "^9.1.6",
"vue": "^3.4.21",
"vue-echarts": "^6.6.8",
"vue-router": "^4.2.5"
},
"devDependencies": {
"@eslint/js": "^10.0.1",
"@typescript-eslint/eslint-plugin": "^8.58.0",
"@typescript-eslint/parser": "^8.58.0",
"@vitejs/plugin-vue": "^4.5.2",
"eslint": "^10.1.0",
"eslint-plugin-vue": "^10.8.0",
"playwright": "^1.59.1",
"simple-git-hooks": "^2.13.1",
"typescript-eslint": "^8.58.0",
"vite": "^5.0.8",
"vue-tsc": "^3.2.6",
"wrangler": "^4.80.0"
},
"simple-git-hooks": {
"pre-commit": "npm run typecheck"
}
}