-
Notifications
You must be signed in to change notification settings - Fork 1
/
Copy pathpackage.json
35 lines (35 loc) · 858 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
35
{
"name": "curfew-calendar",
"version": "1.0.0",
"private": true,
"scripts": {
"dev": "next dev",
"build": "next build",
"start": "next start",
"lint": "next lint"
},
"dependencies": {
"@fullcalendar/daygrid": "^5.9.0",
"@fullcalendar/react": "^5.9.0",
"@headlessui/react": "^1.4.1",
"@heroicons/react": "^1.0.4",
"ical-expander": "^3.1.0",
"ical-generator": "^3.0.0",
"luxon": "^2.0.2",
"next": "^11.1.3",
"next-seo": "^4.28.1",
"react": "17.0.2",
"react-dom": "17.0.2",
"tippy.js": "^6.3.1"
},
"devDependencies": {
"autoprefixer": "^10.3.4",
"babel-plugin-inline-react-svg": "^2.0.1",
"eslint": "7.32.0",
"eslint-config-next": "11.1.2",
"next-transpile-modules": "^8.0.0",
"postcss": "^8.3.6",
"sass": "^1.42.1",
"tailwindcss": "^2.2.15"
}
}