-
Notifications
You must be signed in to change notification settings - Fork 123
/
package.json
33 lines (33 loc) · 987 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
{
"name": "kurakoo",
"version": "1.0.0",
"description": "![kurakoo-logo](https://user-images.githubusercontent.com/57852378/104982229-3cce1180-5a30-11eb-9d02-3c32878c6a42.png)",
"main": "index.js",
"scripts": {
"start": "concurrently \"cd server && npm run start\" \"cd client && npm start\" ",
"dev": "concurrently \"cd server && npm run server\" \"cd client && npm start\" "
},
"repository": {
"type": "git",
"url": "git+https://github.com/purnima143/Kurakoo.git"
},
"author": "purnima",
"license": "ISC",
"bugs": {
"url": "https://github.com/purnima143/Kurakoo/issues"
},
"homepage": "https://github.com/purnima143/Kurakoo#readme",
"dependencies": {
"@material-ui/core": "^4.11.3",
"concurrently": "^6.0.0",
"express-async-handler": "^1.1.4",
"morgan": "^1.10.0",
"nodemailer": "^6.6.1",
"nodemon": "^2.0.7",
"suspense": "^0.0.1"
},
"devDependencies": {
"chai": "^4.3.4",
"mocha": "^8.4.0"
}
}