generated from sanity-io/template-nextjs-personal-website
-
Notifications
You must be signed in to change notification settings - Fork 37
/
Copy pathpackage.json
64 lines (64 loc) · 1.88 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
63
64
{
"private": true,
"scripts": {
"build": "next build",
"dev": "next",
"format": "npx prettier --write . --ignore-path .gitignore",
"lint": "next lint -- --ignore-path .gitignore",
"lint:fix": "npm run format && npm run lint -- --fix",
"start": "next start",
"type-check": "tsc --noEmit",
"storybook": "storybook dev -p 6006",
"build-storybook": "storybook build"
},
"prettier": {
"semi": false,
"singleQuote": true
},
"dependencies": {
"@next/font": "13.3.1",
"@portabletext/react": "3.0.0",
"@sanity/demo": "1.0.2",
"@sanity/image-url": "1.0.2",
"@sanity/vision": "3.9.0",
"@tailwindcss/typography": "0.5.9",
"@vercel/og": "0.5.4",
"classnames": "2.3.2",
"date-fns": "2.29.3",
"intl-segmenter-polyfill": "0.4.4",
"next": "13.3.1",
"next-google-fonts": "2.2.0",
"next-sanity": "4.2.0",
"phosphor-react": "^1.4.1",
"react": "18.2.0",
"react-dom": "18.2.0",
"react-is": "18.2.0",
"sanity": "3.9.0",
"sanity-plugin-asset-source-unsplash": "1.0.6",
"sanity-plugin-media": "^2.0.5",
"server-only": "0.0.1",
"styled-components": "5.3.10",
"suspend-react": "0.0.9"
},
"devDependencies": {
"@storybook/addon-essentials": "^7.0.11",
"@storybook/addon-interactions": "^7.0.11",
"@storybook/addon-links": "^7.0.11",
"@storybook/blocks": "^7.0.11",
"@storybook/nextjs": "^7.0.11",
"@storybook/react": "^7.0.11",
"@storybook/testing-library": "^0.0.14-next.2",
"@types/react": "18.2.0",
"autoprefixer": "^10.4.13",
"eslint": "^8.29.0",
"eslint-config-next": "13.3.1",
"eslint-plugin-storybook": "^0.6.12",
"postcss": "^8.4.19",
"prettier": "^2.8.1",
"prettier-plugin-packagejson": "^2.3.0",
"prettier-plugin-tailwindcss": "^0.2.0",
"storybook": "^7.0.11",
"tailwindcss": "3.3.2",
"typescript": "^5.0.0"
}
}