procyon/packages/components/package.json

26 lines
675 B
JSON

{
"name": "@treejs/components",
"version": "0.19.17",
"description": "",
"author": "romanjaros <jarosr93@gmail.com>",
"license": "ISC",
"scripts": {
"clean": "rm -rf dist/ && npm run build -- --clean",
"build": "tsc --b tsconfig.build.json",
"ci:publish": "cp package.json dist && cd dist/ && npm publish && rm package.json"
},
"dependencies": {
"@treejs/constants": "^0.19.17",
"@treejs/hooks": "^0.19.17",
"@treejs/types": "^0.19.17",
"@treejs/utils": "^0.19.17"
},
"peerDependencies": {
"@reduxjs/toolkit": "1.8.3",
"clsx": "^1.2.1",
"date-fns": "2.29.2",
"ramda": "0.28.0",
"react-device-detect": "2.2.3",
"react-redux": "8.0.2"
}
}