forked from ugg-boots/MedEx
-
Notifications
You must be signed in to change notification settings - Fork 0
/
package.json
55 lines (55 loc) · 1.64 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": "medical-practice-inventory-tracker",
"version": "1.0.0",
"description": "",
"main": "client/index.js",
"scripts": {
"build": "NODE_ENV=production webpack",
"dev": "webpack serve --open & nodemon server/server.js",
"test": "echo \"Error: no test specified\" && exit 1",
"dev2": "concurrently \"webpack serve --open\" \"nodemon server/server.js\""
},
"repository": {
"type": "git",
"url": "git+https://github.com/GoblinSharks2021/Medical-Practice-Inventory-Tracker.git"
},
"author": "",
"license": "ISC",
"bugs": {
"url": "https://github.com/GoblinSharks2021/Medical-Practice-Inventory-Tracker/issues"
},
"homepage": "https://github.com/GoblinSharks2021/Medical-Practice-Inventory-Tracker#readme",
"dependencies": {
"@emotion/react": "^11.4.1",
"@emotion/styled": "^11.3.0",
"@material-ui/core": "^4.12.3",
"@mui/icons-material": "^5.0.1",
"@mui/material": "^5.0.1",
"@mui/styled-engine": "^5.0.1",
"@mui/styles": "^5.0.1",
"@mui/x-data-grid": "^4.0.0",
"cors": "^2.8.5",
"dayjs": "^1.10.7",
"dotenv": "^10.0.0",
"express": "^4.17.1",
"pg": "^8.7.1",
"react": "^17.0.2",
"react-dom": "^17.0.2",
"react-router-dom": "^5.3.0",
"sass": "^1.42.1"
},
"devDependencies": {
"@babel/core": "^7.15.5",
"@babel/preset-react": "^7.14.5",
"babel-loader": "^8.2.2",
"css-loader": "^6.3.0",
"html-loader": "^2.1.2",
"html-webpack-plugin": "^5.3.2",
"nodemon": "^2.0.12",
"sass-loader": "^12.1.0",
"style-loader": "^3.3.0",
"webpack": "^5.53.0",
"webpack-cli": "^4.8.0",
"webpack-dev-server": "^4.2.1"
}
}