-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathpackage.json
29 lines (28 loc) · 1.02 KB
/
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
{
"name": "mevntack",
"version": "1.0.0",
"description": "<p align=\"center\">\r <img src=\"src/assets/tsunami_logo.png\"\r width=\"150\"\r height=\"150\"\r />\r </p>\r <h1 align=\"center\"> Tsunami Marketplace </h1>\r <p1> Tsunami Marketplace is a marketplace website to offer you unique UI and UX experience which you never get before in any other marketplace.</p1>",
"main": "index.js",
"scripts": {
"server": "nodemon server.js --ignore 'client/`",
"client": "npm run serve --prefix client",
"dev": "concurrently \"npm run server\" \"npm run client\"",
"postinstall": "cd client && npm install",
"build": "npm install --prefix client && npm run build --prefix client"
},
"keywords": [],
"author": "",
"license": "ISC",
"dependencies": {
"cors": "^2.8.5",
"dotenv": "^16.0.3",
"express": "^4.17.1",
"mongoose": "^5.10.13",
"mongoose-sequence": "^5.3.0",
"morgan": "^1.10.0"
},
"devDependencies": {
"concurrently": "^5.3.0",
"nodemon": "^2.0.6"
}
}