-
Notifications
You must be signed in to change notification settings - Fork 0
/
package.json
53 lines (53 loc) · 1.41 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
50
51
52
53
{
"name": "sz-count-days",
"private": true,
"version": "0.0.0",
"type": "module",
"scripts": {
"build": "tsc && vite build",
"dev": "bunx --bun vite",
"lint": "eslint --fix .",
"preview": "vite preview",
"test": "vitest"
},
"dependencies": {
"@ark-ui/solid": "2.2.0",
"@date-fns/utc": "2.1.0",
"@modular-forms/solid": "0.20.0",
"@solidjs/router": "0.13.2",
"@vercel/analytics": "1.3.1",
"autoprefixer": "10.4.19",
"date-fns": "4.1.0",
"lodash": "4.17.21",
"material-symbols": "0.17.2",
"postcss": "8.4.38",
"solid-js": "1.8.17",
"tailwindcss": "3.4.3",
"toastify-js": "1.12.0",
"zod": "3.23.4"
},
"devDependencies": {
"@eslint/js": "9.1.1",
"@solidjs/testing-library": "0.8.7",
"@testing-library/jest-dom": "6.4.2",
"@testing-library/user-event": "14.5.2",
"@types/bun": "1.1.0",
"@types/lodash": "4.17.0",
"@types/toastify-js": "1.12.3",
"clsx": "2.1.1",
"eslint": "9.1.1",
"eslint-config-prettier": "9.1.0",
"eslint-plugin-simple-import-sort": "12.1.0",
"eslint-plugin-solid": "0.14.0",
"jsdom": "24.0.0",
"prettier": "3.2.5",
"prettier-plugin-tailwindcss": "0.5.14",
"resize-observer-polyfill": "1.5.1",
"tailwind-merge": "2.3.0",
"typescript": "5.4.5",
"typescript-eslint": "7.7.1",
"vite": "5.2.10",
"vite-plugin-solid": "2.10.2",
"vitest": "1.5.0"
}
}