updux/package.json

54 lines
1.5 KiB
JSON
Raw Permalink Normal View History

2019-10-17 15:15:10 +00:00
{
2024-08-10 13:10:47 +00:00
"version": "4.0.0-alpha.5",
2024-02-26 19:29:08 +00:00
"type": "module",
"dependencies": {
2024-08-08 15:48:44 +00:00
"@mobily/ts-belt": "4.0.0-rc.5",
2024-08-08 13:28:44 +00:00
"@yanick/updeep-remeda": "^2.3.1",
2024-02-26 19:29:08 +00:00
"json-schema-shorthand": "^2.0.0",
"json-schema-to-ts": "^2.9.2",
2024-08-09 14:31:03 +00:00
"@reduxjs/toolkit": "^2.2.7",
2024-02-26 19:29:08 +00:00
"moize": "^6.1.6",
"redux": "^4.2.0",
"remeda": "^1.0.1",
"updeep": "^1.2.1"
},
"license": "MIT",
"module": "dist/index.js",
"types": "./dist/index.d.ts",
"exports": {
".": {
"import": "./dist/index.js"
}
},
"name": "updux",
"description": "Updeep-friendly Redux helper framework",
2024-08-09 14:31:03 +00:00
"scripts": {},
2024-02-26 19:29:08 +00:00
"repository": {
"type": "git",
"url": "git+https://github.com/yanick/updux.git"
},
"keywords": [
"redux",
"updeep"
],
"author": "Yanick Champoux <yanick@babyl.ca> (http://techblog.babyl.ca)",
"bugs": {
"url": "https://github.com/yanick/updux/issues"
},
"homepage": "https://github.com/yanick/updux#readme",
"devDependencies": {
"@vitest/browser": "^0.23.1",
2024-08-08 13:28:44 +00:00
"@vitest/ui": "^2.0.5",
2024-02-26 19:29:08 +00:00
"eslint": "^8.22.0",
"eslint-plugin-no-only-tests": "^3.0.0",
"eslint-plugin-todo-plz": "^1.2.1",
"prettier": "^2.7.1",
"redux-toolkit": "^1.1.2",
2024-02-26 19:29:50 +00:00
"typedoc": "^0.25.9",
"typedoc-plugin-markdown": "^3.17.1",
2024-02-26 19:29:08 +00:00
"typescript": "^4.9.5",
"vite": "^4.2.1",
2024-08-08 13:28:44 +00:00
"vitest": "2.0.4"
2020-06-02 20:00:48 +00:00
}
2019-10-17 15:15:10 +00:00
}