-
Notifications
You must be signed in to change notification settings - Fork 3
Expand file tree
/
Copy pathpackage.json
More file actions
38 lines (38 loc) · 915 Bytes
/
package.json
File metadata and controls
38 lines (38 loc) · 915 Bytes
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
{
"name": "nft-store",
"version": "0.0.0",
"private": true,
"scripts": {
"start": "nodemon ./bin/www",
"migrate": "node model/database.js",
"heroku-postbuild": "cd client && npm install && npm run build"
},
"dependencies": {
"@sendgrid/mail": "^7.7.0",
"axios": "^1.5.0",
"bcrypt": "^5.1.1",
"cookie-parser": "~1.4.4",
"cors": "^2.8.5",
"currency": "^4.1.0",
"debug": "~2.6.9",
"dotenv": "^16.3.1",
"express": "^4.18.2",
"format": "^0.2.2",
"install": "^0.13.0",
"jsonwebtoken": "^9.0.2",
"morgan": "~1.9.1",
"mysql": "^2.18.1",
"nodemon": "^3.0.1",
"npm": "^9.8.1",
"react-icons": "^4.10.1",
"sendgrid": "^5.2.3",
"stripe": "^13.3.0"
},
"devDependencies": {
"@playwright/test": "^1.37.1",
"autoprefixer": "^10.4.15",
"postcss": "^8.4.29",
"react-redux": "^8.1.2",
"stripe": "^13.3.0"
}
}