-
Notifications
You must be signed in to change notification settings - Fork 0
/
package.json
42 lines (42 loc) · 1.13 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": "wadadli",
"version": "0.2.0",
"private": true,
"scripts": {
"preinstall": "npx only-allow pnpm",
"dev": "next dev",
"build": "next build",
"start": "next start",
"lint": "next lint"
},
"dependencies": {
"@builder.io/partytown": "^0.7.6",
"@headlessui/react": "^1.7.14",
"@heroicons/react": "^2.0.17",
"@react-google-maps/api": "^2.18.1",
"@tailwindcss/container-queries": "^0.1.1",
"eslint-plugin-tailwindcss": "^3.11.0",
"framer-motion": "^10.12.7",
"lottie-react": "^2.4.0",
"next": "^13.3.4",
"react": "^18.2.0",
"react-dom": "^18.2.0",
"react-hook-form": "^7.43.9",
"react-social-icons": "^5.15.0",
"react-use-keypress": "^1.3.1",
"use-mailchimp-form": "^3.1.0"
},
"devDependencies": {
"@tailwindcss/aspect-ratio": "^0.4.2",
"@types/node": "18.15.0",
"@types/react": "18.0.28",
"@types/react-dom": "18.0.11",
"autoprefixer": "^10.4.14",
"eslint": "8.35.0",
"eslint-config-next": "^13.3.4",
"postcss": "^8.4.23",
"tailwind-scrollbar": "^2.1.0",
"tailwindcss": "^3.3.2",
"typescript": "4.9.5"
}
}