-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathpackage.json
41 lines (41 loc) · 1021 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
38
39
40
41
{
"name": "editing",
"version": "0.1.0",
"private": true,
"scripts": {
"dev": "nodemon server.js",
"build": "next build",
"start": "NODE_ENV=production nodemon server.js",
"lint": "next lint",
"server": "nodemon server.js",
"prod": "NODE_ENV=production nodemon server.js"
},
"dependencies": {
"@next/font": "14.0.3",
"axios": "^1.4.0",
"bcryptjs": "^2.4.3",
"cors": "^2.8.5",
"dotenv": "^16.1.4",
"ethers": "^6.3.0",
"express": "^4.16.4",
"flowbite": "^2.3.0",
"jsonwebtoken": "^9.0.2",
"mongoose": "^5.13.22",
"next": "14.0.3",
"nodemon": "^2.0.22",
"openai": "^3.1.0",
"prompt-sync": "^4.2.0",
"react": "18.2.0",
"react-copy-to-clipboard": "^5.1.0",
"react-dom": "18.2.0",
"react-dropzone": "^12.0.4",
"react-hot-toast": "^2.4.1",
"react-icons": "^4.12.0",
"web3modal": "^1.9.5"
},
"devDependencies": {
"autoprefixer": "^10.4.19",
"postcss": "^8.4.38",
"tailwindcss": "^3.4.3"
}
}