ipreact
Version:
connect data-actions of preact-components via immutablejs
49 lines (48 loc) • 1.16 kB
JSON
{
"name": "ipreact",
"version": "0.2.3",
"description": "connect data-actions of preact-components via immutablejs",
"main": "dist/ipreact.js",
"scripts": {
"start": "f2e start",
"build": "f2e build && tsc",
"prepublish": "npm run build",
"test": "npm start"
},
"repository": {
"type": "git",
"url": "git+https://github.com/shy2850/ipreact.git"
},
"keywords": [
"preact",
"immutablejs",
"f2e-server",
"f2e-preact-app"
],
"files": [
"dist/*",
"src/*"
],
"module": "dist/src/ipreact.js",
"typings": "dist/src/ipreact.d.ts",
"author": "shy2850",
"license": "MIT",
"bugs": {
"url": "https://github.com/shy2850/ipreact/issues"
},
"homepage": "https://github.com/shy2850/ipreact#readme",
"devDependencies": {
"@types/node": "^9.6.35",
"f2e-middle-rollup": "^0.3.3",
"f2e-server": "^2.9.13",
"immutable": "^4.0.0-rc.10",
"memory-tree": "^0.6.6",
"rollup-plugin-commonjs": "^8.4.1",
"rollup-plugin-node-resolve": "^3.4.0",
"rollup-plugin-typescript2": "^0.11.1",
"typescript": "^2.9.2"
},
"dependencies": {
"preact": "^8.3.1"
}
}