-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathpackage.json
More file actions
31 lines (31 loc) · 915 Bytes
/
Copy pathpackage.json
File metadata and controls
31 lines (31 loc) · 915 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
30
31
{
"name": "overbooked",
"version": "1.0.0",
"description": "This README would normally document whatever steps are necessary to get your application up and running.",
"main": "index.js",
"scripts": {
"test": "echo \"Error: no test specified\" && exit 1"
},
"repository": {
"type": "git",
"url": "git+https://morhun0@bitbucket.org/overbooked-team20/overbooked.git"
},
"keywords": [],
"author": "",
"license": "ISC",
"bugs": {
"url": "https://bitbucket.org/overbooked-team20/overbooked/issues"
},
"homepage": "https://bitbucket.org/overbooked-team20/overbooked#readme",
"dependencies": {
"@chakra-ui/react": "^2.0.2",
"@mui/x-data-grid": "^5.11.1",
"axios": "^0.27.2",
"framer-motion": "^6.3.10",
"mongoose": "^6.2.10",
"mongoose-double": "^0.0.1",
"react-select": "^5.3.2",
"react-slick": "^0.29.0",
"react-to-print": "^2.14.7"
}
}