-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathpackage.json
More file actions
35 lines (35 loc) · 789 Bytes
/
Copy pathpackage.json
File metadata and controls
35 lines (35 loc) · 789 Bytes
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
{
"name": "web",
"version": "0.0.0",
"private": true,
"type": "module",
"scripts": {
"dev": "vite",
"build": "vite build",
"preview": "vite preview",
"lint": "eslint src/",
"format": "prettier --write src/"
},
"dependencies": {
"highlight.js": "^11.11.1",
"katex": "^0.16.40",
"markdown-it": "^14.1.1",
"markdown-it-texmath": "^1.0.0",
"pinia": "^3.0.4",
"vue": "^3.5.29",
"vue-router": "^5.0.3"
},
"devDependencies": {
"@eslint/js": "^9.39.4",
"@vitejs/plugin-vue": "^6.0.4",
"eslint": "^9.39.4",
"eslint-plugin-vue": "^10.9.2",
"globals": "^16.5.0",
"prettier": "^3.8.4",
"vite": "^7.3.1",
"vite-plugin-vue-devtools": "^8.0.6"
},
"engines": {
"node": "^20.19.0 || >=22.12.0"
}
}