mirror of
https://github.com/foomo/contentfultree.git
synced 2025-10-16 12:25:41 +00:00
47 lines
1.2 KiB
JSON
47 lines
1.2 KiB
JSON
{
|
|
"name": "@foomo/contentfultree",
|
|
"version": "0.1.10",
|
|
"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.0.28",
|
|
"@types/styled-components": "^5.1.26",
|
|
"@typescript-eslint/eslint-plugin": "^5.53.0",
|
|
"@typescript-eslint/parser": "^5.53.0",
|
|
"eslint": "^8.34.0",
|
|
"eslint-config-prettier": "^8.6.0",
|
|
"eslint-config-standard-with-typescript": "^34.0.0",
|
|
"eslint-plugin-import": "^2.27.5",
|
|
"eslint-plugin-json": "3.1.0",
|
|
"eslint-plugin-n": "^16.0.0",
|
|
"eslint-plugin-prettier": "^4.2.1",
|
|
"eslint-plugin-promise": "^6.1.1",
|
|
"eslint-plugin-react": "^7.32.2",
|
|
"install-peers": "^1.0.4",
|
|
"prettier": "2.8.8",
|
|
"typescript": "4.9.5"
|
|
},
|
|
"peerDependencies": {
|
|
"install-peers": "^1.0.4"
|
|
},
|
|
"dependencies": {
|
|
"contentful-management": "10.35.4",
|
|
"contentful-ui-extensions-sdk": "4.17.2",
|
|
"react": "18.2.0",
|
|
"styled-components": "5.3.11"
|
|
}
|
|
}
|