mirror of
https://github.com/PotentiaRobotics/website.git
synced 2025-04-11 07:50:18 -04:00
34 lines
811 B
JSON
34 lines
811 B
JSON
{
|
|
"name": "studio",
|
|
"private": true,
|
|
"version": "1.0.0",
|
|
"description": "Source for TJHRC's website built with Sanity and React",
|
|
"main": "package.json",
|
|
"author": "Rushil Umaretiya <Rushilwiz@gmail.com>",
|
|
"license": "UNLICENSED",
|
|
"scripts": {
|
|
"start": "sanity start",
|
|
"build": "sanity build"
|
|
},
|
|
"keywords": [
|
|
"sanity"
|
|
],
|
|
"dependencies": {
|
|
"@sanity/base": "^2.1.3",
|
|
"@sanity/components": "^2.1.0",
|
|
"@sanity/core": "^2.1.2",
|
|
"@sanity/default-layout": "^2.1.3",
|
|
"@sanity/default-login": "^2.1.0",
|
|
"@sanity/desk-tool": "^2.1.3",
|
|
"@sanity/vision": "^2.1.0",
|
|
"prop-types": "^15.7",
|
|
"react": "^17.0",
|
|
"react-dom": "^17.0"
|
|
},
|
|
"devDependencies": {},
|
|
"repository": {
|
|
"type": "git",
|
|
"url": "git@github.com:tjhrc/website.git"
|
|
}
|
|
}
|