-
Notifications
You must be signed in to change notification settings - Fork 0
/
package.json
42 lines (42 loc) · 1.04 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
{
"name": "@family-flix/admin",
"private": true,
"version": "2.5.0",
"scripts": {
"dev": "vite --port 3003 --host",
"build": "tsc && vite build",
"check": "tsc --noEmit",
"preview": "vite preview --port 3003 --host"
},
"devDependencies": {
"@types/lodash": "^4.14.195",
"@types/node": "^18.15.11",
"@types/qs": "^6.9.7",
"@types/url-parse": "^1.4.8",
"autoprefixer": "^10.4.14",
"esbuild": "^0.20.2",
"husky": "^8.0.3",
"postcss": "^8.4.21",
"tailwindcss": "^3.3.1",
"typescript": "^4.9.5",
"vite": "^4.5.3",
"vite-plugin-solid": "^2.7.0",
"vitest": "^0.30.1"
},
"dependencies": {
"axios": "^1.3.5",
"class-variance-authority": "^0.5.2",
"clsx": "^1.2.1",
"dayjs": "^1.11.7",
"hls.js": "^1.4.0",
"lodash": "^4.17.21",
"lucide-solid": "^0.314.0",
"mitt": "^3.0.0",
"path-to-regexp": "^6.2.1",
"qs": "^6.11.1",
"solid-js": "^1.7.3",
"tailwind-merge": "^1.12.0",
"tailwindcss-animate": "^1.0.5",
"url-parse": "^1.5.10"
}
}