contentfultree/package.json
2025-10-03 15:28:39 +02:00

30 lines
700 B
JSON

{
"name": "@foomo/contentfultree",
"version": "0.2.3",
"main": "dist/index.js",
"author": "foomo",
"license": "MIT",
"scripts": {
"clean": "rm -f ./tsconfig.tsbuildinfo && rm -rvf dist",
"build": "tsc -b",
"rebuild": "pnpm clean && pnpm build",
"dev": "pnpm tsc -b tsconfig.json -w",
"lint": "biome check --write ."
},
"devDependencies": {
"@biomejs/biome": "2.2.5",
"@types/react": "19.2.0",
"@types/styled-components": "5.1.34",
"install-peers": "1.0.4",
"typescript": "5.9.3"
},
"optionalDependencies": {
"react": "19.2.0",
"styled-components": "6.1.19"
},
"dependencies": {
"contentful-management": "11.60.3",
"contentful-ui-extensions-sdk": "4.45.0"
}
}