forked from opensource-f2f/website
-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathpackage.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.8.13",
"@vueuse/core": "^10.9.0",
"date-fns": "^3.4.0",
"floating-vue": "^5.2.2",
"github-markdown-css": "^5.5.1",
"vite-ssg": "^0.23.6",
"vue": "^3.4.21",
"vue-router": "^4.3.0"
},
"devDependencies": {
"@iconify/json": "^2.2.191",
"@sxzz/eslint-config": "^3.8.6",
"@sxzz/prettier-config": "^2.0.1",
"@types/node": "^20.11.26",
"@unocss/reset": "^0.58.5",
"@unocss/transformer-directives": "^0.58.5",
"@vitejs/plugin-vue": "^5.0.4",
"eslint": "^8.57.0",
"prettier": "^3.2.5",
"typescript": "^5.4.2",
"unocss": "^0.58.5",
"unplugin-auto-import": "^0.17.5",
"unplugin-vue-components": "^0.26.0",
"unplugin-vue-markdown": "^0.26.0",
"vite": "^5.1.6",
"vite-plugin-inspect": "^0.8.3",
"vite-plugin-pwa": "^0.19.2",
"vite-plugin-vue-devtools": "^7.0.16",
"vue-tsc": "^2.0.6"
},
"prettier": "@sxzz/prettier-config"
}