-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathpackage.json
47 lines (47 loc) · 1.27 KB
/
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
34
35
36
37
38
39
40
41
42
43
44
45
46
47
{
"name": "megalith-frontend",
"version": "latest",
"private": true,
"type": "module",
"scripts": {
"dev": "vite",
"build": "run-p type-check build-only",
"preview": "vite preview",
"build-only": "vite build",
"type-check": "vue-tsc --noEmit -p tsconfig.app.json --composite false",
"format": "prettier --write src/",
"lint": "eslint src/**/*.{ts,vue}"
},
"dependencies": {
"@types/markdown-it": "^14.1.2",
"@vavt/v3-extension": "^3.0.0",
"axios": "^1.7.9",
"element-plus": "^2.9.3",
"highlight.js": "^11.11.1",
"js-base64": "^3.7.7",
"markdown-it": "^14.1.0",
"md-editor-v3": "^5.2.1",
"pinia": "^2.3.1",
"vue": "^3.5.13",
"vue-router": "^4.5.0"
},
"devDependencies": {
"@eslint/js": "^9.19.0",
"@tsconfig/node20": "^20.1.4",
"@types/node": "^22.12.0",
"@vitejs/plugin-vue": "^5.2.1",
"@vue/tsconfig": "^0.7.0",
"eslint": "^9.19.0",
"eslint-plugin-vue": "^9.32.0",
"globals": "^15.14.0",
"npm-run-all2": "^7.0.2",
"prettier": "^3.4.2",
"typescript": "~5.7.3",
"unplugin-auto-import": "^19.0.0",
"typescript-eslint": "^8.22.0",
"unplugin-element-plus": "^0.9.0",
"unplugin-vue-components": "^28.0.0",
"vite": "^6.0.11",
"vue-tsc": "^2.2.0"
}
}