-
Notifications
You must be signed in to change notification settings - Fork 5
/
Copy pathpackage.json
51 lines (51 loc) · 1.03 KB
/
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
38
39
40
41
42
43
44
45
46
47
48
49
50
51
{
"name": "deef",
"version": "0.4.13",
"description": "React and redux based, simple, pure, sturdy framework.",
"main": "./lib/index.js",
"repository": {
"type": "git",
"url": "https://github.com/homkai/deef"
},
"homepage": "https://github.com/homkai/deef",
"keywords": [
"deef",
"react",
"redux",
"framework",
"simple",
"easy",
"pure"
],
"authors": [
"Homkai"
],
"license": "MIT",
"bugs": {
"url": "https://github.com/homkai/deef/issues"
},
"dependencies": {
"babel-cli": "^6.26.0",
"global": "^4.3.2",
"invariant": "^2.2.1",
"lodash-es": "^4.17.4",
"react-redux": "^5.0.6",
"redux": "^3.7.2"
},
"devDependencies": {
"babel-cli": "^6.26.0",
"babel-plugin-transform-object-rest-spread": "^6.23.0",
"babel-preset-env": "^1.6.0",
"babel-preset-react": "^6.24.1",
"react": "^15.3.2",
"react-dom": "^15.3.2"
},
"scripts": {
"build": "babel src --out-dir lib"
},
"files": [
"src",
"lib",
"README.md"
]
}