forked from FindAlphaa/Mapping101
-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathpackage.json
More file actions
29 lines (29 loc) · 756 Bytes
/
package.json
File metadata and controls
29 lines (29 loc) · 756 Bytes
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
{
"scripts": {
"server": "cd server && nodemon app.js",
"client": "cd client && npm run start",
"start": "concurrently --kill-others-on-fail \"npm run server\" \"npm run client\""
},
"dependencies": {
"@fortawesome/free-solid-svg-icons": "^6.4.2",
"@fortawesome/react-fontawesome": "^0.2.0",
"ag-charts-react": "^8.1.0",
"axios": "^1.4.0",
"chart.js": "^4.3.3",
"concurrently": "^8.2.0",
"cors": "^2.8.5",
"d3": "^7.8.5",
"dotenv": "^16.3.1",
"express": "^4.18.2",
"mongoose": "^7.4.3",
"morgan": "^1.10.0",
"react-chartjs-2": "^5.2.0",
"react-router-dom": "^6.15.0",
"react-scripts": "^5.0.1",
"react-spinners": "^0.13.8"
},
"devDependencies": {
"eslint-config-react-app": "^7.0.1",
"nodemon": "^3.0.1"
}
}