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

47 lines
1.2 KiB
JSON
Raw Normal View History

2022-10-20 22:36:16 +02:00
{
"private": true,
"name": "FreeSewing",
2022-10-20 22:36:16 +02:00
"version": "1.0.0",
"description": "Sanity config and instance hosted on cms.FreeSewing.org",
"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
"main": "package.json",
"author": "Joost De Cock <joost@joost.at>",
"license": "UNLICENSED",
"scripts": {
"start": "sanity start",
"test": "sanity check",
"build": "sanity build -y"
2022-10-20 22:36:16 +02:00
},
"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",
2022-12-04 15:21:28 +01:00
"react": "^18.2.0",
"react-dom": "^18.2.0",
"sanity-plugin-markdown": "^3.0.1",
2022-10-20 22:36:16 +02:00
"styled-components": "^5.2.0"
},
"devDependencies": {
"@sanity/cli": "^2.35.0"
}
2022-10-20 22:36:16 +02:00
}