-
Notifications
You must be signed in to change notification settings - Fork 6
/
Copy pathpackage.json
50 lines (50 loc) · 1.43 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
{
"name": "fdm",
"version": "0.1.0",
"private": true,
"scripts": {
"dev": "next dev",
"build": "next build",
"start": "next start",
"lint": "next lint"
},
"dependencies": {
"@amelix/react-lottie": "^1.2.4",
"@ant-design/icons": "^5.0.1",
"@chakra-ui/react": "^2.5.2",
"@emotion/react": "^11.10.6",
"@emotion/styled": "^11.10.6",
"@fortawesome/fontawesome-svg-core": "^6.3.0",
"@fortawesome/free-solid-svg-icons": "^6.3.0",
"@fortawesome/react-fontawesome": "^0.2.0",
"@googlemaps/google-maps-services-js": "^3.3.27",
"@hcaptcha/react-hcaptcha": "^1.4.4",
"@react-google-maps/api": "^2.18.1",
"@reduxjs/toolkit": "^1.9.3",
"@splinetool/react-spline": "^2.2.6",
"@splinetool/runtime": "^0.9.257",
"@supabase/auth-helpers-nextjs": "^0.5.6",
"@supabase/auth-helpers-react": "^0.3.1",
"@supabase/supabase-js": "^2.11.0",
"antd": "^5.3.1",
"bootstrap": "^5.2.3",
"eslint": "8.35.0",
"eslint-config-next": "13.2.4",
"font-awesome": "^4.7.0",
"framer-motion": "^10.8.5",
"mdb-react-ui-kit": "^5.1.0",
"moment": "^2.29.4",
"next": "13.2.4",
"prop-types": "^15.8.1",
"react": "18.2.0",
"react-bootstrap": "^2.7.2",
"react-dom": "18.2.0",
"react-redux": "^8.0.5",
"react-router-dom": "^6.8.2",
"typewriter-effect": "^2.19.0"
},
"devDependencies": {
"css-loader": "^6.7.3",
"style-loader": "^3.3.2"
}
}