-
Notifications
You must be signed in to change notification settings - Fork 4
/
package.json
48 lines (48 loc) · 1.49 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
39
40
41
42
43
44
45
46
47
48
{
"name": "nuxt3-antd",
"version": "0.0.2-rc.15",
"private": true,
"scripts": {
"build:cloudflare": "NITRO_PRESET=cloudflare nuxt build",
"build": "nuxt build",
"dev": "nuxt dev",
"dev:gen": "nuxt dev",
"generate": "nuxt generate",
"preview": "nuxt preview",
"start": "node .output/server/index.mjs",
"upgrade-nuxt": "npx nuxi@latest upgrade --force",
"generate:gen": "yarn codegen",
"start:gen": "graphql-codegen --config ./codegen.yml --watch",
"codegen": "graphql-codegen --config ./codegen.yml",
"upd": "pnpm --interactive update --latest"
},
"devDependencies": {
"@apollo/client": "3.7.14",
"@graphql-codegen/add": "^4.0.1",
"@graphql-codegen/cli": "^3.3.1",
"@graphql-codegen/import-types-preset": "^2.2.6",
"@graphql-codegen/typescript": "^3.0.4",
"@graphql-codegen/typescript-operations": "^3.0.4",
"@graphql-codegen/typescript-vue-apollo": "^3.3.6",
"@iconify/json": "^2.2.1",
"@milahu/patch-package": "^6.4.14",
"@vue/apollo-composable": "4.0.0-beta.5",
"graphql": "^16.6.0",
"less": "^4.1.3",
"nuxt": "3.5.1",
"nuxt-lodash": "^2.4.1",
"nuxt-windicss": "^2.6.0",
"prettier": "^2.8.1",
"type-graphql": "2.0.0-beta.2",
"typescript": "^5.0.4",
"unplugin-icons": "^0.16.1",
"unplugin-vue-components": "^0.24.1"
},
"dependencies": {
"@vueuse/nuxt": "^10.1.2",
"ant-design-vue": "^3.2.15",
"echarts": "^5.4.1",
"pinia": "^2.0.28",
"pusher-js": "^8.0.2"
}
}