2022-10-20 22:36:16 +02:00
|
|
|
{
|
2022-12-17 16:48:36 +01:00
|
|
|
"name": "@freesewing/sanity",
|
|
|
|
"version": "3.0.0-alpha.2",
|
|
|
|
"description": "Code for the sanity.io CMS",
|
2022-11-12 09:21:23 +01:00
|
|
|
"author": "Joost De Cock <joost@joost.at> (https://github.com/joostdecock)",
|
|
|
|
"homepage": "https://freesewing.org/",
|
|
|
|
"repository": "github:freesewing/freesewing",
|
|
|
|
"license": "MIT",
|
|
|
|
"bugs": {
|
|
|
|
"url": "https://github.com/freesewing/freesewing/issues"
|
|
|
|
},
|
|
|
|
"funding": {
|
|
|
|
"type": "individual",
|
|
|
|
"url": "https://freesewing.org/patrons/join"
|
|
|
|
},
|
2022-10-20 22:36:16 +02:00
|
|
|
"scripts": {
|
|
|
|
"start": "sanity start",
|
2022-10-21 22:05:12 +02:00
|
|
|
"test": "sanity check",
|
2022-10-22 09:33:37 +02:00
|
|
|
"build": "sanity build -y"
|
2022-10-20 22:36:16 +02:00
|
|
|
},
|
2022-12-17 16:48:36 +01:00
|
|
|
"peerDependencies": {},
|
2022-10-20 22:36:16 +02:00
|
|
|
"dependencies": {
|
2022-12-17 16:48:36 +01:00
|
|
|
"@sanity/base": "2.35.0",
|
|
|
|
"@sanity/core": "2.35.0",
|
|
|
|
"@sanity/default-layout": "2.35.0",
|
2022-12-19 04:09:04 +00:00
|
|
|
"@sanity/default-login": "2.35.2",
|
2022-12-17 16:48:36 +01:00
|
|
|
"@sanity/desk-tool": "2.35.0",
|
|
|
|
"@sanity/eslint-config-studio": "2.0.0",
|
|
|
|
"@sanity/vision": "2.35.0",
|
2022-12-19 04:07:44 +00:00
|
|
|
"eslint": "8.30.0",
|
2022-12-17 16:48:36 +01:00
|
|
|
"prop-types": "15.7",
|
|
|
|
"react": "18.2.0",
|
|
|
|
"react-dom": "18.2.0",
|
|
|
|
"sanity-plugin-markdown": "3.0.1",
|
|
|
|
"styled-components": "5.2.0"
|
2022-10-20 22:36:16 +02:00
|
|
|
},
|
2022-10-21 22:05:12 +02:00
|
|
|
"devDependencies": {
|
2022-12-17 16:48:36 +01:00
|
|
|
"@sanity/cli": "2.35.0"
|
|
|
|
},
|
|
|
|
"engines": {
|
|
|
|
"node": ">=16.0.0",
|
|
|
|
"npm": ">=8"
|
|
|
|
},
|
|
|
|
"private": true
|
2022-10-20 22:36:16 +02:00
|
|
|
}
|