-
Notifications
You must be signed in to change notification settings - Fork 9
/
package.json
40 lines (40 loc) · 1.01 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
{
"name": "landing-page",
"version": "1.1.0",
"private": true,
"scripts": {
"dev": "next dev --port 3000",
"build": "next build",
"start": "next start"
},
"dependencies": {
"@hcaptcha/react-hcaptcha": "^1.8.1",
"@heroicons/react": "^2.0.16",
"@tanstack/react-query": "^4.24.10",
"axios": "^1.4.0",
"classnames": "^2.3.2",
"deepmerge": "^4.3.1",
"fathom-client": "^3.5.0",
"flowbite": "1.6.5",
"flowbite-react": "0.4.7",
"framer-motion": "^10.12.16",
"jotai": "^1.13.1",
"next": "13.3.0",
"next-intl": "^2.15.1",
"react": "^18.2.0",
"react-dom": "^18.2.0"
},
"devDependencies": {
"@trivago/prettier-plugin-sort-imports": "^4.1.0",
"@types/node": "^17.0.45",
"@types/react": "^18.2.0",
"@types/react-dom": "^18.2.0",
"autoprefixer": "^10.4.13",
"postcss": "^8.4.21",
"prettier": "^2.8.4",
"prettier-plugin-tailwindcss": "^0.2.4",
"tailwindcss": "^3.3.1",
"tslib": "^2.5.0",
"typescript": "^5.0.4"
}
}