![dependabot[bot]](/assets/img/avatar_default.png)
Bumps [eslint](https://github.com/eslint/eslint) from 8.45.0 to 8.46.0. - [Release notes](https://github.com/eslint/eslint/releases) - [Changelog](https://github.com/eslint/eslint/blob/main/CHANGELOG.md) - [Commits](https://github.com/eslint/eslint/compare/v8.45.0...v8.46.0) --- updated-dependencies: - dependency-name: eslint dependency-type: direct:development update-type: version-update:semver-minor ... Signed-off-by: dependabot[bot] <support@github.com>
45 lines
1.1 KiB
JSON
45 lines
1.1 KiB
JSON
{
|
|
"name": "@freesewing/sanity",
|
|
"version": "3.0.0-alpha.10",
|
|
"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"
|
|
},
|
|
"scripts": {
|
|
"dev": "sanity dev",
|
|
"start": "sanity start",
|
|
"build": "sanity build -y",
|
|
"wbuild": "sanity build -y"
|
|
},
|
|
"peerDependencies": {},
|
|
"dependencies": {
|
|
"@sanity/vision": "3.14.4",
|
|
"easymde": "2.18.0",
|
|
"react": "18.2.0",
|
|
"react-dom": "18.2.0",
|
|
"react-is": "18.2.0",
|
|
"sanity": "3.14.4",
|
|
"styled-components": "5.3.11",
|
|
"sanity-plugin-markdown": "4.1.0"
|
|
},
|
|
"devDependencies": {
|
|
"@sanity/eslint-config-studio": "2.0.4",
|
|
"eslint": "8.46.0",
|
|
"prettier": "3.0.0",
|
|
"typescript": "5.1.6",
|
|
"@sanity/cli": "3.14.3"
|
|
},
|
|
"engines": {
|
|
"node": "18",
|
|
"npm": "9"
|
|
},
|
|
"private": true
|
|
}
|