-
Notifications
You must be signed in to change notification settings - Fork 0
/
package.json
42 lines (42 loc) · 1.33 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
{
"name": "sanity-template-nextjs-ecommerce",
"version": "1.0.0",
"private": true,
"description": "Sanity.io and Next.js Ecommerce Starter template",
"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",
"postinstall": "lerna bootstrap",
"check-template": "sanity-template check"
},
"repository": {
"type": "git",
"url": "git+https://github.com/sanity-io/sanity-template-nextjs-ecommerce.git"
},
"dependencies": {
"@sanity/client": "^2.0.1",
"@sanity/image-url": "^0.140.19",
"next": "^10.0.1",
"next-sanity": "^0.1.8",
"react": "^17.0.1",
"react-dom": "^17.0.1"
},
"devDependencies": {
"@sanity/cli": "^2.0.9",
"concurrently": "^5.3.0",
"lerna": "^3.22.1",
"postcss-flexbugs-fixes": "4.2.1",
"postcss-preset-env": "^6.7.0",
"prettier": "^2.1.2",
"sanity-template": "^2.1.1",
"tailwindcss": "^1.9.6"
},
"keywords": [],
"author": "Sanity.io <[email protected]>",
"license": "MIT",
"bugs": {
"url": "https://github.com/sanity-io/sanity-template-nextjs-ecommerce/issues"
},
"homepage": "https://github.com/sanity-io/sanity-template-nextjs-ecommerce#readme"
}