2019-03-13 22:33:52 +01:00
|
|
|
{
|
2021-02-17 18:38:10 +01:00
|
|
|
"name": "@treejs/components",
|
2023-03-22 08:07:31 +01:00
|
|
|
"version": "0.19.10",
|
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-03-22 08:07:31 +01:00
|
|
|
"@treejs/constants": "^0.19.10",
|
|
|
|
"@treejs/hooks": "^0.19.10",
|
|
|
|
"@treejs/types": "^0.19.10",
|
|
|
|
"@treejs/utils": "^0.19.10"
|
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",
|
2022-06-10 21:00:25 +00:00
|
|
|
"react-redux": "8.0.2"
|
2020-08-01 18:31:12 +02:00
|
|
|
}
|
2020-03-19 09:00:15 +01:00
|
|
|
}
|