-
Notifications
You must be signed in to change notification settings - Fork 35
/
Copy pathpackage.json
36 lines (36 loc) · 1.02 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
{
"private": true,
"scripts": {
"dev": "next dev",
"prebuild": "echo 'Building Sanity to public/studio' && cd studio && yarn && npx @sanity/cli build ../public/studio -y && echo 'Done'",
"build": "next build",
"start": "next start",
"sanity": "cd studio && sanity start",
"lint": "next lint"
},
"dependencies": {
"@headlessui/react": "^1.6.6",
"@portabletext/react": "^1.0.6",
"@radix-ui/react-icons": "^1.1.1",
"@sanity/block-content-to-react": "^3.0.0",
"@tailwindcss/typography": "^0.5.2",
"date-fns": "^2.28.0",
"next": "^12.1.6",
"next-sanity": "^0.5.2",
"next-sanity-image": "^3.2.1",
"next-seo": "^5.4.0",
"next-themes": "^0.2.0",
"react": "^18.1.0",
"react-dom": "^18.1.0",
"react-refractor": "^2.1.7",
"speakingurl": "^14.0.1"
},
"devDependencies": {
"autoprefixer": "^10.4.7",
"eslint": "^8.14.0",
"eslint-config-next": "^12.1.6",
"eslint-config-sanity": "^6.0.0",
"postcss": "^8.4.13",
"tailwindcss": "^3.1.4"
}
}