initialize sanity but studio on localhost not wokring
This commit is contained in:
38
studio/package.json
Normal file
38
studio/package.json
Normal file
@@ -0,0 +1,38 @@
|
||||
{
|
||||
"name": "briannelsondev",
|
||||
"private": true,
|
||||
"version": "1.0.0",
|
||||
"main": "package.json",
|
||||
"license": "UNLICENSED",
|
||||
"scripts": {
|
||||
"dev": "sanity dev",
|
||||
"start": "sanity start",
|
||||
"build": "sanity build",
|
||||
"deploy": "sanity deploy",
|
||||
"deploy-graphql": "sanity graphql deploy"
|
||||
},
|
||||
"keywords": [
|
||||
"sanity"
|
||||
],
|
||||
"dependencies": {
|
||||
"@sanity/code-input": "^6.0.1",
|
||||
"@sanity/vision": "^4.10.2",
|
||||
"react": "^19.1",
|
||||
"react-dom": "^19.1",
|
||||
"sanity": "^4.10.2",
|
||||
"styled-components": "^6.1.18"
|
||||
},
|
||||
"devDependencies": {
|
||||
"@sanity/eslint-config-studio": "^5.0.2",
|
||||
"@types/react": "^19.1",
|
||||
"eslint": "^9.28",
|
||||
"prettier": "^3.5",
|
||||
"typescript": "^5.8"
|
||||
},
|
||||
"prettier": {
|
||||
"semi": false,
|
||||
"printWidth": 100,
|
||||
"bracketSpacing": false,
|
||||
"singleQuote": true
|
||||
}
|
||||
}
|
||||
Reference in New Issue
Block a user