forked from Caribe-Dev/caribe-page
-
Notifications
You must be signed in to change notification settings - Fork 0
/
package.json
34 lines (34 loc) · 805 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": "caribe-dev-website",
"version": "0.1.0",
"private": true,
"scripts": {
"dev": "next dev",
"build": "next build",
"start": "next start",
"lint": "next lint"
},
"dependencies": {
"@googleapis/calendar": "9.7.9",
"@next/third-parties": "^15.0.1",
"autoprefixer": "10.4.20",
"cheerio": "1.0.0-rc.12",
"classnames": "2.5.1",
"date-fns": "4.1.0",
"eslint": "9.11.1",
"eslint-config-next": "14.2.14",
"firebase": "^11.0.1",
"firebase-admin": "^13.0.0",
"next": "^14.2.14",
"postcss": "8.4.47",
"react": "^18.3.1",
"react-dom": "^18.3.1",
"react-icons": "5.3.0",
"react-slick": "0.30.2",
"slick-carousel": "1.8.1",
"tailwindcss": "3.4.13"
},
"devDependencies": {
"@svgr/webpack": "8.1.0"
}
}