-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathpackage.json
46 lines (46 loc) · 1.16 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
{
"name": "open-events-web",
"scripts": {
"dev": "next",
"build": "next build",
"start": "next start",
"postinstall": "patch-package"
},
"dependencies": {
"antd": "^3.16.6",
"async-busboy": "^1.1.0",
"basic-auth": "^2.0.1",
"classnames": "^2.2.6",
"form-data": "^4.0.0",
"googleapis": "^37.2.0",
"immutable": "^4.1.0",
"js-base64": "^2.5.1",
"magic-grid": "^3.2.4",
"magic-grid-react": "^0.3.1",
"mailgun.js": "^8.0.2",
"moment": "^2.24.0",
"next": "^14.1.0",
"next-use-contextual-routing": "^3.0.2",
"react": "^18.2.0",
"react-big-calendar": "^0.20.3",
"react-dom": "^18.2.0",
"react-easy-crop": "^1.16.1",
"react-google-maps": "^9.4.5",
"react-query": "^3.39.3",
"react-responsive-modal": "^6.4.2",
"rrule": "^2.6.2",
"slate": "^0.45.1",
"slate-react": "^0.21.21",
"universal-cookie": "^7.0.2",
"xmlbuilder": "^13.0.2"
},
"devDependencies": {
"@types/node": "18.11.9",
"autoprefixer": "^10.4.17",
"patch-package": "^6.5.0",
"postcss": "^8.4.35",
"prettier": "^2.7.1",
"tailwindcss": "^3.4.1",
"typescript": "4.9.3"
}
}