45 lines
1.2 KiB
JSON
45 lines
1.2 KiB
JSON
{
|
|
"type": "module",
|
|
"types": "./dist/index.d.ts",
|
|
"dependencies": {
|
|
"immer": "^9.0.15",
|
|
"json-schema-shorthand": "^2.0.0",
|
|
"redux": "^4.2.0",
|
|
"remeda": "^1.0.1",
|
|
"updeep": "^1.2.1"
|
|
},
|
|
"license": "MIT",
|
|
"main": "dist/index.js",
|
|
"name": "updux",
|
|
"description": "Updeep-friendly Redux helper framework",
|
|
"scripts": {
|
|
"docsify:serve": "docsify serve docs",
|
|
"build": "tsc",
|
|
"test": "tap src/**test.ts",
|
|
"lint": "prettier -c --",
|
|
"lint:fix": "prettier --write --"
|
|
},
|
|
"version": "3.0.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": {
|
|
"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",
|
|
"vitest": "^0.22.1"
|
|
}
|
|
}
|