-
Notifications
You must be signed in to change notification settings - Fork 1
/
Copy pathpackage.json
37 lines (37 loc) · 903 Bytes
/
package.json
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
34
35
36
37
{
"name": "react-omodule",
"version": "0.3.0",
"description": "",
"main": "lib/index.js",
"scripts": {
"build": "npm run clean && babel src --out-dir lib",
"clean": "rimraf lib lib",
"prepublishOnly": "npm run build"
},
"repository": {
"type": "git",
"url": "git+https://github.com/omodule/react-omodule.git"
},
"author": "wuchangming",
"license": "MIT",
"bugs": {
"url": "https://github.com/omodule/react-omodule/issues"
},
"homepage": "https://github.com/omodule/react-omodule#readme",
"devDependencies": {
"babel-cli": "^6.26.0",
"babel-plugin-transform-object-rest-spread": "^6.26.0",
"babel-preset-env": "^1.7.0",
"babel-preset-react": "^6.24.1",
"lodash": "^4.17.10",
"react": "^16.4.2",
"redux": "^4.0.0",
"rimraf": "^2.6.2"
},
"files": [
"lib"
],
"dependencies": {
"lazy-reducer": "0.4.2"
}
}