-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathpackage.json
More file actions
41 lines (41 loc) · 1.23 KB
/
Copy pathpackage.json
File metadata and controls
41 lines (41 loc) · 1.23 KB
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
{
"name": "front-sanity-evaluation",
"description": "Next.js + Sanity: A Powerful Website Starter with Real-time Visual Editing",
"keywords": [
"Sanity",
"Next.js",
"Headless CMS",
"Visual Editing",
"Live Content API (LCAPI)",
"Real-time"
],
"homepage": "https://github.com/sanity-io/sanity-template-nextjs-clean#readme",
"bugs": {
"url": "https://github.com/sanity-io/sanity-template-nextjs-clean/issues"
},
"workspaces": [
"studio",
"frontend"
],
"scripts": {
"dev": "npm-run-all --parallel --print-label dev:*",
"dev:next": "npm run dev --workspace=frontend",
"dev:studio": "npm run dev --workspace=studio",
"format": "prettier --cache --write .",
"import-sample-data": "cd studio && sanity dataset import sample-data.tar.gz --replace",
"lint": "npm run lint --workspace=frontend",
"type-check": "npm run type-check --workspaces",
"storybook": "npm run storybook --workspace=frontend"
},
"prettier": "@sanity/prettier-config",
"devDependencies": {
"@sanity/prettier-config": "^2.0.2",
"npm-run-all2": "^5.0.2",
"prettier": "^3.7.3"
},
"dependencies": {
"autoprefixer": "^10.4.27",
"postcss": "^8.5.8",
"tailwindcss": "^3.4.19"
}
}