-
Notifications
You must be signed in to change notification settings - Fork 2
/
package.json
56 lines (56 loc) · 1.51 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
{
"name": "2test",
"version": "0.1.0",
"private": true,
"scripts": {
"dev": "next dev --port 3005",
"build": "next build",
"start": "next start --port 3005",
"lint": "next lint",
"format": "prettier --write \"**/*.{css,js,jsx,ts,tsx,json}\""
},
"dependencies": {
"@chakra-ui/icons": "^2.1.1",
"@chakra-ui/react": "^2.8.2",
"@emotion/react": "^11.13.0",
"@emotion/styled": "^11.13.0",
"@next/third-parties": "^14.2.9",
"@novu/framework": "^2.1.0",
"@novu/node": "^2.0.1",
"@novu/react": "^2.5.0",
"@paralleldrive/cuid2": "^2.2.2",
"@react-email/components": "0.0.22",
"axios": "^1.7.4",
"chakra-react-select": "^4.10.1",
"date-fns": "^3.6.0",
"framer-motion": "^11.5.4",
"next": "14.2.8",
"next-plausible": "^3.12.2",
"react": "^18",
"react-code-block": "^1.0.0",
"react-color-palette": "^7.3.0",
"react-dom": "^18",
"react-hook-form": "^7.53.0",
"react-icons": "^5.2.1",
"react-use": "^17.5.1",
"zod": "^3.23.8",
"zod-to-json-schema": "^3.23.2"
},
"devDependencies": {
"@playwright/test": "^1.48.1",
"@svgr/webpack": "^8.1.0",
"@types/node": "^20",
"@types/react": "^18",
"@types/react-dom": "^18",
"eslint": "^8",
"eslint-config-next": "14.2.5",
"eslint-config-prettier": "^9.1.0",
"file-loader": "^6.2.0",
"postcss": "^8",
"prettier": "^3.3.3",
"svgo-loader": "^4.0.0",
"tailwindcss": "^3.4.1",
"typescript": "^5",
"url-loader": "^4.1.1"
}
}