-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathpackage.json
More file actions
37 lines (37 loc) · 903 Bytes
/
package.json
File metadata and controls
37 lines (37 loc) · 903 Bytes
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
{
"name": "devfest",
"version": "0.1.0",
"private": true,
"scripts": {
"dev": "next dev",
"build": "next build",
"start": "next start",
"lint": "next lint",
"format": "prettier --write ."
},
"dependencies": {
"@formatjs/intl-localematcher": "^0.5.10",
"@heroicons/react": "^2.1.5",
"again": "^0.0.1",
"autoprefixer": "^10.4.21",
"next": "^15.3.3",
"next-intl": "^4.3.4",
"react": "^19.1.1",
"react-dom": "^19.1.1",
"react-icons": "^5.3.0",
"react-player": "^2.16.0",
"sharp": "^0.33.5",
"swiper": "^11.1.14",
"uuid": "^10.0.0"
},
"devDependencies": {
"@tailwindcss/postcss": "^4.1.15",
"@tailwindcss/typography": "^0.5.15",
"eslint": "^8",
"eslint-config-next": "^15.5.0",
"eslint-config-prettier": "^9.1.0",
"postcss": "^8.5.6",
"prettier": "^3.3.3",
"tailwindcss": "^4.1.12"
}
}