-
Notifications
You must be signed in to change notification settings - Fork 0
/
package.json
64 lines (64 loc) · 1.88 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
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
{
"name": "zerocat-frontend",
"version": "0.0.0",
"scripts": {
"dev": "vite --port 3141 --host",
"build": "vite build",
"build:scratch-gui": "cd ./scratch-gui && npm run build && cd ../",
"preview": "vite preview",
"lint": "eslint . --fix --ignore-path .gitignore",
"deploy": "npm run build",
"start": "npm run dev"
},
"dependencies": {
"@highlightjs/vue-plugin": "^2.1.0",
"@mdi/font": "7.4.47",
"@primevue/themes": "^4.0.0",
"@unhead/vue": "^1.11.11",
"@vercel/analytics": "^1.3.1",
"@vercel/speed-insights": "^1.0.12",
"algoliasearch": "^5.4.1",
"axios": "^1.7.2",
"compressorjs": "^1.2.1",
"core-js": "^3.37.1",
"crypto-js": "^4.2.0",
"dompurify": "^3.1.7",
"highlight.js": "^11.10.0",
"instantsearch.css": "^8.5.1",
"jszip": "^3.10.1",
"jwt-decode": "^4.0.0",
"markdown-it": "^14.1.0",
"markdown-it-emoji": "^3.0.0",
"prettydiff": "^101.2.6",
"primevue": "^4.0.0",
"qrcode": "^1.5.4",
"roboto-fontface": "*",
"typewriter-effect": "^2.21.0",
"ua-parser-js": "^1.0.39",
"vue": "^3.4.31",
"vue-instantsearch": "^4.19.4",
"vuetify": "^3.6.11"
},
"devDependencies": {
"@primevue/auto-import-resolver": "^4.0.0",
"@vitejs/plugin-vue": "^5.0.5",
"eslint": "^8.57.0",
"eslint-config-standard": "^17.1.0",
"eslint-config-vuetify": "^1.0.0",
"eslint-plugin-import": "^2.29.1",
"eslint-plugin-n": "^16.6.2",
"eslint-plugin-node": "^11.1.0",
"eslint-plugin-promise": "^6.4.0",
"eslint-plugin-vue": "^9.27.0",
"pinia": "^2.1.7",
"sass": "1.77.6",
"unplugin-auto-import": "^0.17.6",
"unplugin-fonts": "^1.1.1",
"unplugin-vue-components": "^0.27.2",
"unplugin-vue-router": "^0.10.0",
"vite": "^5.3.3",
"vite-plugin-vue-layouts": "^0.11.0",
"vite-plugin-vuetify": "^2.0.3",
"vue-router": "^4.4.0"
}
}