-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathpackage.json
More file actions
64 lines (64 loc) · 1.68 KB
/
package.json
File metadata and controls
64 lines (64 loc) · 1.68 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
56
57
58
59
60
61
62
63
64
{
"name": "flycast",
"version": "0.1.0",
"private": true,
"scripts": {
"dev": "next dev",
"build": "next build",
"start": "next start",
"lint": "next lint"
},
"dependencies": {
"@headlessui/react": "^1.7.14",
"@types/node": "18.14.2",
"@types/react": "18.0.28",
"@types/react-dom": "18.0.11",
"@types/react-gauge-chart": "^0.4.0",
"amadeus": "^8.0.0",
"axios": "^1.3.4",
"bcryptjs": "^2.4.3",
"cookies-next": "^2.1.1",
"eslint": "8.35.0",
"eslint-config-next": "13.2.3",
"eventsource-parser": "^0.0.5",
"flowbite": "^1.6.3",
"flowbite-react": "^0.3.8",
"html-react-parser": "^3.0.12",
"mapbox-gl": "^2.13.0",
"markdown-to-txt": "^2.0.1",
"mongodb": "^5.5.0",
"mongoose": "^7.2.1",
"next": "13.2.3",
"next-auth": "^4.22.1",
"next-themes": "^0.2.1",
"react": "18.2.0",
"react-dom": "18.2.0",
"react-gauge-chart": "^0.4.1",
"react-hook-form": "^7.43.9",
"react-icons": "^4.7.1",
"react-lottie": "^1.2.3",
"react-map-gl": "^7.0.21",
"react-markdown": "^8.0.6",
"react-tailwindcss-datepicker": "^1.4.2",
"rsuite": "^5.30.0",
"styled-components": "^5.3.8",
"swiper": "^9.1.0",
"typescript": "4.9.5",
"webpack-isomorphic-tools": "^4.0.0"
},
"devDependencies": {
"@types/bcryptjs": "^2.4.2",
"@types/mapbox-gl": "^2.7.10",
"@types/react-lottie": "^1.2.6",
"@types/styled-components": "^5.1.26",
"@types/swiper": "^6.0.0",
"autoprefixer": "^10.4.13",
"postcss": "^8.4.21",
"tailwindcss": "^3.2.7"
},
"overrides": {
"react-lottie": {
"react": "^0.14.7 || ^15.0.0 || ^16.0.0 || ^17.0.0 || ^18.0.0"
}
}
}