-
Notifications
You must be signed in to change notification settings - Fork 4
/
package.json
72 lines (72 loc) · 2.17 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
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
{
"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": {
"@devexpress/dx-react-chart": "^2.7.6",
"@devexpress/dx-react-chart-material-ui": "^2.7.6",
"@devexpress/dx-react-core": "^2.7.6",
"@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",
"@reduxjs/toolkit": "^1.6.2",
"bcryptjs": "^2.4.3",
"body-parser": "^1.19.0",
"chart.js": "^3.5.1",
"cookie-parser": "^1.4.5",
"cors": "^2.8.5",
"dayjs": "^1.10.7",
"dotenv": "^10.0.0",
"express": "^4.17.1",
"express-session": "^1.17.2",
"mongoose": "^6.0.10",
"passport": "^0.5.0",
"passport-local": "^1.0.0",
"pg": "^8.7.1",
"pg-format": "^1.0.4",
"react": "^17.0.2",
"react-chartjs-2": "^3.0.5",
"react-d3": "^0.4.0",
"react-dom": "^17.0.2",
"react-redux": "^7.2.5",
"react-router-dom": "^5.3.0",
"redux": "^4.1.1",
"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"
}
}