-
Notifications
You must be signed in to change notification settings - Fork 3
/
package.json
35 lines (35 loc) · 976 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
{
"name": "QueueAndA",
"version": "1.0.0",
"description": "",
"main": "index.js",
"scripts": {
"start": "npm run server",
"test": "echo \"Error: no test specified\" && exit 1",
"dev": "concurrently \"npm run server\" \"npm run client\"",
"server": "npm run start --prefix backend",
"client": "npm run start --prefix frontend"
},
"repository": {
"type": "git",
"url": "git+https://github.com/ellietms/QueueAndA.git"
},
"keywords": [],
"author": "",
"license": "ISC",
"bugs": {
"url": "https://github.com/ellietms/QueueAndA/issues"
},
"homepage": "https://github.com/ellietms/QueueAndA#readme",
"dependencies": {
"axios": "^0.20.0",
"concurrently": "^5.3.0",
"moment": "^2.27.0",
"moment-timezone": "^0.5.31",
"nodemailer": "^6.4.11",
"react-html-parser": "^2.0.2",
"react-infinite-scroll-component": "^5.0.5",
"react-js-pagination": "^3.0.3",
"styled-components": "^5.2.0"
}
}