-
Notifications
You must be signed in to change notification settings - Fork 1
/
package.json
38 lines (38 loc) · 1.08 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
{
"name": "nuxt-app",
"private": true,
"type": "module",
"scripts": {
"build": "nuxt build",
"develop": "nuxt dev",
"generate": "nuxt generate",
"preview": "nuxt preview",
"postinstall": "nuxt prepare",
"env": "doppler secrets download --no-file --format env > .env",
"strapi:types": "graphql-codegen --require 'dotenv/config' --config codegen.ts"
},
"devDependencies": {
"@nuxt/devtools": "^1.0.0",
"@nuxtjs/tailwindcss": "^6.9.4",
"nuxt": "^3.8.0",
"vue": "^3.3.7",
"vue-router": "^4.2.5"
},
"dependencies": {
"@graphql-codegen/cli": "^5.0.0",
"@graphql-codegen/client-preset": "^4.1.0",
"@graphql-codegen/introspection": "^4.0.0",
"@graphql-codegen/typescript": "^4.0.1",
"@headlessui/vue": "^1.7.16",
"@heroicons/vue": "^2.0.18",
"@nuxt/image": "^1.0.0",
"@nuxt/types": "^2.17.2",
"@nuxtjs/apollo": "^5.0.0-alpha.8",
"@nuxtjs/google-fonts": "^3.0.2",
"@tailwindcss/forms": "^0.5.6",
"dotenv": "^16.3.1",
"graphql": "^16.8.1",
"jwt-decode": "^4.0.0",
"tailwindcss": "^3.3.5"
}
}