-
Notifications
You must be signed in to change notification settings - Fork 1
Expand file tree
/
Copy pathpackage.json
More file actions
43 lines (43 loc) · 1.08 KB
/
Copy pathpackage.json
File metadata and controls
43 lines (43 loc) · 1.08 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
{
"name": "realmate",
"version": "0.1.0",
"private": true,
"scripts": {
"dev": "next dev",
"build": "next build",
"start": "next start",
"lint": "next lint"
},
"dependencies": {
"@ant-design/icons": "^5.2.6",
"@emotion/react": "^11.11.3",
"@emotion/styled": "^11.11.0",
"@reduxjs/toolkit": "^2.0.1",
"@tanstack/react-query": "^4.29.15",
"antd": "^5.12.8",
"antd-form-builder": "^2.1.4",
"autoprefixer": "^10.4.14",
"axios": "^1.4.0",
"country-state-city": "^3.2.1",
"eslint-config-next": "13.3.1",
"firebase": "^9.23.0",
"framer-motion": "^10.17.9",
"less": "^4.2.0",
"less-loader": "^11.1.4",
"next": "13.3.1",
"next-with-less": "^3.0.1",
"postcss": "8.4.23",
"prop-types": "15.7.2",
"react": "18.2.0",
"react-cookie": "^7.0.1",
"react-dom": "18.2.0",
"react-hot-toast": "^2.4.1",
"react-icons": "^4.10.1",
"react-redux": "^9.0.4",
"react-router-dom": "^6.10.0",
"swiper": "^11.0.5",
"swr": "^2.1.5",
"tailwindcss": "3.3.1",
"universal-cookie": "^7.0.1"
}
}