forked from androidvitb/ProdEase
-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathpackage.json
47 lines (47 loc) · 1.24 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
{
"name": "plyvault",
"version": "0.1.0",
"private": true,
"scripts": {
"dev": "next dev",
"build": "next build",
"start": "next start",
"lint": "next lint"
},
"dependencies": {
"@fortawesome/fontawesome-svg-core": "^6.6.0",
"@fortawesome/free-brands-svg-icons": "^6.6.0",
"@fortawesome/free-solid-svg-icons": "^6.6.0",
"@fortawesome/react-fontawesome": "^0.2.2",
"bcryptjs": "^2.4.3",
"chart.js": "^4.4.4",
"cookie-parser": "^1.4.6",
"cropperjs": "^1.6.2",
"firebase": "^10.13.1",
"framer-motion": "^11.3.31",
"intersection-observer": "^0.12.2",
"js-cookie": "^3.0.5",
"jsonwebtoken": "^9.0.2",
"lucide-react": "^0.474.0",
"mongoose": "^8.6.0",
"next": "14.2.7",
"rc-slider": "^11.1.5",
"react": "^18",
"react-chartjs-2": "^5.2.0",
"react-cropper": "^2.3.3",
"react-dom": "^18",
"react-feather": "^2.0.10",
"react-icons": "^5.3.0",
"react-image-crop": "^11.0.6",
"react-intersection-observer": "^9.13.0",
"react-modal": "^3.16.1",
"react-toastify": "^10.0.5"
},
"devDependencies": {
"dotenv-webpack": "^8.1.0",
"eslint": "^8",
"eslint-config-next": "14.2.7",
"postcss": "^8",
"tailwindcss": "^3.4.1"
}
}