forked from rajPadval/adastra-next-app
-
Notifications
You must be signed in to change notification settings - Fork 0
/
package.json
37 lines (37 loc) · 891 Bytes
/
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
{
"name": "adastra-next-app",
"version": "0.1.0",
"private": true,
"scripts": {
"dev": "next dev",
"build": "next build",
"start": "next start",
"lint": "next lint"
},
"dependencies": {
"@mapbox/node-pre-gyp": "^1.0.11",
"@reduxjs/toolkit": "^2.0.1",
"axios": "^1.6.5",
"bcrypt": "^5.1.1",
"jodit-react": "^1.3.39",
"jsonwebtoken": "^9.0.2",
"mongoose": "^8.0.4",
"next": "14.0.4",
"nodemailer": "^6.9.8",
"react": "^18",
"react-dom": "^18",
"react-hot-toast": "^2.4.1",
"react-icons": "^4.12.0",
"react-particles": "^2.12.2",
"react-redux": "^9.1.0",
"react-router-dom": "^6.14.2",
"stable": "^0.1.8",
"tsparticles": "^3.1.0",
"tsparticles-plugin-polygon-mask": "^2.12.0"
},
"devDependencies": {
"autoprefixer": "^10.0.1",
"postcss": "^8",
"tailwindcss": "^3.3.0"
}
}