-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathpackage.json
36 lines (36 loc) · 911 Bytes
/
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
{
"name": "thehackerz",
"version": "0.0.0",
"scripts": {
"dev": "vite",
"build": "vite build",
"preview": "vite preview --port 4173"
},
"dependencies": {
"@element-plus/icons-vue": "^2.0.6",
"@kangc/v-md-editor": "^2.3.15",
"@supabase/supabase-js": "^1.35.4",
"@vueuse/core": "^8.9.1",
"bootstrap": "^5.1.3",
"bootstrap-vue": "^2.22.0",
"css-color-function": "^1.3.3",
"element-plus": "^2.5.0",
"equal-vue": "^0.79.3",
"events": "^3.3.0",
"highlight.js": "^11.6.0",
"mavon-editor": "^2.10.4",
"netlify-cli": "^12.12.0",
"rollbar": "^2.26.3",
"vue": "^3.2.37",
"vue-router": "^4.1.1",
"vue-shortkey": "^3.1.7",
"vue3-hotkey": "^1.0.2"
},
"devDependencies": {
"@vitejs/plugin-vue": "^2.3.3",
"@vitejs/plugin-vue-jsx": "^1.3.10",
"electron": "^21.1.1",
"sass": "^1.53.0",
"vite": "^2.9.12"
}
}