-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathpackage.json
66 lines (66 loc) · 1.72 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
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
{
"name": "tungsten",
"type": "module",
"version": "0.0.1",
"private": true,
"contributors": [
"Chino Mocha",
"Lurantis",
"orangeawa"
],
"scripts": {
"dev": "vite",
"build": "vue-tsc -b && vite build",
"preview": "vite preview",
"lint": "eslint .",
"lint:fix": "eslint . --fix",
"codegen": "graphql-codegen --config ./src/graphql/codegen.ts"
},
"dependencies": {
"@apollo/client": "^3.11.10",
"@vue/apollo-composable": "^4.2.1",
"@vueuse/core": "^11.2.0",
"@vueuse/motion": "^2.2.6",
"graphql": "^16.9.0",
"graphql-tag": "^2.12.6",
"nprogress": "^0.2.0",
"pinia": "^2.2.6",
"ts-poet": "^6.9.0",
"typed.js": "^2.1.0",
"vue": "^3.5.12",
"vue-router": "4"
},
"devDependencies": {
"@antfu/eslint-config": "^3.8.0",
"@graphql-codegen/cli": "^5.0.3",
"@graphql-codegen/fragment-matcher": "^5.0.2",
"@graphql-codegen/plugin-helpers": "^5.1.0",
"@graphql-codegen/schema-ast": "^4.1.0",
"@iconify-json/mdi": "^1.2.1",
"@types/nprogress": "^0.2.3",
"@unocss/eslint-plugin": "^65.4.3",
"@unocss/preset-icons": "^65.4.3",
"@vitejs/plugin-vue": "^5.1.4",
"autoprefixer": "^10.4.20",
"bson-objectid": "^2.0.4",
"eslint": "^9.14.0",
"postcss": "^8.4.49",
"postcss-import": "^16.1.0",
"postcss-mixins": "^11.0.3",
"postcss-nested": "^7.0.2",
"simple-git": "^3.27.0",
"typescript": "~5.6.3",
"unocss": "^65.4.3",
"unplugin-auto-import": "^0.18.3",
"unplugin-vue-components": "^0.27.4",
"unplugin-vue-router": "^0.10.8",
"vite": "^5.4.9",
"vite-plugin-vue-layouts": "^0.11.0",
"vue-tsc": "^2.1.6"
},
"pnpm": {
"onlyBuiltDependencies": [
"vue-demi"
]
}
}