chore: Add sanity
This commit is contained in:
parent
6703017264
commit
df55d11984
11 changed files with 7023 additions and 0 deletions
9
sanity/README.md
Normal file
9
sanity/README.md
Normal file
|
@ -0,0 +1,9 @@
|
||||||
|
# Sanity Clean Content Studio
|
||||||
|
|
||||||
|
Congratulations, you have now installed the Sanity Content Studio, an open source real-time content editing environment connected to the Sanity backend.
|
||||||
|
|
||||||
|
Now you can do the following things:
|
||||||
|
|
||||||
|
- [Read “getting started” in the docs](https://www.sanity.io/docs/introduction/getting-started?utm_source=readme)
|
||||||
|
- [Join the community Slack](https://slack.sanity.io/?utm_source=readme)
|
||||||
|
- [Extend and build plugins](https://www.sanity.io/docs/content-studio/extending?utm_source=readme)
|
6
sanity/config/.checksums
Normal file
6
sanity/config/.checksums
Normal file
|
@ -0,0 +1,6 @@
|
||||||
|
{
|
||||||
|
"#": "Used by Sanity to keep track of configuration file checksums, do not delete or modify!",
|
||||||
|
"@sanity/default-layout": "bb034f391ba508a6ca8cd971967cbedeb131c4d19b17b28a0895f32db5d568ea",
|
||||||
|
"@sanity/default-login": "6fb6d3800aa71346e1b84d95bbcaa287879456f2922372bb0294e30b968cd37f",
|
||||||
|
"@sanity/data-aspects": "d199e2c199b3e26cd28b68dc84d7fc01c9186bf5089580f2e2446994d36b3cb6"
|
||||||
|
}
|
3
sanity/config/@sanity/data-aspects.json
Normal file
3
sanity/config/@sanity/data-aspects.json
Normal file
|
@ -0,0 +1,3 @@
|
||||||
|
{
|
||||||
|
"listOptions": {}
|
||||||
|
}
|
6
sanity/config/@sanity/default-layout.json
Normal file
6
sanity/config/@sanity/default-layout.json
Normal file
|
@ -0,0 +1,6 @@
|
||||||
|
{
|
||||||
|
"toolSwitcher": {
|
||||||
|
"order": [],
|
||||||
|
"hidden": []
|
||||||
|
}
|
||||||
|
}
|
7
sanity/config/@sanity/default-login.json
Normal file
7
sanity/config/@sanity/default-login.json
Normal file
|
@ -0,0 +1,7 @@
|
||||||
|
{
|
||||||
|
"providers": {
|
||||||
|
"mode": "append",
|
||||||
|
"redirectOnSingle": false,
|
||||||
|
"entries": []
|
||||||
|
}
|
||||||
|
}
|
32
sanity/package.json
Normal file
32
sanity/package.json
Normal file
|
@ -0,0 +1,32 @@
|
||||||
|
{
|
||||||
|
"name": "materialthemechangelog",
|
||||||
|
"private": true,
|
||||||
|
"version": "1.0.0",
|
||||||
|
"description": "",
|
||||||
|
"main": "package.json",
|
||||||
|
"author": "Mattia Astorino <astorino.mattia@gmail.com>",
|
||||||
|
"license": "UNLICENSED",
|
||||||
|
"scripts": {
|
||||||
|
"start": "sanity start",
|
||||||
|
"test": "sanity check"
|
||||||
|
},
|
||||||
|
"keywords": [
|
||||||
|
"sanity"
|
||||||
|
],
|
||||||
|
"dependencies": {
|
||||||
|
"@sanity/base": "^0.134.2",
|
||||||
|
"@sanity/components": "^0.134.2",
|
||||||
|
"@sanity/core": "^0.134.2",
|
||||||
|
"@sanity/default-layout": "^0.134.2",
|
||||||
|
"@sanity/default-login": "^0.134.0",
|
||||||
|
"@sanity/desk-tool": "^0.134.2",
|
||||||
|
"prop-types": "^15.6",
|
||||||
|
"react": "^16.2",
|
||||||
|
"react-dom": "^16.2"
|
||||||
|
},
|
||||||
|
"devDependencies": {},
|
||||||
|
"repository": {
|
||||||
|
"type": "git",
|
||||||
|
"url": "https://github.com/equinusocio/vsc-material-theme.git"
|
||||||
|
}
|
||||||
|
}
|
1
sanity/plugins/.gitkeep
Normal file
1
sanity/plugins/.gitkeep
Normal file
|
@ -0,0 +1 @@
|
||||||
|
User-specific packages can be placed here
|
23
sanity/sanity.json
Normal file
23
sanity/sanity.json
Normal file
|
@ -0,0 +1,23 @@
|
||||||
|
{
|
||||||
|
"root": true,
|
||||||
|
"project": {
|
||||||
|
"name": "Material Theme Changelog"
|
||||||
|
},
|
||||||
|
"api": {
|
||||||
|
"projectId": "v475t82f",
|
||||||
|
"dataset": "production"
|
||||||
|
},
|
||||||
|
"plugins": [
|
||||||
|
"@sanity/base",
|
||||||
|
"@sanity/components",
|
||||||
|
"@sanity/default-layout",
|
||||||
|
"@sanity/default-login",
|
||||||
|
"@sanity/desk-tool"
|
||||||
|
],
|
||||||
|
"parts": [
|
||||||
|
{
|
||||||
|
"name": "part:@sanity/base/schema",
|
||||||
|
"path": "./schemas/schema.js"
|
||||||
|
}
|
||||||
|
]
|
||||||
|
}
|
1
sanity/static/.gitkeep
Normal file
1
sanity/static/.gitkeep
Normal file
|
@ -0,0 +1 @@
|
||||||
|
Files placed here will be served by the Sanity server under the `/static`-prefix
|
BIN
sanity/static/favicon.ico
Normal file
BIN
sanity/static/favicon.ico
Normal file
Binary file not shown.
After Width: | Height: | Size: 1.1 KiB |
6935
sanity/yarn.lock
Normal file
6935
sanity/yarn.lock
Normal file
File diff suppressed because it is too large
Load diff
Loading…
Reference in a new issue