-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathpackage.json
More file actions
58 lines (58 loc) · 1.42 KB
/
package.json
File metadata and controls
58 lines (58 loc) · 1.42 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
{
"name": "digitalsathi",
"version": "0.1.0",
"private": true,
"scripts": {
"dev": " next dev",
"build": "next build",
"start": "next start",
"lint": "next lint"
},
"dependencies": {
"@canvasjs/charts": "^3.7.41",
"@cubejs-client/core": "^0.34.37",
"@reduxjs/toolkit": "^2.1.0",
"@tinymce/tinymce-react": "^4.3.2",
"autoprefixer": "10.4.16",
"axios": "^1.6.8",
"bcryptjs": "^2.4.3",
"chart.js": "^4.4.2",
"cloudinary": "^2.0.3",
"cookie": "^0.6.0",
"crypto": "^1.0.1",
"crypto-browserify": "^3.12.0",
"crypto-js": "^4.2.0",
"dotenv": "^16.3.2",
"eslint": "8.55.0",
"eslint-config-next": "^14.1.0",
"express": "^4.19.2",
"fs-extra": "^11.2.0",
"js-cookie": "^3.0.5",
"jsonwebtoken": "^9.0.2",
"mongodb": "^6.3.0",
"mongoose": "^8.0.3",
"next": "^14.1.4",
"node-fetch": "^3.3.2",
"nodemailer": "^6.9.9",
"nodemon": "^3.0.2",
"parcel": "^2.12.0",
"postcss": "8.4.32",
"razorpay": "^2.9.4",
"react": "^18.2.0",
"react-chartjs-2": "^5.2.0",
"react-devtools": "^5.0.0",
"react-dom": "^18.2.0",
"react-icons": "^4.12.0",
"react-paginate": "^8.2.0",
"react-redux": "^9.1.0",
"react-toastify": "^9.1.3",
"redux": "^5.0.1",
"tailwindcss": "3.3.6",
"tinymce": "^7.0.1",
"uuid": "^9.0.1",
"validator": "^13.11.0"
},
"devDependencies": {
"webpack-cli": "^5.1.4"
}
}