mirror of
https://github.com/tjsga/website-sanity.git
synced 2025-04-08 13:30:17 -04:00
31 lines
702 B
JSON
31 lines
702 B
JSON
{
|
|
"name": "tjsgawebsite",
|
|
"private": true,
|
|
"version": "1.0.0",
|
|
"description": "",
|
|
"main": "package.json",
|
|
"author": "Michael Fatemi <myfatemi04@gmail.com>",
|
|
"license": "UNLICENSED",
|
|
"scripts": {
|
|
"start": "sanity start",
|
|
"test": "sanity check",
|
|
"build": "sanity build"
|
|
},
|
|
"keywords": [
|
|
"sanity"
|
|
],
|
|
"dependencies": {
|
|
"@sanity/base": "^2.0.9",
|
|
"@sanity/components": "^2.0.9",
|
|
"@sanity/core": "^2.0.9",
|
|
"@sanity/default-layout": "^2.0.9",
|
|
"@sanity/default-login": "^2.0.9",
|
|
"@sanity/desk-tool": "^2.0.9",
|
|
"@sanity/vision": "^2.0.9",
|
|
"prop-types": "^15.7",
|
|
"react": "^17.0",
|
|
"react-dom": "^17.0"
|
|
},
|
|
"devDependencies": {}
|
|
}
|