-
Notifications
You must be signed in to change notification settings - Fork 0
/
package.json
47 lines (47 loc) · 1.12 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
{
"name": "resbin",
"version": "0.1.0",
"private": true,
"scripts": {
"dev": "next dev",
"build": "next build",
"start": "next start",
"lint": "next lint"
},
"babelMacros": {
"twin": {
"preset": "styled-components"
}
},
"dependencies": {
"@hookform/resolvers": "^2.9.1",
"@tailwindcss/typography": "^0.5.2",
"cache": "^2.3.1",
"ioredis": "^5.0.6",
"ky": "^0.30.0",
"lru": "^3.1.0",
"lru-cache": "^7.10.1",
"nanoid": "^4.0.0",
"next": "12.1.6",
"nextjs-cors": "^2.1.1",
"react": "18.2.0",
"react-dom": "18.2.0",
"react-google-recaptcha": "^2.1.0",
"react-hook-form": "^7.32.2",
"react-hot-toast": "^2.2.0",
"styled-components": "^5.3.5",
"tabler-icons-react": "^1.50.0",
"zod": "^3.17.3"
},
"devDependencies": {
"@tailwindcss/forms": "^0.5.2",
"babel-plugin-macros": "^3.1.0",
"babel-plugin-twin": "^1.0.2",
"eslint": "8.18.0",
"eslint-config-airbnb": "^19.0.4",
"eslint-config-next": "12.1.6",
"eslint-config-prettier": "^8.5.0",
"tailwindcss": "^3.1.3",
"twin.macro": "^3.0.0-rc.2"
}
}