-
Notifications
You must be signed in to change notification settings - Fork 30
/
Copy pathpackage.json
34 lines (34 loc) · 857 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
33
34
{
"name": "appwrite",
"version": "0.1.0",
"private": true,
"scripts": {
"dev": "next dev",
"build": "next build",
"start": "next start",
"lint": "next lint"
},
"dependencies": {
"@atlaskit/modal-dialog": "^12.2.6",
"@fullcalendar/common": "^5.11.0",
"@fullcalendar/daygrid": "^5.11.0",
"@fullcalendar/interaction": "^5.11.0",
"@fullcalendar/react": "^5.11.1",
"@fullcalendar/timegrid": "^5.11.0",
"appwrite": "^7.0.0",
"dayjs": "^1.11.2",
"next": "12.1.5",
"next-transpile-modules": "^9.0.0",
"react": "18.0.0",
"react-beautiful-dnd": "^13.1.0",
"react-dom": "18.0.0",
"react-hook-form": "^7.30.0",
"recoil": "^0.7.2",
"recoil-persist": "^4.1.0",
"url-slug": "^3.0.3"
},
"devDependencies": {
"eslint": "8.13.0",
"eslint-config-next": "12.1.5"
}
}