-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathpackage.json
More file actions
32 lines (32 loc) · 846 Bytes
/
Copy pathpackage.json
File metadata and controls
32 lines (32 loc) · 846 Bytes
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
{
"type": "module",
"scripts": {
"docs:dev": "vitepress dev",
"docs:build": "vitepress build",
"docs:preview": "vitepress preview",
"lint": "eslint .",
"lint:fix": "eslint . --fix"
},
"dependencies": {
"busuanzi.pure.js": "^1.0.3",
"typescript": "^5.6.2"
},
"devDependencies": {
"@antfu/eslint-config": "^2.27.3",
"@iconify-json/carbon": "^1.2.1",
"@iconify-json/logos": "^1.2.0",
"@iconify-json/mdi": "^1.2.0",
"@iconify-json/mdi-light": "^1.2.0",
"@iconify-json/simple-icons": "^1.2.3",
"@iconify/tailwind": "^1.1.3",
"@types/node": "^20.16.5",
"@unocss/eslint-plugin": "^0.61.9",
"@vueuse/core": "^10.11.1",
"eslint": "^9.10.0",
"tailwindcss": "^3.4.12",
"unocss": "^0.61.9",
"vite": "^5.4.6",
"vitepress": "^1.3.4",
"vue": "^3.5.6"
}
}