-
Notifications
You must be signed in to change notification settings - Fork 28
Expand file tree
/
Copy pathpackage.json
More file actions
49 lines (49 loc) · 1.37 KB
/
package.json
File metadata and controls
49 lines (49 loc) · 1.37 KB
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
46
47
48
49
{
"name": "nitrogen",
"private": true,
"scripts": {
"build": "nuxt build",
"dev": "nuxt dev",
"postinstall": "nuxt prepare",
"codegen": "graphql-codegen --config codegen.ts",
"dev:codegen": "graphql-codegen --config codegen.ts --watch",
"lint": "eslint .",
"lint:fix": "eslint . --fix",
"deploy": "pnpm run build && wrangler deploy"
},
"dependencies": {
"@nuxt/fonts": "^0.14.0",
"@nuxt/icon": "^2.2.2",
"@nuxtjs/robots": "^6.0.8",
"@nuxtjs/sitemap": "^8.0.15",
"@pinia/nuxt": "0.11.3",
"@vueuse/core": "^14.3.0",
"@vueuse/nuxt": "^14.3.0",
"dotenv": "^17.4.2",
"embla-carousel": "^8.6.0",
"embla-carousel-vue": "^8.6.0",
"graphql": "^16.14.0",
"graphql-tag": "^2.12.6",
"ohash": "^2.0.11",
"pinia": "^3.0.4",
"pinia-plugin-persistedstate": "^4.7.1"
},
"devDependencies": {
"@graphql-codegen/cli": "^7.0.0",
"@graphql-codegen/typescript": "^6.0.1",
"@graphql-codegen/typescript-operations": "^6.0.2",
"@iconify-json/ph": "^1.2.2",
"@nuxt/eslint": "^1.15.2",
"@nuxt/kit": "^4.4.5",
"@nuxthub/core": "0.10.7",
"@tailwindcss/vite": "^4.3.0",
"eslint": "^10.3.0",
"nuxt": "^4.4.5",
"tailwindcss": "^4.3.0",
"typescript": "^6.0.3",
"vue": "^3.5.34",
"vue-router": "^5.0.6",
"wrangler": "^4.90.0"
},
"packageManager": "pnpm@10.32.1"
}