-
Notifications
You must be signed in to change notification settings - Fork 0
/
package.json
42 lines (42 loc) · 1.09 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
{
"name": "contact-simplifier",
"version": "0.1.0",
"private": true,
"scripts": {
"dev": "next dev",
"build": "next build",
"start": "next start",
"lint": "next lint"
},
"dependencies": {
"@radix-ui/react-accordion": "^1.1.1",
"@radix-ui/react-dialog": "^1.0.3",
"@radix-ui/react-icons": "^1.3.0",
"@tanstack/react-query": "^4.28.0",
"axios": "^1.3.4",
"eslint": "8.36.0",
"eslint-config-next": "13.2.4",
"framer-motion": "^10.9.1",
"moment": "^2.29.4",
"next": "13.2.4",
"nookies": "^2.5.2",
"react": "18.2.0",
"react-dom": "18.2.0",
"react-hook-form": "^7.43.8",
"react-loader-spinner": "^5.3.4",
"react-toastify": "^9.1.2",
"sharp": "^0.32.0",
"styled-components": "^6.0.0-beta.14",
"typescript": "5.0.2",
"yup": "^1.0.2"
},
"devDependencies": {
"@hookform/resolvers": "^3.0.0",
"@types/node": "18.15.10",
"@types/react": "18.0.29",
"@types/react-dom": "18.0.11",
"@types/styled-components": "^5.1.26",
"@types/yup": "^0.32.0",
"babel-plugin-styled-components": "^2.0.7"
}
}