-
Notifications
You must be signed in to change notification settings - Fork 0
/
package.json
32 lines (32 loc) · 996 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
{
"name": "sanity-template-nextjs-ecommerce-example",
"version": "0.0.0",
"private": true,
"scripts": {
"dev": "concurrently \"next --port $PORT\" \"cd studio && sanity start\"",
"build": "echo 'Building Sanity to public/studio…' && cd studio && sanity build ../public/studio -y && cd .. && next build",
"start": "vercel dev",
"start:sanity": "cp .env ./studio/.env.development && cd studio && sanity start",
"postinstall": "lerna bootstrap"
},
"dependencies": {
"@sanity/cli": "^2.0.5",
"@sanity/image-url": "^0.140.19",
"next": "latest",
"next-sanity": "^0.1.5",
"react": "16.14.0",
"react-dom": "16.14.0"
},
"devDependencies": {
"@sanity/client": "^2.0.1",
"concurrently": "^5.3.0",
"lerna": "^3.22.1",
"postcss-flexbugs-fixes": "4.2.1",
"postcss-preset-env": "^6.7.0",
"prettier": "^2.1.2",
"tailwindcss": "^1.9.6"
},
"keywords": [],
"author": "Sanity.io <hello@sanity.io>",
"license": "MIT"
}