-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathpackage.json
55 lines (55 loc) · 1.46 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
{
"name": "nuxt-app",
"private": true,
"scripts": {
"build": "nuxt build",
"dev": "nuxt dev",
"generate": "nuxt generate",
"preview": "nuxt preview",
"postinstall": "nuxt prepare"
},
"devDependencies": {
"@element-plus/nuxt": "^1.0.5",
"@modyfi/vite-plugin-yaml": "^1.0.4",
"@nuxt/devtools": "latest",
"@nuxtjs/i18n": "8.0.0-rc.3",
"@nuxtjs/tailwindcss": "^6.8.0",
"@types/dompurify": "^3.0.2",
"@vueuse/core": "^10.4.1",
"@vueuse/nuxt": "^10.4.1",
"cz-conventional-changelog": "^3.3.0",
"element-plus": "^2.3.10",
"nuxt": "^3.7.4",
"nuxt-icon": "^0.5.0",
"nuxt-lodash": "^2.5.0",
"sass": "^1.66.1"
},
"config": {
"commitizen": {
"path": "./node_modules/cz-conventional-changelog"
}
},
"dependencies": {
"@cloudbase/js-sdk": "^1.7.2",
"@element-plus/icons-vue": "^2.1.0",
"@pinia/nuxt": "^0.4.11",
"@supabase/supabase-js": "^2.33.1",
"@types/lodash": "^4.14.198",
"@vueup/vue-quill": "^1.2.0",
"@vueuse/components": "^10.4.1",
"@vueuse/integrations": "^10.4.1",
"@vueuse/motion": "^2.0.0",
"animate.css": "^4.1.1",
"awesome-phonenumber": "^5.10.0",
"country-code-lookup": "^0.1.0",
"dayjs": "^1.11.9",
"isomorphic-dompurify": "^1.8.0",
"nanoid": "^4.0.2",
"pinia": "^2.1.6",
"sanitize-html": "^2.11.0",
"sortablejs": "^1.15.0",
"type-fest": "^4.3.1",
"vue-draggable-plus": "^0.2.6",
"vue-i18n": "9"
}
}