-
Notifications
You must be signed in to change notification settings - Fork 6
/
package.json
56 lines (56 loc) · 1.54 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
43
44
45
46
47
48
49
50
51
52
53
54
55
56
{
"private": true,
"engines": {
"node": ">=20"
},
"scripts": {
"dev": "next dev --turbo",
"build": "next build",
"start": "next start",
"prettier": "prettier --write --ignore-unknown .",
"prettier:check": "prettier --check --ignore-unknown .",
"test": "pnpm prettier:check"
},
"dependencies": {
"@headlessui/react": "^2.1.2",
"@heroicons/react": "^2.1.5",
"clsx": "^2.1.1",
"geist": "^1.3.1",
"next": "15.0.0-canary.113",
"react": "19.0.0-rc-3208e73e-20240730",
"react-dom": "19.0.0-rc-3208e73e-20240730",
"next-themes": "^0.2.1",
"react-bricks": "^4.5.1",
"dayjs": "^1.11.7",
"email-validator": "^2.0.4",
"jsonp": "^0.2.1",
"pigeon-maps": "^0.21.3",
"prism-theme-night-owl": "^1.4.0",
"prismjs": "^1.29.0",
"react-image-crop": "^10.1.5",
"react-modal": "^3.16.1",
"react-slick": "^0.30.2",
"react-tweet": "^3.2.0",
"slick-carousel": "^1.8.1",
"sonner": "^1.5.0",
"uuid": "^9.0.0"
},
"devDependencies": {
"@tailwindcss/container-queries": "^0.1.1",
"@tailwindcss/forms": "^0.5.7",
"@tailwindcss/typography": "^0.5.13",
"@types/node": "20.14.12",
"@types/react": "18.3.3",
"@types/react-dom": "18.3.0",
"@types/jsonp": "^0.2.3",
"@types/prismjs": "^1.26.3",
"@types/react-slick": "^0.23.13",
"autoprefixer": "^10.4.19",
"postcss": "^8.4.39",
"prettier": "3.3.3",
"prettier-plugin-tailwindcss": "^0.6.5",
"tailwindcss": "^3.4.6",
"typescript": "5.5.4"
},
"packageManager": "[email protected]"
}