generated from sanity-io/nextjs-blog-cms-sanity-v3
-
Notifications
You must be signed in to change notification settings - Fork 76
/
Copy pathpackage.json
29 lines (29 loc) · 828 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
{
"name": "sanity-template-nextjs-clean",
"description": "Next.js + Sanity: A Powerful Website Starter with Real-time Visual Editing",
"scripts": {
"dev": "npm-run-all --parallel dev:*",
"dev:next": "npm run dev --workspace=nextjs-app",
"dev:studio": "npm run dev --workspace=studio",
"import-sample-data": "cd studio && sanity dataset import sample-data.tar.gz --replace"
},
"keywords": [
"Sanity",
"Next.js",
"Headless CMS",
"Visual Editing",
"Live Content API (LCAPI)",
"Real-time"
],
"bugs": {
"url": "https://github.com/sanity-io/sanity-template-nextjs-clean/issues"
},
"homepage": "https://github.com/sanity-io/sanity-template-nextjs-clean#readme",
"workspaces": [
"studio",
"nextjs-app"
],
"devDependencies": {
"npm-run-all": "^4.1.5"
}
}