1 Star 0 Fork 0

3crazy/rematch

加入 Gitee
与超过 1200万 开发者一起发现、参与优秀开源项目,私有仓库也完全免费 :)
免费加入
文件
克隆/下载
package.json 3.18 KB
一键复制 编辑 原始数据 按行查看 历史
Sergio 提交于 2019-06-09 22:50 . Rebase with original master
{
"name": "@rematch/core",
"version": "1.1.0",
"description": "A Redux Framework",
"keywords": [
"@rematch",
"rematch",
"redux",
"state management",
"javascript"
],
"homepage": "https://github.com/rematch/rematch#readme",
"bugs": {
"url": "https://github.com/rematch/rematch/issues"
},
"license": "MIT",
"authors": [
"Blair Bodnar <blairbodnar@gmail.com> (https://github.com/blairbodnar)",
"Shawn McKay <shawn.j.mckay@gmail.com> (https://github.com/shmck)"
],
"files": [
"scripts",
"dist",
"src/typings/index.d.ts"
],
"main": "dist/cjs",
"module": "dist/esm/rematch.js",
"browser": "dist/umd/rematch.js",
"types": "src/typings/index.d.ts",
"repository": {
"type": "git",
"url": "git+https://github.com/rematch/rematch.git"
},
"scripts": {
"clean:dist": "rimraf dist",
"clean:build": "rimraf build",
"clean": "npm run clean:dist & npm run clean:build",
"build": "NODE_ENV=production && npm run clean && rollup -c",
"build:all": "bash ./scripts/build.sh",
"dev": "tsc --watch src",
"install:all": "tsc && bash ./scripts/setup_plugins.sh",
"lint": "tslint -c tslint.json 'src/**/*.ts'",
"test": "jest",
"test:ts:setup": "npm run build && npm run clean --prefix examples/ts/count",
"test:ts": "jest --testPathPattern=\"/test/typescript.test.js\" --testPathIgnorePatterns=[]",
"size": "bundlesize"
},
"dependencies": {
"redux": "^4.0.1"
},
"devDependencies": {
"@types/jest": "^24.0.13",
"@types/node": "^12.0.7",
"bundlesize": "^0.17.2",
"coveralls": "^3.0.4",
"cross-env": "^5.2.0",
"gitbook-plugin-edit-link": "^2.0.2",
"gitbook-plugin-github": "^3.0.0",
"gitbook-plugin-prism": "^2.4.0",
"jest": "^24.8.0",
"redux-persist": "^5.10.0",
"reselect": "^4.0.0",
"rimraf": "^2.6.3",
"rollup": "^1.14.5",
"rollup-plugin-commonjs": "^10.0.0",
"rollup-plugin-node-resolve": "^5.0.1",
"rollup-plugin-replace": "^2.2.0",
"rollup-plugin-typescript": "^1.0.1",
"rollup-plugin-uglify": "^6.0.2",
"ts-jest": "^24.0.2",
"tslint": "^5.17.0",
"typescript": "^3.5.1",
"typings-tester": "^0.3.2",
"uglify-es": "^3.3.9"
},
"jest": {
"transform": {
"^.+\\.tsx?$": "ts-jest"
},
"globals": {
"NODE_ENV": "test"
},
"collectCoverage": true,
"coverageDirectory": "coverage/",
"coverageThreshold": {
"global": {
"branches": 50,
"functions": 50,
"lines": 50,
"statements": 50
}
},
"coveragePathIgnorePatterns": [
"/_book/",
"/node_modules/",
"/plugins/react-navigation/",
"/dist",
".mock.js",
"/test/utils.js",
"test/typescript.test"
],
"testPathIgnorePatterns": [
"/_book/",
"/lib/",
"/plugins",
"/plugins/react-navigation/examples",
"/plugins/subscriptions",
"/plugins/loading-immutable",
"/examples/ts",
"test/typescript.test"
],
"moduleFileExtensions": [
"ts",
"tsx",
"js",
"jsx",
"json"
]
},
"bundlesize": [
{
"path": "./dist/umd/rematch.prod.min.js",
"maxSize": "6 kB"
}
]
}
Loading...
马建仓 AI 助手
尝试更多
代码解读
代码找茬
代码优化
JavaScript
1
https://gitee.com/crazy3/rematch.git
git@gitee.com:crazy3/rematch.git
crazy3
rematch
rematch
master

搜索帮助

0d507c66 1850385 C8b1a773 1850385