-
Notifications
You must be signed in to change notification settings - Fork 14
/
package.json
49 lines (49 loc) · 1.33 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
{
"name": "opensource-f2f-website",
"version": "0.0.0",
"private": true,
"packageManager": "[email protected]",
"type": "module",
"scripts": {
"fetch": "./scripts/fetch.sh",
"dev": "vite",
"build": "vite-ssg build",
"preview": "vite preview",
"lint": "eslint .",
"lint:fix": "eslint . --fix",
"typecheck": "vue-tsc --noEmit"
},
"dependencies": {
"@giscus/vue": "^3.0.0",
"@unhead/vue": "^1.11.14",
"@vueuse/core": "^12.2.0",
"date-fns": "^4.1.0",
"floating-vue": "^5.2.2",
"github-markdown-css": "^5.8.1",
"vite-ssg": "^0.24.3",
"vue": "^3.5.13",
"vue-router": "^4.5.0"
},
"devDependencies": {
"@iconify/json": "^2.2.290",
"@sxzz/eslint-config": "^4.5.1",
"@sxzz/prettier-config": "^2.0.2",
"@types/node": "^22.10.2",
"@unocss/reset": "^0.65.3",
"@unocss/transformer-directives": "^0.65.3",
"@vitejs/plugin-vue": "^5.2.1",
"eslint": "^9.17.0",
"prettier": "^3.4.2",
"typescript": "^5.7.2",
"unocss": "^0.65.3",
"unplugin-auto-import": "^0.19.0",
"unplugin-vue-components": "^0.28.0",
"unplugin-vue-markdown": "^0.28.0",
"vite": "^6.0.6",
"vite-plugin-inspect": "^0.10.6",
"vite-plugin-pwa": "^0.21.1",
"vite-plugin-vue-devtools": "^7.6.8",
"vue-tsc": "^2.2.0"
},
"prettier": "@sxzz/prettier-config"
}