-
-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathpackage.json
45 lines (45 loc) · 1.19 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
{
"name": "timewiz",
"private": true,
"version": "0.0.0",
"type": "module",
"scripts": {
"dev": "vite",
"build": "tsc --noEmit && vite build",
"preview": "vite preview",
"bundle-size": "vite-bundle-visualizer",
"format": "prettier --log-level warn --write .",
"lint": "tsc --noEmit && prettier --check .",
"ci": "yarn lint && yarn build"
},
"dependencies": {
"@tabler/icons-react": "3.19.0",
"array-utils-ts": "1.0.1",
"clsx": "2.1.1",
"fuse.js": "7.0.0",
"jotai": "2.10.0",
"lodash-es": "4.17.21",
"luxon": "3.5.0",
"react": "18.3.1",
"react-dom": "18.3.1",
"wouter": "3.3.5"
},
"devDependencies": {
"@types/lodash-es": "4.17.12",
"@types/luxon": "3.4.2",
"@types/react": "18.3.11",
"@types/react-dom": "18.3.1",
"@vitejs/plugin-react-swc": "3.7.1",
"autoprefixer": "10.4.20",
"postcss": "8.4.47",
"postcss-import": "16.1.0",
"prettier": "3.3.3",
"prettier-plugin-organize-imports": "4.1.0",
"prettier-plugin-tailwindcss": "0.6.8",
"tailwindcss": "3.4.13",
"typescript": "5.6.3",
"vite": "5.4.8",
"vite-bundle-visualizer": "1.2.1",
"vite-plugin-pwa": "0.20.5"
}
}