-
Notifications
You must be signed in to change notification settings - Fork 1
Expand file tree
/
Copy pathpackage.json
More file actions
43 lines (43 loc) · 1.24 KB
/
package.json
File metadata and controls
43 lines (43 loc) · 1.24 KB
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
{
"name": "@helpwave/landing-page",
"version": "0.1.0",
"private": true,
"type": "module",
"scripts": {
"dev": "next dev --turbopack",
"build-intl": "npx build-intl -f -i ./i18n/locales -o ./i18n/translations.ts -n landingPageTranslation",
"build": "npm run build-intl & next build",
"start": "next start",
"lint": "tsc --noEmit && eslint ."
},
"dependencies": {
"@helpwave/hightide": "0.1.48",
"@helpwave/internationalization": "0.3.0",
"@radix-ui/react-checkbox": "1.1.3",
"@tailwindcss/cli": "4.1.7",
"@tailwindcss/postcss": "4.1.3",
"@tanstack/react-query": "4.36.1",
"clsx": "2.1.1",
"csstype": "3.1.3",
"framer-motion": "^11.11.17",
"lucide-react": "0.468.0",
"next": "^15.5.7",
"postcss": "8.5.3",
"postcss-cli": "11.0.1",
"react": "18.3.1",
"react-custom-scrollbars-2": "4.5.0",
"react-dom": "18.3.1",
"react-hot-toast": "2.4.1",
"react-intersection-observer": "9.14.0",
"tailwindcss": "4.1.3",
"vanilla-cookieconsent": "3.0.1"
},
"devDependencies": {
"@helpwave/eslint-config": "0.0.11",
"@types/node": "20.17.10",
"@types/react": "18.3.17",
"@types/react-dom": "18.3.5",
"eslint": "9.39.1",
"typescript": "5.7.2"
}
}