forked from PatchyVideo/Tungsten
-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathpackage.json
More file actions
73 lines (73 loc) · 1.96 KB
/
package.json
File metadata and controls
73 lines (73 loc) · 1.96 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
69
70
71
72
73
{
"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",
"@headlessui/vue": "^1.7.23",
"@vue/apollo-composable": "^4.2.1",
"@vuepic/vue-datepicker": "^11.0.2",
"@vueuse/core": "^11.2.0",
"@vueuse/motion": "^2.2.6",
"graphql": "^16.9.0",
"graphql-tag": "^2.12.6",
"highlight.js": "^11.11.1",
"markdown-it": "^14.1.0",
"nprogress": "^0.2.0",
"pinia": "^2.2.6",
"tlds": "^1.259.0",
"ts-poet": "^6.9.0",
"typed.js": "^2.1.0",
"vue": "^3.5.12",
"vue-router": "4",
"vue-toastification": "2.0.0-rc.5"
},
"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/markdown-it": "^14.1.2",
"@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"
]
}
}