-
Notifications
You must be signed in to change notification settings - Fork 0
/
package.json
37 lines (37 loc) · 952 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
35
36
37
{
"type": "module",
"version": "1.1.0",
"private": true,
"scripts": {
"build": "nuxt build",
"dev": "nuxt dev",
"generate": "nuxt generate",
"preview": "nuxt preview",
"postinstall": "nuxt prepare",
"lint": "eslint .",
"lint:fix": "eslint . --fix"
},
"dependencies": {
"@graphql-codegen/core": "^4.0.2",
"@graphql-codegen/typescript": "^4.0.7",
"@graphql-codegen/typescript-operations": "^4.2.1",
"@iconify-json/simple-icons": "^1.1.103",
"@nuxt/ui": "^2.16.0",
"@rollup/plugin-node-resolve": "^15.2.3",
"@vueuse/core": "^10.10.0",
"@vueuse/nuxt": "^10.10.0",
"graphql": "^16.8.1",
"nuxt": "^3.11.2",
"nuxt-shiki": "^0.3.0",
"nuxt-simple-robots": "4.0.0-rc.17"
},
"devDependencies": {
"@antfu/eslint-config": "^2.19.1",
"eslint": "^9.3.0"
},
"pnpm": {
"patchedDependencies": {
"[email protected]": "patches/[email protected]"
}
}
}