-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathpackage.json
More file actions
43 lines (43 loc) · 1.11 KB
/
package.json
File metadata and controls
43 lines (43 loc) · 1.11 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
{
"name": "time",
"type": "module",
"version": "0.0.0",
"private": true,
"scripts": {
"dev": "vite",
"build": "vite-ssg build",
"preview": "vite preview",
"lint": "eslint src --cache",
"lint:fix": "eslint src --fix --cache"
},
"dependencies": {
"@tailwindcss/vite": "^4.2.2",
"@unhead/vue": "^2.1.13",
"@vueuse/core": "^14.2.1",
"@vueuse/gesture": "^2.0.0",
"class-variance-authority": "^0.7.1",
"motion-v": "^2.2.0",
"tailwind-merge": "^3.5.0",
"tailwindcss": "^4.2.2",
"vite-svg-loader": "^5.1.1",
"vue": "^3.5.32",
"vue-router": "^5.0.4"
},
"devDependencies": {
"@antfu/eslint-config": "^8.1.1",
"@iconify/json": "^2.2.460",
"@iconify/tailwind4": "^1.2.3",
"@vitejs/plugin-vue": "^6.0.5",
"@vue/tsconfig": "^0.9.1",
"beasties": "^0.4.2",
"eslint": "^10.2.0",
"eslint-plugin-format": "^2.0.1",
"typescript": "~6.0.2",
"unplugin-auto-import": "^21.0.0",
"unplugin-vue-components": "^32.0.0",
"unplugin-vue-router": "^0.19.2",
"vite": "^8.0.8",
"vite-ssg": "^28.3.0",
"vue-tsc": "^3.2.6"
}
}