32 lines
740 B
JSON
32 lines
740 B
JSON
![]() |
{
|
||
|
"name": "FreeSewing",
|
||
|
"private": true,
|
||
|
"version": "1.0.0",
|
||
|
"description": "",
|
||
|
"main": "package.json",
|
||
|
"author": "Joost De Cock <joost@joost.at>",
|
||
|
"license": "UNLICENSED",
|
||
|
"scripts": {
|
||
|
"start": "sanity start",
|
||
|
"build": "sanity build"
|
||
|
},
|
||
|
"keywords": [
|
||
|
"sanity"
|
||
|
],
|
||
|
"dependencies": {
|
||
|
"@sanity/base": "^2.35.0",
|
||
|
"@sanity/core": "^2.35.0",
|
||
|
"@sanity/default-layout": "^2.35.0",
|
||
|
"@sanity/default-login": "^2.35.0",
|
||
|
"@sanity/desk-tool": "^2.35.0",
|
||
|
"@sanity/eslint-config-studio": "^2.0.0",
|
||
|
"@sanity/vision": "^2.35.0",
|
||
|
"eslint": "^8.6.0",
|
||
|
"prop-types": "^15.7",
|
||
|
"react": "^17.0",
|
||
|
"react-dom": "^17.0",
|
||
|
"styled-components": "^5.2.0"
|
||
|
},
|
||
|
"devDependencies": {}
|
||
|
}
|