-
Notifications
You must be signed in to change notification settings - Fork 3
Expand file tree
/
Copy pathpackage.json
More file actions
46 lines (46 loc) · 1.13 KB
/
Copy pathpackage.json
File metadata and controls
46 lines (46 loc) · 1.13 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
{
"name": "music-dapp",
"version": "0.1.0",
"private": true,
"scripts": {
"dev": " nodemon index.js",
"build": "next build",
"start": "NODE_ENV=production nodemon index.js",
"lint": "next lint",
"server": "node index.js",
"prod": "NODE_ENV=production nodemon index.js"
},
"dependencies": {
"@formspree/react": "^2.5.1",
"@next/font": "14.0.3",
"@stripe/stripe-js": "^1.54.2",
"axios": "^1.6.8",
"bcrypt": "^5.1.1",
"cookie-parser": "^1.4.6",
"dotenv": "^16.3.1",
"ethers": "^5.5.1",
"express": "^4.18.2",
"js-cookie": "^3.0.5",
"jsonwebtoken": "^9.0.2",
"mongoose": "^8.0.3",
"multer": "^1.4.5-lts.1",
"next": "14.0.3",
"node": "^20.13.1",
"nodemon": "^3.0.2",
"path": "^0.12.7",
"react": "18.2.0",
"react-audio-player": "^0.17.0",
"react-dom": "18.2.0",
"react-dropzone": "^14.2.3",
"react-hot-toast": "^2.4.1",
"react-icons": "^4.12.0",
"stripe": "^14.16.0",
"wavesurfer.js": "^7.7.5",
"web3modal": "^1.9.5"
},
"description": "",
"main": "index.js",
"keywords": [],
"author": "",
"license": "ISC"
}