-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathpackage.json
61 lines (61 loc) · 1.86 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
50
51
52
53
54
55
56
57
58
59
60
61
{
"name": "joeyyax.com-frontend",
"version": "0.1.0",
"private": false,
"scripts": {
"dev": "next dev",
"build": "next build",
"postbuild": "next-sitemap",
"start": "next start",
"lint": "next lint",
"precommit": "lint-staged",
"prettier": "prettier --write .",
"cypress": "cypress open",
"cypress.save": "cypress open",
"cypress.headless": "cypress run",
"e2e": "start-server-and-test dev http://localhost:3000 cypress",
"e2e.headless": "start-server-and-test dev http://localhost:3000 cypress.headless"
},
"dependencies": {
"@next/font": "^13.0.5",
"@portabletext/react": "^2.0.0",
"@react-hook/window-scroll": "^1.3.0",
"@react-hook/window-size": "^3.1.1",
"@sanity/client": "^3.4.1",
"@types/node": "18.11.9",
"@types/react": "18.0.25",
"@types/react-dom": "18.0.9",
"@web3forms/react": "^1.1.3",
"classnames": "^2.3.2",
"eslint-config-next": "13.0.5",
"framer-motion": "^7.6.15",
"groq": "^2.33.2",
"next": "13.0.5",
"next-sitemap": "^3.1.32",
"react": "18.2.0",
"react-dom": "18.2.0",
"react-hook-form": "^7.39.7",
"react-icons": "^4.6.0",
"typescript": "4.9.3"
},
"devDependencies": {
"@tailwindcss/typography": "^0.5.8",
"@trivago/prettier-plugin-sort-imports": "^4.0.0",
"@typescript-eslint/eslint-plugin": "^5.45.0",
"@typescript-eslint/parser": "^5.45.0",
"autoprefixer": "^10.4.13",
"cypress": "^11.2.0",
"eslint": "^8.28.0",
"eslint-config-prettier": "^8.5.0",
"eslint-plugin-simple-import-sort": "^8.0.0",
"eslint-plugin-tailwindcss": "^3.7.0",
"eslint-plugin-unused-imports": "^2.0.0",
"husky": "^8.0.2",
"lint-staged": "^13.0.4",
"postcss": "^8.4.19",
"prettier": "^2.8.0",
"start-server-and-test": "^1.14.0",
"tailwind-merge": "^1.8.0",
"tailwindcss": "^3.2.4"
}
}