UNPKG

1.07 kBJSONView Raw
1{
2 "name": "react-immutable-pure-component",
3 "version": "1.0.0",
4 "description": "React PureComponent implementation embracing Immutable.js",
5 "main": "lib/react-immutable-pure-component.js",
6 "scripts": {
7 "build": "rollup -c",
8 "example": "babel example/index.js --out-file example/example.js",
9 "lint": "eslint ."
10 },
11 "keywords": [
12 "react",
13 "immutable",
14 "pure",
15 "component",
16 "pureComponent"
17 ],
18 "author": "Piotr Tomasz Monarski",
19 "license": "MIT",
20 "repository": {
21 "type": "git",
22 "url": "https://github.com/Monar/react-immutable-pure-component"
23 },
24 "devDependencies": {
25 "babel-cli": "^6.23.0",
26 "babel-preset-es2015": "^6.24.1",
27 "babel-preset-react": "^6.24.1",
28 "babel-preset-stage-3": "^6.24.1",
29 "immutable": "^3.8.1",
30 "react": "^15.4.2",
31 "react-dom": "^15.4.2",
32 "rollup": "^0.43.0",
33 "rollup-plugin-babel": "^2.7.1",
34 "rollup-plugin-node-resolve": "^3.0.0"
35 },
36 "peerDependencies": {
37 "immutable": "^3.8.0",
38 "react": "^15.0.0",
39 "react-dom": "^15.0.0"
40 }
41}