remove unused dependencies

This commit is contained in:
Yanick Champoux 2024-08-09 10:31:03 -04:00
parent ac53f1d24b
commit 90e90779e1

View File

@ -1,12 +1,12 @@
{ {
"version": "4.0.0-alpha.4",
"type": "module", "type": "module",
"dependencies": { "dependencies": {
"@mobily/ts-belt": "4.0.0-rc.5", "@mobily/ts-belt": "4.0.0-rc.5",
"@yanick/updeep-remeda": "^2.3.1", "@yanick/updeep-remeda": "^2.3.1",
"immer": "^9.0.15",
"json-schema-shorthand": "^2.0.0", "json-schema-shorthand": "^2.0.0",
"json-schema-to-ts": "^2.9.2", "json-schema-to-ts": "^2.9.2",
"memoize-one": "^6.0.0", "@reduxjs/toolkit": "^2.2.7",
"moize": "^6.1.6", "moize": "^6.1.6",
"redux": "^4.2.0", "redux": "^4.2.0",
"remeda": "^1.0.1", "remeda": "^1.0.1",
@ -22,10 +22,7 @@
}, },
"name": "updux", "name": "updux",
"description": "Updeep-friendly Redux helper framework", "description": "Updeep-friendly Redux helper framework",
"scripts": { "scripts": {},
"docsify:serve": "docsify serve docs"
},
"version": "4.0.0-alpha.3",
"repository": { "repository": {
"type": "git", "type": "git",
"url": "git+https://github.com/yanick/updux.git" "url": "git+https://github.com/yanick/updux.git"
@ -40,17 +37,13 @@
}, },
"homepage": "https://github.com/yanick/updux#readme", "homepage": "https://github.com/yanick/updux#readme",
"devDependencies": { "devDependencies": {
"@reduxjs/toolkit": "^2.2.7",
"@vitest/browser": "^0.23.1", "@vitest/browser": "^0.23.1",
"@vitest/ui": "^2.0.5", "@vitest/ui": "^2.0.5",
"docsify": "^4.13.1",
"eslint": "^8.22.0", "eslint": "^8.22.0",
"eslint-plugin-no-only-tests": "^3.0.0", "eslint-plugin-no-only-tests": "^3.0.0",
"eslint-plugin-todo-plz": "^1.2.1", "eslint-plugin-todo-plz": "^1.2.1",
"jsdoc-to-markdown": "^7.1.1",
"prettier": "^2.7.1", "prettier": "^2.7.1",
"redux-toolkit": "^1.1.2", "redux-toolkit": "^1.1.2",
"tsdoc-markdown": "^0.0.4",
"typedoc": "^0.25.9", "typedoc": "^0.25.9",
"typedoc-plugin-markdown": "^3.17.1", "typedoc-plugin-markdown": "^3.17.1",
"typescript": "^4.9.5", "typescript": "^4.9.5",