-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathpackage.json
45 lines (45 loc) · 1.17 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
{
"name": "nuxt-app",
"private": true,
"scripts": {
"build": "nuxi build",
"dev": "nuxi dev",
"generate": "nuxi generate",
"preview": "nuxi preview",
"postinstall": "nuxi prepare"
},
"devDependencies": {
"@nuxt/devtools": "latest",
"@types/jest": "^29.5.3",
"@types/node": "^18.17.3",
"@vue/test-utils": "^2.4.0-alpha.2",
"@vue/vue3-jest": "^29.2.5",
"eslint": "^8.47.0"
},
"dependencies": {
"@dargmuesli/nuxt-cookie-control": "^6.4.0",
"@invictus.codes/nuxt-vuetify": "^0.3.0",
"@nuxt/devalue": "^2.0.2",
"@nuxt/image": "^0.7.1",
"@nuxt/kit": "^3.5.5",
"@nuxtjs/eslint-module": "^4.1.0",
"@nuxtjs/i18n": "npm:@nuxtjs/i18n-edge",
"@pinia/nuxt": "^0.4.11",
"@vite-pwa/nuxt": "^0.1.0",
"graphql": "^16.0.0",
"graphql-tag": "^2.0.0",
"nuxt": "^3.6.5",
"nuxt-graphql-client": "^0.2.30",
"nuxt-icon": "^0.5.0",
"nuxt-mapbox": "^1.4.3",
"nuxt-time": "^0.1.1",
"sass": "^1.66.1",
"vite": "^4.4.9",
"vite-plugin-pwa": ">=0.16.3 <1",
"vue": "^3.3.4",
"vue-email": "^0.6.6",
"webpack": "^5.88.2",
"workbox-build": "^7.0.0",
"workbox-window": "^7.0.0"
}
}