-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathpackage.json
More file actions
29 lines (29 loc) · 873 Bytes
/
package.json
File metadata and controls
29 lines (29 loc) · 873 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
{
"name": "ctrsploit.github.io",
"private": true,
"version": "0.0.0",
"type": "module",
"scripts": {
"dev": "vite",
"build": "vue-tsc -b && vite build && cp dist/index.html dist/404.html",
"preview": "vite preview",
"clean:generated": "find src -type f \\( -name '*.vue.d.ts' -o -name '*.vue.js' -o -name '*.d.ts' -o -name '*.js' \\) -maxdepth 4 -print0 | xargs -0 rm -f || true"
},
"dependencies": {
"@ant-design/icons-vue": "^7.0.0",
"ant-design-vue": "^4.2.6",
"markdown-it-emoji": "^3.0.0",
"unplugin-vue-markdown": "^29.2.0",
"vue": "^3.5.22",
"vue-router": "^4.6.3"
},
"devDependencies": {
"@types/markdown-it-emoji": "^3.0.1",
"@types/node": "^24.6.0",
"@vitejs/plugin-vue": "^6.0.1",
"@vue/tsconfig": "^0.8.1",
"typescript": "~5.9.3",
"vite": "^7.1.7",
"vue-tsc": "^3.1.0"
}
}