-
Notifications
You must be signed in to change notification settings - Fork 0
/
package.json
33 lines (33 loc) · 960 Bytes
/
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
{
"name": "cms-sanity",
"version": "1.0.0",
"scripts": {
"dev": "next",
"build": "npm run build:sanity && pwd && npm run build:web",
"build:web": "next build",
"start:web": "next start",
"build:sanity": "cd studio && sanity build ../public/studio -y && cd ..",
"start:sanity": "cp .env ./studio/.env.development && cd studio && sanity start",
"postinstall": "lerna bootstrap"
},
"dependencies": {
"@sanity/block-content-to-react": "^2.0.7",
"@sanity/client": "^2.8.0",
"@sanity/image-url": "^0.140.19",
"classnames": "^2.2.6",
"date-fns": "^2.15.0",
"next": "^10.2.0",
"next-sanity": "^0.1.5",
"react": "^17.0.2",
"react-dom": "^17.0.2",
"react-hook-form": "^7.3.6",
"swr": "^0.5.5"
},
"devDependencies": {
"@fullhuman/postcss-purgecss": "^4.0.3",
"@sanity/cli": "^2.0.5",
"lerna": "^4.0.0",
"postcss-preset-env": "^6.7.0",
"tailwindcss": "^2.1.2"
}
}