-
Notifications
You must be signed in to change notification settings - Fork 8
Expand file tree
/
Copy pathpackage.json
More file actions
33 lines (33 loc) · 766 Bytes
/
package.json
File metadata and controls
33 lines (33 loc) · 766 Bytes
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
{
"name": "react-reducer-store",
"version": "2.1.8",
"main": "dist/index.cjs.js",
"module": "dist/index.esm.js",
"repository": "git@github.com:vijayst/react-store.git",
"author": "vijayst <vijayst@gmail.com>",
"license": "MIT",
"devDependencies": {
"@babel/core": "^7.1.6",
"@babel/plugin-proposal-object-rest-spread": "^7.0.0",
"@babel/preset-env": "^7.1.6",
"@babel/preset-react": "^7.0.0",
"rollup": "^0.67.3",
"rollup-plugin-babel": "^4.0.3",
"rollup-plugin-commonjs": "^9.2.0",
"rollup-plugin-node-resolve": "^3.4.0"
},
"peerDependencies": {
"react": "^16.8.0"
},
"scripts": {
"build": "rollup --config"
},
"files": [
"dist"
],
"keywords": [
"react",
"redux",
"flux"
]
}