-
Notifications
You must be signed in to change notification settings - Fork 1
Expand file tree
/
Copy pathpackage.json
More file actions
49 lines (49 loc) · 1.25 KB
/
package.json
File metadata and controls
49 lines (49 loc) · 1.25 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
{
"name": "xcodee",
"version": "0.1.0",
"private": true,
"scripts": {
"dev": "next dev",
"build": "next build",
"start": "next start",
"lint": "next lint",
"serve-json": "json-server --watch db.json --port 4000"
},
"dependencies": {
"axios": "^1.4.0",
"bcrypt": "^5.1.1",
"bcryptjs": "^3.0.2",
"formik": "^2.2.9",
"framer-motion": "^10.10.0",
"json-server": "^0.17.3",
"jsonwebtoken": "^9.0.2",
"moment": "^2.29.4",
"mongoose": "^8.10.0",
"next": "^13.3.2-canary.6",
"react": "18.2.0",
"react-dom": "18.2.0",
"react-icons": "^4.8.0",
"react-international-phone": "^1.8.8",
"react-odometerjs": "^3.1.0",
"react-paginate": "^8.2.0",
"react-pin-input": "^1.3.1",
"react-query": "^3.39.3",
"react-spinners": "^0.13.8",
"react-tilt": "^1.0.2",
"react-toastify": "^9.1.2",
"reactjs-persian-calendar": "^1.1.7",
"swiper": "^9.2.0",
"tailwindcss-rtl": "^0.9.0",
"typewriter-effect": "^2.19.0",
"yup": "^1.0.2",
"zustand": "^4.3.7"
},
"devDependencies": {
"@tailwindcss/line-clamp": "^0.4.4",
"@types/node": "22.13.1",
"autoprefixer": "^10.4.14",
"postcss": "^8.4.21",
"tailwindcss": "^3.3.1",
"typescript": "5.7.3"
}
}