-
Notifications
You must be signed in to change notification settings - Fork 0
/
package.json
49 lines (49 loc) · 1.36 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
{
"name": "peak-strength-lp",
"private": true,
"scripts": {
"dev": "next dev",
"build": "next build",
"start": "next start",
"lint": "next lint",
"analyze": "cross-env ANALYZE=true next build"
},
"dependencies": {
"@hookform/resolvers": "^2.9.7",
"@radix-ui/react-dialog": "^1.0.0",
"@radix-ui/react-slot": "^1.0.0",
"@radix-ui/react-toggle-group": "^1.0.0",
"axios": "^0.27.2",
"classnames": "^2.3.1",
"embla-carousel-react": "^7.0.1",
"framer-motion": "^7.2.0",
"next": "latest",
"next-auth": "^4.10.3",
"react": "18.1.0",
"react-dom": "18.1.0",
"react-hook-form": "^7.34.0",
"yup": "^0.32.11"
},
"devDependencies": {
"@next/bundle-analyzer": "^12.2.5",
"@tailwindcss/forms": "^0.5.2",
"@types/node": "17.0.35",
"@types/react": "18.0.9",
"@types/react-dom": "18.0.5",
"@typescript-eslint/eslint-plugin": "^5.33.1",
"@typescript-eslint/parser": "^5.33.1",
"autoprefixer": "^10.4.7",
"cross-env": "^7.0.3",
"eslint": "8.19.0",
"eslint-config-next": "^12.2.5",
"postcss": "^8.4.14",
"prettier": "^2.7.1",
"prettier-plugin-tailwindcss": "^0.1.12",
"sharp": "^0.30.7",
"tailwind-merge": "^1.4.0",
"tailwindcss": "^3.1.2",
"tailwindcss-radix": "^2.3.1",
"typescript": "4.7.2",
"typescript-plugin-css-modules": "^3.4.0"
}
}