-
Notifications
You must be signed in to change notification settings - Fork 0
/
package.json
62 lines (62 loc) · 1.74 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
62
{
"name": "coderscrew-website",
"version": "0.1.0",
"private": true,
"scripts": {
"dev": "next dev",
"build": "next build",
"start": "next start",
"lint": "next lint",
"format": "prettier --write ./src",
"sb": "storybook dev -p 6006",
"build-storybook": "storybook build",
"postinstall": "husky install"
},
"dependencies": {
"@hookform/resolvers": "^3.1.1",
"@tailwindcss/forms": "^0.5.3",
"graphql": "16.6.0",
"graphql-request": "6.1.0",
"gray-matter": "^4.0.3",
"next": "13.4.4",
"next-seo": "6.0.0",
"react": "18.2.0",
"react-dom": "18.2.0",
"react-hook-form": "^7.45.2",
"react-markdown": "^8.0.7",
"tailwind-merge": "1.12.0",
"yup": "^1.2.0",
"zod": "^3.21.4"
},
"devDependencies": {
"@commitlint/cli": "17.6.5",
"@commitlint/config-conventional": "17.6.5",
"@storybook/addon-essentials": "7.0.18",
"@storybook/addon-interactions": "7.0.18",
"@storybook/addon-links": "7.0.18",
"@storybook/blocks": "7.0.18",
"@storybook/nextjs": "7.0.18",
"@storybook/react": "7.0.18",
"@storybook/testing-library": "0.1.0",
"@svgr/webpack": "8.0.1",
"@types/node": "20.2.5",
"@types/react": "18.2.7",
"@types/react-dom": "18.2.4",
"autoprefixer": "10.4.14",
"chromatic": "6.18.0",
"eslint": "8.41.0",
"eslint-config-next": "13.4.4",
"eslint-plugin-simple-import-sort": "^10.0.0",
"eslint-plugin-storybook": "0.6.12",
"husky": "8.0.3",
"lint-staged": "13.2.2",
"postcss": "8.4.24",
"prettier": "2.8.8",
"prettier-plugin-tailwindcss": "0.3.0",
"raw-loader": "^4.0.2",
"storybook": "7.0.18",
"tailwind-clip-path": "1.0.0",
"tailwindcss": "3.3.2",
"typescript": "5.0.4"
}
}