-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathpackage.json
32 lines (32 loc) · 938 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-bigcommerce-editorial",
"version": "0.1.0",
"private": true,
"scripts": {
"dev": "concurrently \"next\" \"cd studio && sanity start\"",
"start": "next start",
"build": "npm run build:sanity && npm run build:web",
"build:web": "next build",
"build:sanity": "cd studio && npx sanity build ../public/studio -y && cd ..",
"postinstall": "lerna bootstrap"
},
"dependencies": {
"@sanity/block-content-to-react": "^2.0.7",
"@sanity/client": "^2.1.4",
"@sanity/image-url": "^0.140.19",
"@sanity/ui": "^0.33.9",
"lerna": "^4.0.0",
"next": "^10.0.4",
"next-sanity": "^0.1.8",
"react": "^17.0.1",
"react-dom": "^17.0.1",
"react-icons": "^4.2.0",
"styled-components": "^5.2.1"
},
"devDependencies": {
"@types/node": "^14.14.20",
"@types/react": "^17.0.0",
"@types/styled-components": "^5.1.8",
"typescript": "^4.1.3"
}
}