-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathpackage.json
34 lines (34 loc) · 832 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
{
"name": "nuxt-app",
"private": true,
"type": "module",
"scripts": {
"build": "nuxt build",
"dev": "nuxt dev",
"generate": "nuxt generate",
"preview": "nuxt preview",
"postinstall": "nuxt prepare"
},
"dependencies": {
"@apollo/client": "^3.9.6",
"@nuxt/image": "^1.3.0",
"@nuxt/types": "^2.17.3",
"@types/node": "^20.11.20",
"@vercel/analytics": "^1.2.2",
"@vercel/speed-insights": "^1.0.10",
"@vue/apollo-composable": "^4.0.1",
"graphql": "^16.8.1",
"graphql-tag": "^2.12.6",
"nuxt": "^3.10.3",
"sass": "^1.71.1",
"vue": "^3.4.19",
"vue-router": "^4.3.0"
},
"devDependencies": {
"@nuxtjs/apollo": "^5.0.0-alpha.11",
"@nuxtjs/tailwindcss": "^6.11.4",
"@pinia/nuxt": "^0.5.1",
"nuxt-icon": "^0.6.8",
"pinia": "^2.1.7"
}
}