-
Notifications
You must be signed in to change notification settings - Fork 0
/
package.json
42 lines (42 loc) · 1.06 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
{
"name": "web",
"private": true,
"engines": {
"node": "^20.x"
},
"scripts": {
"dev": "next dev --turbo",
"build": "next build",
"start": "next start -H 0.0.0.0 -p ${PORT:-8080}",
"lint": "next lint"
},
"dependencies": {
"@brainhubeu/react-carousel": "^2.0.4",
"@tailwindcss/typography": "^0.5.13",
"add": "^2.0.6",
"airtable": "^0.12.2",
"next": "^14.2.3",
"nextjs-progressbar": "^0.0.16",
"react": "^18.3.1",
"react-dom": "^18.3.1",
"react-markdown": "^9.0.1",
"react-player": "^2.16.0",
"react-responsive-carousel": "^3.2.23",
"sharp": "^0.33.4",
"yarn": "^1.22.22"
},
"devDependencies": {
"@types/brainhubeu__react-carousel": "^2.0.10",
"@types/node": "20.12.12",
"@types/react": "18.3.3",
"autoprefixer": "^10.4.19",
"eslint": "9",
"eslint-config-next": "^14.2.3",
"eslint-config-prettier": "^9.1.0",
"postcss": "^8.4.38",
"prettier": "^3.2.5",
"prettier-plugin-tailwindcss": "^0.5.14",
"tailwindcss": "^3.4.3",
"typescript": "5.4.5"
}
}