2019-03-13 22:33:52 +01:00
|
|
|
{
|
2021-02-17 18:38:10 +01:00
|
|
|
"name": "@treejs/components",
|
2023-04-13 07:06:55 +00:00
|
|
|
"version": "0.19.17",
|
2020-08-01 18:31:12 +02:00
|
|
|
"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-13 07:06:55 +00:00
|
|
|
"@treejs/constants": "^0.19.17",
|
|
|
|
"@treejs/hooks": "^0.19.17",
|
|
|
|
"@treejs/types": "^0.19.17",
|
|
|
|
"@treejs/utils": "^0.19.17"
|
2020-08-01 18:31:12 +02:00
|
|
|
},
|
|
|
|
"peerDependencies": {
|
2022-07-23 20:25:28 +02:00
|
|
|
"@reduxjs/toolkit": "1.8.3",
|
2022-07-31 09:34:32 +02:00
|
|
|
"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-redux": "8.0.2"
|
2020-08-01 18:31:12 +02:00
|
|
|
}
|
2023-04-18 22:22:03 +02:00
|
|
|
}
|