chore: Add sanity

This commit is contained in:
Mattia Astorino 2018-10-09 17:58:38 +02:00
parent 6703017264
commit df55d11984
No known key found for this signature in database
GPG key ID: 7BE552533AB6D4E2
11 changed files with 7023 additions and 0 deletions

9
sanity/README.md Normal file
View 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
View 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"
}

View file

@ -0,0 +1,3 @@
{
"listOptions": {}
}

View file

@ -0,0 +1,6 @@
{
"toolSwitcher": {
"order": [],
"hidden": []
}
}

View file

@ -0,0 +1,7 @@
{
"providers": {
"mode": "append",
"redirectOnSingle": false,
"entries": []
}
}

32
sanity/package.json Normal file
View 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
View file

@ -0,0 +1 @@
User-specific packages can be placed here

23
sanity/sanity.json Normal file
View 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
View 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

Binary file not shown.

After

Width:  |  Height:  |  Size: 1.1 KiB

6935
sanity/yarn.lock Normal file

File diff suppressed because it is too large Load diff