formatting
This commit is contained in:
parent
b4c1b357e4
commit
38949d9e0f
112
package.json
112
package.json
@ -1,59 +1,59 @@
|
|||||||
{
|
{
|
||||||
"type": "module",
|
"type": "module",
|
||||||
"dependencies": {
|
"dependencies": {
|
||||||
"@yanick/updeep-remeda": "^2.2.0",
|
"@yanick/updeep-remeda": "^2.2.0",
|
||||||
"ajv": "^8.12.0",
|
"ajv": "^8.12.0",
|
||||||
"expect-type": "^0.16.0",
|
"expect-type": "^0.16.0",
|
||||||
"immer": "^9.0.15",
|
"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",
|
"memoize-one": "^6.0.0",
|
||||||
"moize": "^6.1.6",
|
"moize": "^6.1.6",
|
||||||
"redux": "^4.2.0",
|
"redux": "^4.2.0",
|
||||||
"remeda": "^1.0.1",
|
"remeda": "^1.0.1",
|
||||||
"updeep": "^1.2.1"
|
"updeep": "^1.2.1"
|
||||||
},
|
},
|
||||||
"license": "MIT",
|
"license": "MIT",
|
||||||
"module": "dist/index.js",
|
"module": "dist/index.js",
|
||||||
"types": "./dist/index.d.ts",
|
"types": "./dist/index.d.ts",
|
||||||
"exports": {
|
"exports": {
|
||||||
".": {
|
".": {
|
||||||
"import": "./dist/index.js"
|
"import": "./dist/index.js"
|
||||||
|
}
|
||||||
|
},
|
||||||
|
"name": "updux",
|
||||||
|
"description": "Updeep-friendly Redux helper framework",
|
||||||
|
"scripts": {
|
||||||
|
"docsify:serve": "docsify serve docs"
|
||||||
|
},
|
||||||
|
"version": "5.1.0",
|
||||||
|
"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": {
|
||||||
|
"@reduxjs/toolkit": "==2.0.0-alpha.5 ",
|
||||||
|
"@vitest/browser": "^0.23.1",
|
||||||
|
"@vitest/ui": "^0.23.1",
|
||||||
|
"docsify": "^4.13.1",
|
||||||
|
"eslint": "^8.22.0",
|
||||||
|
"eslint-plugin-no-only-tests": "^3.0.0",
|
||||||
|
"eslint-plugin-todo-plz": "^1.2.1",
|
||||||
|
"jsdoc-to-markdown": "^7.1.1",
|
||||||
|
"prettier": "^2.7.1",
|
||||||
|
"redux-toolkit": "^1.1.2",
|
||||||
|
"tsdoc-markdown": "^0.0.4",
|
||||||
|
"typescript": "^4.9.5",
|
||||||
|
"vite": "^4.2.1",
|
||||||
|
"vitest": "0.23.1"
|
||||||
}
|
}
|
||||||
},
|
|
||||||
"name": "updux",
|
|
||||||
"description": "Updeep-friendly Redux helper framework",
|
|
||||||
"scripts": {
|
|
||||||
"docsify:serve": "docsify serve docs"
|
|
||||||
},
|
|
||||||
"version": "5.1.0",
|
|
||||||
"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": {
|
|
||||||
"@reduxjs/toolkit": "==2.0.0-alpha.5 ",
|
|
||||||
"@vitest/browser": "^0.23.1",
|
|
||||||
"@vitest/ui": "^0.23.1",
|
|
||||||
"docsify": "^4.13.1",
|
|
||||||
"eslint": "^8.22.0",
|
|
||||||
"eslint-plugin-no-only-tests": "^3.0.0",
|
|
||||||
"eslint-plugin-todo-plz": "^1.2.1",
|
|
||||||
"jsdoc-to-markdown": "^7.1.1",
|
|
||||||
"prettier": "^2.7.1",
|
|
||||||
"redux-toolkit": "^1.1.2",
|
|
||||||
"tsdoc-markdown": "^0.0.4",
|
|
||||||
"typescript": "^4.9.5",
|
|
||||||
"vite": "^4.2.1",
|
|
||||||
"vitest": "0.23.1"
|
|
||||||
}
|
|
||||||
}
|
}
|
||||||
|
Loading…
Reference in New Issue
Block a user