-
Notifications
You must be signed in to change notification settings - Fork 1
/
Copy pathpackage.json
39 lines (39 loc) · 1.15 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
{
"private": true,
"type": "module",
"name": "voby-clock",
"version": "1.0.0",
"keywords": [],
"description": "voby clock, inspired by sauron clock",
"devDependencies": {
"@tailwindcss/vite": "4.1.3",
"@types/eslint-plugin-jsx-a11y": "6.10.0",
"@types/node": "22.14.0",
"eslint": "9.24.0",
"eslint-config-prettier": "9.1.0",
"eslint-import-resolver-typescript": "3.10.0",
"eslint-plugin-import-x": "4.10.2",
"eslint-plugin-jsonc": "2.20.0",
"eslint-plugin-jsx-a11y": "6.10.2",
"eslint-plugin-prettier": "5.2.6",
"eslint-plugin-yml": "1.17.0",
"prettier": "3.5.3",
"tailwindcss": "4.1.3",
"typescript": "5.8.3",
"typescript-eslint": "8.29.1",
"vite": "5.4.17",
"vite-plugin-checker": "0.9.1",
"vite-tsconfig-paths": "5.1.4",
"voby-vite": "1.2.5"
},
"dependencies": {
"voby": "0.58.1"
},
"scripts": {
"build": "vite build",
"dev": "vite",
"preview": "vite preview",
"start": "vite"
},
"packageManager": "pnpm@9.15.9+sha512.68046141893c66fad01c079231128e9afb89ef87e2691d69e4d40eee228988295fd4682181bae55b58418c3a253bde65a505ec7c5f9403ece5cc3cd37dcf2531"
}