procyon/packages/components/package.json

27 lines
675 B
JSON
Raw Normal View History

2019-03-13 22:33:52 +01:00
{
"name": "@treejs/components",
2023-04-10 11:15:38 +00:00
"version": "0.19.16",
"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": {
2023-04-10 11:15:38 +00:00
"@treejs/constants": "^0.19.16",
"@treejs/hooks": "^0.19.16",
"@treejs/types": "^0.19.16",
"@treejs/utils": "^0.19.16"
},
"peerDependencies": {
2022-07-23 20:25:28 +02:00
"@reduxjs/toolkit": "1.8.3",
"clsx": "^1.2.1",
2022-08-26 20:26:40 +02:00
"date-fns": "2.29.2",
2023-04-10 11:15:38 +00:00
"ramda": "0.28.0",
"react-device-detect": "2.2.3",
2023-04-10 11:15:38 +00:00
"react-redux": "8.0.2"
}
2023-04-10 11:15:38 +00:00
}