mirror of
https://github.com/foomo/contentfultree.git
synced 2025-10-16 12:25:41 +00:00
30 lines
701 B
JSON
30 lines
701 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.4",
|
|
"@types/react": "19.1.13",
|
|
"@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.58.0",
|
|
"contentful-ui-extensions-sdk": "4.44.1"
|
|
}
|
|
}
|