-
Notifications
You must be signed in to change notification settings - Fork 2
/
Copy pathpackage.json
71 lines (71 loc) · 2.08 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
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
{
"name": "studynosion",
"private": true,
"version": "0.0.0",
"type": "module",
"scripts": {
"start:frontend": "vite --port 3000",
"start:backend": "node studnot_backend/index.js",
"start": "concurrently \"npm run start:frontend\" \"npm run start:backend\"",
"build": "vite build",
"lint": "eslint . --ext js,jsx --report-unused-disable-directives --max-warnings 0",
"preview": "vite preview",
"vercel-build": "vite build"
},
"dependencies": {
"@coreui/icons": "^3.0.1",
"@coreui/icons-react": "^2.2.1",
"@heroicons/react": "^2.1.1",
"@material-tailwind/react": "^2.1.9",
"@ramonak/react-progress-bar": "^5.2.0",
"aos": "^2.3.4",
"axios": "^1.6.7",
"bcrypt": "^5.1.1",
"cloudinary": "^2.0.3",
"cloudinary-react": "^1.8.1",
"concurrently": "^8.2.2",
"express": "^4.18.3",
"flowbite": "^2.3.0",
"framer-motion": "^11.0.22",
"mongoose": "^8.2.0",
"nodemailer": "^6.9.12",
"nodemon": "^3.1.0",
"otp-generator": "^4.0.1",
"react": "^18.2.0",
"react-cookie": "^7.1.4",
"react-countup": "^6.5.3",
"react-dom": "^18.2.0",
"react-feather": "^2.0.10",
"react-hook-form": "^7.51.0",
"react-icons": "^5.0.1",
"react-multistep": "^5.5.9",
"react-otp-input": "^3.1.1",
"react-rating-stars-component": "^2.2.0",
"react-router-dom": "^6.22.2",
"react-type-animation": "^3.2.0",
"toast-noty": "^1.1.1",
"yarn": "^1.22.22"
},
"devDependencies": {
"@types/next": "^9.0.0",
"@types/node": "^20.11.30",
"@types/react": "^18.2.43",
"@types/react-dom": "^18.2.17",
"@vitejs/plugin-react": "^4.2.1",
"autoprefixer": "^10.4.17",
"eslint": "^8.55.0",
"eslint-plugin-react": "^7.33.2",
"eslint-plugin-react-hooks": "^4.6.0",
"eslint-plugin-react-refresh": "^0.4.5",
"postcss": "^8.4.34",
"tailwindcss": "^3.4.1",
"ts-node": "^10.9.2",
"typescript": "^5.4.3",
"vite": "^5.0.12"
},
"description": "To run the project use following steps:",
"main": "postcss.config.js",
"keywords": [],
"author": "",
"license": "ISC"
}