1
0
Fork 0
freesewing/sites/sanity/package.json

44 lines
1.1 KiB
JSON
Raw Normal View History

2022-10-20 22:36:16 +02:00
{
2022-12-17 16:48:36 +01:00
"name": "@freesewing/sanity",
2023-04-19 19:49:36 +02:00
"version": "3.0.0-alpha.9",
2022-12-17 16:48:36 +01:00
"description": "Code for the sanity.io CMS",
"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": {
"dev": "sanity dev",
2022-10-20 22:36:16 +02:00
"start": "sanity start",
"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": {
"@sanity/vision": "3.10.0",
2022-12-17 16:48:36 +01:00
"react": "18.2.0",
"react-dom": "18.2.0",
"react-is": "18.2.0",
"sanity": "3.10.0",
"styled-components": "5.3.10",
"sanity-plugin-markdown": "4.1.0"
2022-10-20 22:36:16 +02:00
},
"devDependencies": {
"@sanity/eslint-config-studio": "2.0.1",
"eslint": "8.39.0",
"prettier": "2.8.8",
"typescript": "5.0.4",
"@sanity/cli": "3.10.0"
2022-12-17 16:48:36 +01:00
},
"engines": {
"node": ">=16.0.0",
"npm": ">=8"
},
"private": true
2022-10-20 22:36:16 +02:00
}