This repository has been archived by the owner on Sep 26, 2020. It is now read-only.
-
Notifications
You must be signed in to change notification settings - Fork 0
/
package.json
55 lines (55 loc) · 1.47 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
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
{
"name": "my-app",
"version": "1.0.0",
"description": "Medical instrument",
"scripts": {
"test": "echo \"Error: no test specified\" && exit 1",
"start": "node server.js",
"client": "cd client && npm run start",
"heroku-postbuild": "cd client && npm install && npm run build",
"dev": "concurrently \"nodemon server.js\" \"cd client && npm start\""
},
"author": "Antonio Antonian",
"license": "MIT",
"dependencies": {
"@material-ui/core": "^4.9.10",
"aws": "0.0.3-2",
"aws-sdk": "^2.659.0",
"bcrypt-nodejs": "0.0.3",
"body-parser": "^1.19.0",
"concurrently": "^5.1.0",
"cors": "^2.8.5",
"dotenv": "^8.2.0",
"ejs": "^3.0.2",
"express": "^4.17.1",
"i": "^0.3.6",
"jsonwebtoken": "^8.5.1",
"mdbootstrap": "^4.16.0",
"mdbreact": "^4.25.6",
"moment": "^2.24.0",
"mongoose": "^5.9.7",
"morgan": "^1.10.0",
"multer": "^1.4.2",
"multer-s3": "^2.9.0",
"react": "^16.13.1",
"react-dropzone": "^10.2.2",
"react-moment": "^0.9.7",
"react-scripts": "^3.4.1",
"typeface-roboto": "0.0.75"
},
"type": "module",
"engines": {
"node": "13.x"
},
"devDependencies": {
"babel-eslint": "^10.1.0",
"eslint": "^6.8.0",
"eslint-config-airbnb": "^18.1.0",
"eslint-config-prettier": "^6.10.1",
"eslint-plugin-import": "^2.20.2",
"eslint-plugin-prettier": "^3.1.2",
"eslint-plugin-react": "^7.19.0",
"prettier": "^2.0.4",
"pretty-quick": "^2.0.1"
}
}