-
Notifications
You must be signed in to change notification settings - Fork 0
/
package.json
57 lines (57 loc) · 1.66 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
54
55
56
57
{
"name": "Movie4Fun",
"private": true,
"version": "0.0.0",
"scripts": {
"dev": "vite",
"build": "tsc && vite build",
"preview": "vite preview",
"lint": "eslint . --ext .js,.jsx,.ts,.tsx --fix",
"format": "prettier --write .",
"type-check": "tsc --noEmit"
},
"dependencies": {
"@fortawesome/fontawesome-svg-core": "^6.5.2",
"@fortawesome/free-brands-svg-icons": "^6.5.2",
"@fortawesome/react-fontawesome": "latest",
"@reduxjs/toolkit": "^2.2.3",
"@tanstack/react-query": "^5.32.0",
"@tanstack/react-query-devtools": "^5.32.0",
"@types/lodash": "^4.17.0",
"@types/node": "^20.12.7",
"@types/react-slick": "^0.23.13",
"@vercel/analytics": "^1.3.1",
"@vercel/speed-insights": "^1.0.12",
"axios": "^1.6.8",
"class-variance-authority": "^0.7.0",
"framer-motion": "^11.11.0",
"lodash": "^4.17.21",
"lucide-react": "^0.372.0",
"prettier": "^3.2.5",
"react": "^18.0.0",
"react-dom": "^18.0.0",
"react-helmet-async": "^2.0.4",
"react-hot-toast": "^2.4.1",
"react-icons": "^5.1.0",
"react-paginate": "^8.2.0",
"react-query": "latest",
"react-query-devtools": "^2.6.3",
"react-redux": "^9.1.0",
"react-router-dom": "^6.22.3",
"react-slick": "^0.30.2",
"redux-persist": "^6.0.0",
"slick-carousel": "^1.8.1",
"styled-components": "^6.1.8",
"swiper": "^11.1.1"
},
"devDependencies": {
"eslint": "^8.39.0",
"eslint-config-react-app": "^7.0.1",
"@types/react": "^17.0.33",
"@types/react-dom": "^18.3.0",
"@vitejs/plugin-react": "^1.0.7",
"typescript": "^4.5.4",
"vite-plugin-eslint": "^1.8.1",
"vite": "^2.8.0"
}
}