-
Notifications
You must be signed in to change notification settings - Fork 26
/
Copy pathpackage.json
40 lines (40 loc) · 974 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
36
37
38
39
40
{
"name": "blablconf",
"version": "4.0.0",
"private": true,
"scripts": {
"dev": "next dev",
"build": "next build",
"start": "next start",
"lint": "next lint",
"type-check": "tsc --noEmit"
},
"dependencies": {
"@next/third-parties": "^14.1.0",
"@types/node": "20.10.7",
"@types/react": "18.2.47",
"@types/react-dom": "18.2.18",
"@vercel/og": "^0.6.2",
"add-to-calendar-button": "^2.5.8",
"date-fns": "^3.3.1",
"eslint": "8.56.0",
"eslint-config-next": "14.0.4",
"firebase-admin": "^11.11.1",
"next": "14.0.4",
"next-seo": "^6.4.0",
"qs": "^6.11.2",
"react": "18.2.0",
"react-dom": "18.2.0",
"react-share": "^5.0.3",
"sal.js": "^0.8.5",
"typescript": "5.3.3",
"validator": "^13.11.0"
},
"devDependencies": {
"@types/qs": "^6.9.11",
"@types/validator": "^13.11.7",
"autoprefixer": "^10.4.16",
"postcss": "^8.4.33",
"tailwindcss": "^3.4.1"
}
}