fleux
Version:
Towards Sane State Management
63 lines (62 loc) • 1.84 kB
JSON
{
"name": "fleux",
"version": "0.24.5",
"description": "Towards Sane State Management",
"main": "dist/index.cjs.js",
"module": "dist/index.esm.js",
"browser": "dist/index.umd.js",
"scripts": {
"build": "yarpm run clean && rollup -c",
"build:watch": "yarpm run clean && rollup -c -w",
"clean": "rimraf build/ dist/",
"test": "yarpm run build && jest",
"test:watch": "yarpm run build && jest --watch"
},
"files": [
"dist",
"LICSENSE",
"README.md"
],
"keywords": [],
"author": "Peter Steinberg <objectliteral@outlook.com> (https://github.com/objectliteral)",
"repository": "github:objectliteral/fleux",
"bugs": "https://github.com/objectliteral/fleux/issues",
"license": "MIT",
"dependencies": {
"fromentries": "^1.2.0",
"just-camel-case": "^4.0.2",
"just-compare": "^1.3.0",
"just-pascal-case": "^1.1.0",
"just-typeof": "^2.0.0"
},
"peerDependencies": {
"react": "^16.8.0"
},
"devDependencies": {
"@babel/cli": "^7.10.1",
"@babel/core": "^7.10.2",
"@babel/plugin-proposal-class-properties": "^7.10.1",
"@babel/plugin-proposal-decorators": "^7.10.1",
"@babel/plugin-transform-react-jsx-source": "^7.10.1",
"@babel/preset-env": "^7.10.2",
"@babel/preset-react": "^7.10.1",
"babel-jest": "^26.0.1",
"enzyme": "^3.11.0",
"enzyme-adapter-react-16": "^1.15.2",
"enzyme-to-json": "^3.5.0",
"jest": "^26.0.1",
"jest-extended": "^0.11.5",
"jsdom": "^16.2.2",
"react": "^16.13.0",
"react-dom": "^16.13.0",
"rimraf": "^3.0.2",
"rollup": "^2.3.2",
"rollup-plugin-babel": "^4.4.0",
"rollup-plugin-commonjs": "^10.1.0",
"rollup-plugin-node-resolve": "^5.2.0",
"rollup-plugin-typescript": "^1.0.1",
"tslib": "^2.0.0",
"typescript": "^3.9.5",
"yarpm": "^0.2.1"
}
}