contentfultree/package.json
2024-03-01 15:55:22 +01:00

52 lines
1.3 KiB
JSON

{
"name": "@foomo/contentfultree",
"version": "0.1.19",
"main": "dist/index.js",
"author": "foomo",
"license": "MIT",
"scripts": {
"clean": "rm -f ./tsconfig.tsbuildinfo && rm -rvf dist",
"build": "yarn clean && tsc -b -v .",
"dev": "yarn tsc -b tsconfig.json -w",
"lint": "eslint --ext=js,jsx,ts,tsx,json .",
"lint:fix": "eslint --ext=js,jsx,ts,tsx,json . --fix"
},
"prettier": {
"useTabs": true,
"tabWidth": 2,
"singleQuote": true
},
"devDependencies": {
"@types/react": "18.2.61",
"@types/styled-components": "5.1.34",
"@typescript-eslint/eslint-plugin": "7.1.0",
"@typescript-eslint/parser": "7.1.0",
"eslint": "8.57.0",
"eslint-config-prettier": "9.1.0",
"eslint-config-standard-with-typescript": "43.0.1",
"eslint-plugin-import": "2.29.1",
"eslint-plugin-json": "3.1.0",
"eslint-plugin-n": "16.6.2",
"eslint-plugin-prettier": "5.1.3",
"eslint-plugin-promise": "6.1.1",
"eslint-plugin-react": "7.33.2",
"install-peers": "1.0.4",
"prettier": "3.2.5",
"typescript": "5.3.3"
},
"peerDependencies": {
"install-peers": "1.0.4"
},
"optionalDependencies": {
"react": "18.2.0",
"styled-components": "6.1.8"
},
"dependencies": {
"contentful-management": "11.21.0",
"contentful-ui-extensions-sdk": "4.24.0"
},
"resolutions": {
"@types/react": "18.2.48"
}
}