forked from rylanharper/Nitrogen
-
Notifications
You must be signed in to change notification settings - Fork 0
/
package.json
37 lines (37 loc) · 1.01 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
{
"name": "nitrogen",
"private": true,
"scripts": {
"build": "nuxt build",
"dev": "nuxt dev",
"generate": "nuxt generate",
"preview": "nuxt preview",
"postinstall": "nuxt prepare",
"codegen": "graphql-codegen --config codegen.ts",
"dev:codegen": "graphql-codegen --config codegen.ts --watch"
},
"dependencies": {
"@nuxt/fonts": "^0.10.2",
"@nuxt/icon": "^1.6.1",
"@pinia-plugin-persistedstate/nuxt": "^1.2.1",
"@pinia/nuxt": "0.7.0",
"@vueuse/core": "^11.2.0",
"@vueuse/nuxt": "^11.2.0",
"dotenv": "^16.4.5",
"embla-carousel-vue": "^8.3.1",
"graphql": "^16.9.0",
"graphql-tag": "^2.12.6",
"pinia": "^2.2.6"
},
"devDependencies": {
"@graphql-codegen/cli": "^5.0.3",
"@graphql-codegen/typescript": "^4.1.1",
"@graphql-codegen/typescript-operations": "^4.3.1",
"@iconify-json/ph": "^1.2.1",
"@nuxtjs/tailwindcss": "^6.12.2",
"nuxt": "^3.14.159",
"typescript": "^5.6.3",
"vue": "^3.5.12",
"vue-router": "^4.4.5"
}
}