-
Notifications
You must be signed in to change notification settings - Fork 1
/
package.json
44 lines (44 loc) · 1.08 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
{
"name": "bookin",
"version": "0.1.0",
"private": true,
"scripts": {
"dev": "next dev",
"build": "next build",
"start": "next start",
"lint": "next lint"
},
"dependencies": {
"@date-io/date-fns": "^2.16.0",
"@emotion/react": "^11.10.6",
"@emotion/styled": "^11.10.6",
"@material-ui/core": "^4.12.4",
"@material-ui/pickers": "^3.3.10",
"@mui/icons-material": "^5.11.11",
"@mui/material": "^5.11.14",
"@types/node": "18.15.10",
"@types/react": "18.0.29",
"@types/react-dom": "18.0.11",
"abortcontroller-polyfill": "^1.7.5",
"bootstrap": "^5.2.3",
"date-fns": "^2.29.3",
"express": "^4.18.2",
"fs": "^0.0.1-security",
"net": "^1.0.2",
"next": "13.2.4",
"pg": "^8.10.0",
"pg-native": "^3.0.1",
"react": "^18.2.0",
"react-bootstrap": "^2.7.2",
"react-calendar": "^4.1.0",
"react-date-range": "^1.4.0",
"react-dom": "18.2.0",
"react-router-dom": "^6.9.0",
"tls": "^0.0.1",
"typescript": "5.0.2",
"uuid": "^9.0.0"
},
"devDependencies": {
"@types/pg": "^8.6.6"
}
}