32 lines
778 B
JSON
32 lines
778 B
JSON
{
|
|
"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"
|
|
}
|
|
}
|