-
Notifications
You must be signed in to change notification settings - Fork 1
/
package.json
43 lines (43 loc) · 1.06 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
{
"name": "nuxt-app",
"private": true,
"scripts": {
"build": "nuxt build",
"dev": "nuxt dev",
"generate": "nuxt generate",
"preview": "nuxt preview",
"postinstall": "nuxt prepare"
},
"devDependencies": {
"@nuxt/image-edge": "^1.0.0-28094923.e859bba",
"@nuxtjs/supabase": "^0.3.6",
"@types/node": "^18.11.18",
"nuxt": "^3.5.2",
"nuxt-icon": "^0.4.1"
},
"dependencies": {
"@nuxt/types": "^2.16.3",
"@nuxtjs/composition-api": "^0.33.1",
"@nuxtjs/toast": "^3.3.1",
"@pinia/nuxt": "^0.4.11",
"@popperjs/core": "^2.11.8",
"@types/bootstrap": "^5.2.6",
"@vuelidate/core": "^2.0.2",
"@vuelidate/validators": "^2.0.2",
"bootstrap": "^5.3.0",
"bootstrap-icons": "^1.10.5",
"cropper": "^4.1.0",
"mande": "^2.0.6",
"mitt": "^3.0.0",
"nuxt-highcharts": "^3.0.11",
"nuxt-validate": "^1.0.1",
"pinia": "^2.1.3",
"sass": "^1.62.1",
"sass-loader": "^13.3.1",
"vue-advanced-cropper": "^2.8.8",
"vue-toastification": "^1.7.14"
},
"overrides": {
"vue": "latest"
}
}