-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathpackage.json
More file actions
49 lines (49 loc) · 1.36 KB
/
package.json
File metadata and controls
49 lines (49 loc) · 1.36 KB
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
{
"private": true,
"scripts": {
"dev": "next dev",
"build": "next build",
"start": "next start",
"test": "vitest"
},
"dependencies": {
"@headlessui/react": "^1.7.13",
"next": "latest",
"next-sanity": "^4.1.2",
"next-seo": "^5.15.0",
"next-themes": "^0.2.1",
"nprogress": "^0.2.0",
"react": "18.2.0",
"react-dom": "18.2.0",
"react-google-recaptcha": "^2.1.0",
"react-hook-form": "^7.43.1"
},
"devDependencies": {
"@emailjs/browser": "^3.10.0",
"@portabletext/react": "^2.0.1",
"@sanity/image-url": "^1.0.2",
"@testing-library/react": "^13.4.0",
"@types/node": "18.11.3",
"@types/nprogress": "^0.2.0",
"@types/react": "18.0.21",
"@types/react-dom": "18.0.6",
"@types/react-google-recaptcha": "^2.1.5",
"@typescript-eslint/eslint-plugin": "^5.50.0",
"@typescript-eslint/parser": "^5.50.0",
"@vitejs/plugin-react": "^3.1.0",
"autoprefixer": "^10.4.12",
"eslint": "^8.33.0",
"eslint-config-prettier": "^8.6.0",
"eslint-plugin-import-helpers": "^1.3.1",
"eslint-plugin-prettier": "^4.2.1",
"eslint-plugin-react": "^7.32.2",
"eslint-plugin-react-hooks": "^4.6.0",
"jsdom": "^21.1.0",
"postcss": "^8.4.18",
"prettier": "2.8.3",
"react-icons": "^4.7.1",
"tailwindcss": "^3.2.4",
"typescript": "4.9.4",
"vitest": "^0.28.4"
}
}