contentfultree/package.json
2025-08-12 11:45:00 +02:00

30 lines
701 B
JSON

{
"name": "@foomo/contentfultree",
"version": "0.2.2",
"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.1.4",
"@types/react": "19.1.10",
"@types/styled-components": "5.1.34",
"install-peers": "1.0.4",
"typescript": "5.9.2"
},
"optionalDependencies": {
"react": "19.1.1",
"styled-components": "6.1.19"
},
"dependencies": {
"contentful-management": "11.54.4",
"contentful-ui-extensions-sdk": "4.41.0"
}
}