-
Notifications
You must be signed in to change notification settings - Fork 2
Expand file tree
/
Copy pathpackage.json
More file actions
55 lines (55 loc) · 1.63 KB
/
package.json
File metadata and controls
55 lines (55 loc) · 1.63 KB
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
{
"name": "movie-frontend",
"private": true,
"version": "0.0.0",
"type": "module",
"scripts": {
"dev": "vite --host",
"build": "tsc && vite build",
"lint": "eslint src --ext ts,tsx --report-unused-disable-directives --max-warnings 0",
"preview": "vite preview"
},
"dependencies": {
"@types/react-datepicker": "^4.15.0",
"axios": "^1.5.0",
"moment": "^2.29.4",
"react": "^18.2.0",
"react-datepicker": "^4.18.0",
"react-dom": "^18.2.0",
"react-intersection-observer": "^9.5.2",
"react-lottie": "^1.2.3",
"react-query": "^3.39.3",
"react-router-dom": "^6.14.1",
"react-show-more-text": "^1.6.2",
"react-simple-star-rating": "^5.1.7",
"styled-components": "^6.0.0-rc.3",
"swiper": "^6.8.4"
},
"devDependencies": {
"@swc/cli": "^0.1.63",
"@swc/core": "^1.3.96",
"@tanstack/react-query-devtools": "^4.35.3",
"@types/axios": "^0.14.0",
"@types/react": "^18.0.37",
"@types/react-dom": "^18.0.11",
"@types/react-lottie": "^1.2.6",
"@types/react-router-dom": "^5.3.3",
"@types/react-show-more-text": "^1.4.2",
"@types/styled-components": "^5.1.26",
"@typescript-eslint/eslint-plugin": "^5.59.0",
"@typescript-eslint/parser": "^5.59.0",
"@vitejs/plugin-react-swc": "^3.0.0",
"eslint": "^8.38.0",
"eslint-config-airbnb-base": "^15.0.0",
"eslint-plugin-react-hooks": "^4.6.0",
"eslint-plugin-react-refresh": "^0.3.4",
"typescript": "^5.1.6",
"vite": "^4.3.9",
"vite-plugin-svgr": "^3.2.0"
},
"overrides": {
"react-lottie": {
"react": "^0.14.7 || ^15.0.0 || ^16.0.0 || ^17.0.0 || ^18.0.0"
}
}
}