-
Notifications
You must be signed in to change notification settings - Fork 1
Expand file tree
/
Copy pathpackage.json
More file actions
68 lines (68 loc) · 1.89 KB
/
Copy pathpackage.json
File metadata and controls
68 lines (68 loc) · 1.89 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
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
{
"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.14.1",
"@headlessui/vue": "^1.7.23",
"@vue/apollo-composable": "^4.2.2",
"@vuepic/vue-datepicker": "^11.0.3",
"@vueuse/core": "^14.3.0",
"@vueuse/motion": "^3.0.3",
"@vueuse/router": "^14.3.0",
"graphql": "^16.14.2",
"graphql-tag": "^2.12.7",
"highlight.js": "^11.11.1",
"markdown-it": "^14.2.0",
"nprogress": "^0.2.0",
"pinia": "^3.0.4",
"tlds": "^1.261.0",
"ts-poet": "^6.12.0",
"typed.js": "^2.1.0",
"vue": "^3.5.38",
"vue-router": "^5.1.0",
"vue-toastification": "2.0.0-rc.5"
},
"devDependencies": {
"@antfu/eslint-config": "^3.16.0",
"@graphql-codegen/cli": "^7.1.3",
"@graphql-codegen/fragment-matcher": "^7.0.1",
"@graphql-codegen/plugin-helpers": "^7.0.1",
"@graphql-codegen/schema-ast": "^6.0.1",
"@iconify-json/mdi": "^1.2.3",
"@types/markdown-it": "^14.1.2",
"@types/nprogress": "^0.2.3",
"@unocss/eslint-plugin": "^65.5.0",
"@unocss/preset-icons": "^65.5.0",
"@vitejs/plugin-vue": "^6.0.7",
"autoprefixer": "^10.5.0",
"bson-objectid": "^2.0.4",
"eslint": "^9.39.4",
"postcss": "^8.5.15",
"postcss-import": "^16.1.1",
"postcss-mixins": "^11.0.3",
"postcss-nested": "^7.0.2",
"simple-git": "^3.36.0",
"typescript": "~5.6.3",
"unocss": "^66.7.2",
"unplugin-auto-import": "^0.18.6",
"unplugin-vue-components": "^0.27.5",
"vite": "^8.0.16",
"vite-plugin-vue-devtools": "^8.1.3",
"vue-tsc": "^2.2.12"
}
}