-
Notifications
You must be signed in to change notification settings - Fork 0
/
package.json
43 lines (43 loc) · 1.07 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
{
"name": "funnels",
"version": "0.1.0",
"private": true,
"scripts": {
"dev": "next dev",
"build": "next build",
"start": "next start",
"lint": "next lint",
"e2e:ci": "playwright test",
"e2e:ui": "playwright test --ui"
},
"dependencies": {
"@chakra-ui/next-js": "^2.4.2",
"@chakra-ui/react": "^2.10.2",
"@emotion/react": "^11.13.3",
"@emotion/styled": "^11.13.0",
"@icons-pack/react-simple-icons": "^10.0.0",
"@react-hookz/web": "^24.0.4",
"file-saver": "^2.0.5",
"framer-motion": "^11.11.7",
"lucide-react": "^0.451.0",
"nanoid": "^5.0.7",
"next": "14.2.15",
"react": "^18",
"react-dom": "^18",
"react-dropzone": "^14.2.9",
"react-hook-form": "^7.53.0",
"remeda": "^2.17.4",
"zod": "^3.24.1",
"zustand": "^5.0.0-rc.2"
},
"devDependencies": {
"@playwright/test": "^1.48.0",
"@types/file-saver": "^2.0.7",
"@types/node": "^20",
"@types/react": "^18",
"@types/react-dom": "^18",
"eslint": "^8",
"eslint-config-next": "14.2.15",
"typescript": "^5"
}
}