-
Notifications
You must be signed in to change notification settings - Fork 2
/
package.json
32 lines (32 loc) · 902 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
{
"name": "Med-Plants",
"version": "1.0.0",
"description": "Hackaton Project Identification of medical plants through ML Model.",
"main": "index.js",
"type": "module",
"scripts": {
"start": "nodemon server.js",
"frontend": "npm start --prefix ./frontend",
"dev": "concurrently \"npm run start\" \"npm run frontend\""
},
"author": "TEAM-43",
"license": "ISC",
"dependencies": {
"@fortawesome/free-brands-svg-icons": "^6.4.2",
"@fortawesome/react-fontawesome": "^0.2.0",
"@mantine/core": "^6.0.20",
"@tensorflow/tfjs": "^4.11.0",
"bootstrap": "^5.3.2",
"colors": "^1.4.0",
"concurrently": "^8.2.1",
"cors": "^2.8.5",
"csvtojson": "^2.0.10",
"dotenv": "^16.3.1",
"express": "^4.18.2",
"mongoose": "^7.5.2",
"morgan": "^1.10.0",
"multer": "^1.4.5-lts.1",
"nodemon": "^3.0.1",
"react-dropzone": "^14.2.3"
}
}