procyon/packages/auth/package.json

23 lines
558 B
JSON
Raw Normal View History

2019-05-26 18:40:54 +02:00
{
"name": "@treejs/auth",
2022-06-09 17:19:02 +00:00
"version": "0.14.0",
"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": {
2022-06-09 17:19:02 +00:00
"@treejs/constants": "^0.14.0",
"@treejs/types": "^0.14.0",
"@treejs/utils": "^0.14.0"
},
"peerDependencies": {
2022-03-25 07:06:09 +01:00
"@reduxjs/toolkit": "^1.8.0",
2022-03-25 19:30:22 +00:00
"proxy-memoize": "1.0.0",
2022-03-07 20:34:57 +00:00
"redux": "4.0.5"
}
2020-03-19 09:00:15 +01:00
}