-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathpackage.json
More file actions
62 lines (62 loc) · 1.51 KB
/
package.json
File metadata and controls
62 lines (62 loc) · 1.51 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
{
"name": "fitness",
"version": "0.0.0",
"private": true,
"dependencies": {
"cors": "2.8.5",
"react": "18.3.1",
"dotenv": "16.4.7",
"multer": "1.4.5-lts.1",
"emailjs": "4.0.3",
"express": "4.21.2",
"postcss": "8.4.35",
"zustand": "5.0.3",
"bcryptjs": "2.4.3",
"mongoose": "8.10.1",
"react-dom": "18.3.1",
"web-vitals": "2.1.4",
"react-icons": "5.5.0",
"tailwindcss": "3.4.1",
"autoprefixer": "10.4.17",
"jsonwebtoken": "9.0.2",
"lucide-react": "0.474.0",
"react-scroll": "1.9.3",
"framer-motion": "6.5.1",
"react-scripts": "5.0.1",
"number-counter": "1.0.3",
"react-calendar": "5.1.0",
"react-hot-toast": "2.4.1",
"@emailjs/browser": "3.12.1",
"react-router-dom": "7.2.0",
"react-onclickoutside": "6.13.1",
"@testing-library/react": "13.4.0",
"@testing-library/jest-dom": "5.17.0",
"@testing-library/user-event": "13.5.0",
"razorpay": "2.9.2",
"crypto": "1.0.1"
},
"scripts": {
"start": "react-scripts start",
"build": "react-scripts build",
"test": "react-scripts test --env=jsdom",
"eject": "react-scripts eject"
},
"devDependencies": {
"react-scripts": "latest"
},
"browserslist": {
"production": [
"> 0.2%",
"not dead",
"not op_mini all",
"not IE 11",
"maintained node versions"
],
"development": [
"last 2 Chrome versions",
"last 2 Firefox versions",
"last 2 Safari versions",
"last 2 Edge versions"
]
}
}