|
| 1 | +{ |
| 2 | +"name":"jotai-mutative", |
| 3 | +"version":"1.0.0", |
| 4 | +"description":"A Mutative extension for Jotai", |
| 5 | +"main":"dist/index.cjs.js", |
| 6 | +"unpkg":"dist/index.umd.js", |
| 7 | +"types":"dist/index.d.ts", |
| 8 | +"umd:main":"dist/index.umd.js", |
| 9 | +"module":"dist/index.esm.js", |
| 10 | +"jsnext:main":"dist/index.esm.js", |
| 11 | +"react-native":"dist/index.esm.js", |
| 12 | +"typings":"dist/index.d.ts", |
| 13 | +"source":"src/index.ts", |
| 14 | +"sideEffects":false, |
| 15 | +"files": [ |
| 16 | +"dist" |
| 17 | + ], |
| 18 | +"publishConfig": { |
| 19 | +"access":"public" |
| 20 | + }, |
| 21 | +"scripts": { |
| 22 | +"test":"jest", |
| 23 | +"test:coverage":"jest --coverage && coveralls < coverage/lcov.info", |
| 24 | +"clean":"rimraf dist", |
| 25 | +"build":"yarn clean && tsc --skipLibCheck && yarn build:prod", |
| 26 | +"build:prod":"NODE_ENV=production rollup --config --bundleConfigAsCjs", |
| 27 | +"commit":"yarn git-cz" |
| 28 | + }, |
| 29 | +"repository": { |
| 30 | +"type":"git", |
| 31 | +"url":"git+https://github.com/mutativejs/jotai-mutative.git" |
| 32 | + }, |
| 33 | +"author":"unadlib", |
| 34 | +"license":"MIT", |
| 35 | +"bugs": { |
| 36 | +"url":"https://github.com/mutativejs/jotai-mutative/issues" |
| 37 | + }, |
| 38 | +"homepage":"https://github.com/mutativejs/jotai-mutative#readme", |
| 39 | +"keywords": [ |
| 40 | +"mutative", |
| 41 | +"immutable", |
| 42 | +"jotai", |
| 43 | +"react", |
| 44 | +"state" |
| 45 | + ], |
| 46 | +"devDependencies": { |
| 47 | +"@rollup/plugin-commonjs":"^24.0.1", |
| 48 | +"@rollup/plugin-node-resolve":"^15.0.1", |
| 49 | +"@rollup/plugin-replace":"^5.0.2", |
| 50 | +"@testing-library/react":"^14.2.1", |
| 51 | +"@types/jest":"^29.5.0", |
| 52 | +"@types/node":"^18.15.5", |
| 53 | +"@types/react":"^18.2.66", |
| 54 | +"@typescript-eslint/eslint-plugin":"^5.56.0", |
| 55 | +"@typescript-eslint/parser":"^5.56.0", |
| 56 | +"commitizen":"^4.3.0", |
| 57 | +"coveralls":"^3.1.1", |
| 58 | +"eslint":"^8.36.0", |
| 59 | +"eslint-config-airbnb":"^19.0.4", |
| 60 | +"eslint-config-prettier":"^8.8.0", |
| 61 | +"eslint-plugin-import":"^2.27.5", |
| 62 | +"eslint-plugin-prettier":"^4.2.1", |
| 63 | +"jest":"^29.5.0", |
| 64 | +"jest-environment-jsdom":"^29.5.0", |
| 65 | +"jotai":"^2.9.3", |
| 66 | +"mutative":"^1.0.8", |
| 67 | +"prettier":"^2.8.6", |
| 68 | +"react":"^18.2.0", |
| 69 | +"react-dom":"^18.2.0", |
| 70 | +"rimraf":"^4.4.0", |
| 71 | +"rollup":"^3.20.0", |
| 72 | +"rollup-plugin-terser":"^7.0.0", |
| 73 | +"ts-jest":"^29.1.0", |
| 74 | +"ts-node":"^10.9.1", |
| 75 | +"tslib":"^2.5.0", |
| 76 | +"typedoc":"^0.23.28", |
| 77 | +"typedoc-plugin-markdown":"^3.14.0", |
| 78 | +"typescript":"^5.0.2", |
| 79 | +"yargs":"^17.7.1" |
| 80 | + }, |
| 81 | +"config": { |
| 82 | +"commitizen": { |
| 83 | +"path":"cz-conventional-changelog" |
| 84 | + } |
| 85 | + }, |
| 86 | +"jest": { |
| 87 | +"preset":"ts-jest", |
| 88 | +"testEnvironment":"jsdom", |
| 89 | +"globals": { |
| 90 | +"__DEV__":false |
| 91 | + } |
| 92 | + }, |
| 93 | +"peerDependencies": { |
| 94 | +"@types/react":"^18.0 || ^17.0", |
| 95 | +"jotai":"^2.0", |
| 96 | +"mutative":"^1.0.8", |
| 97 | +"react":"^18.0 || ^17.0" |
| 98 | + } |
| 99 | +} |