-
Notifications
You must be signed in to change notification settings - Fork 0
/
package.json
51 lines (51 loc) · 1.34 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
{
"name": "@family-flix/mobile1",
"private": true,
"version": "2.4.1",
"scripts": {
"dev": "vite --port 3002 --host",
"check": "tsc --noEmit",
"build": "tsc && vite build",
"preview": "vite preview --port 3002 --host",
"analyze": "vite-bundle-visualizer"
},
"dependencies": {
"axios": "^1.3.4",
"class-variance-authority": "^0.4.0",
"clsx": "^1.2.1",
"dayjs": "^1.11.7",
"hls.js": "^1.3.5",
"lodash": "^4.17.21",
"lucide-react": "^0.378.0",
"mitt": "^3.0.0",
"nzh": "^1.0.8",
"path-to-regexp": "^6.2.1",
"proxy-compare": "^3.0.0",
"qs": "^6.11.1",
"react": "^18.2.0",
"react-dom": "^18.2.0",
"url-parse": "^1.5.10"
},
"devDependencies": {
"@tailwindcss/line-clamp": "^0.4.4",
"@types/lodash": "^4.14.192",
"@types/node": "^18.15.11",
"@types/qs": "^6.9.7",
"@types/react": "^18.0.28",
"@types/react-dom": "^18.0.11",
"@types/url-parse": "^1.4.8",
"@vitejs/plugin-react-swc": "^3.0.0",
"autoprefixer": "^10.4.14",
"esbuild": "^0.21.5",
"husky": "^8.0.3",
"postcss": "^8.4.21",
"rollup-plugin-postcss": "^4.0.2",
"source-map-explorer": "^2.5.3",
"tailwind-merge": "^1.11.0",
"tailwindcss": "^3.3.1",
"tailwindcss-animate": "^1.0.5",
"typescript": "^4.9.5",
"vite": "^4.2.0",
"vitest": "^0.29.8"
}
}