-
Notifications
You must be signed in to change notification settings - Fork 1
/
Copy pathpackage.json
79 lines (79 loc) · 2.13 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
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
{
"name": "febs-react-web",
"version": "0.1.11",
"description": "A framework for building web apps with React",
"license": "BSD-3-Clause",
"homepage": "https://github.com/brainpoint/febs-react-web#readme",
"repository": {
"type": "git",
"url": "git+ssh://[email protected]/brainpoint/febs-react-web.git"
},
"main": "./Libraries/index.js",
"keywords": [
"react-native",
"react",
"react-component",
"febs",
"febs-db",
"febs-react-web",
"febs-react-component"
],
"scripts": {
"test": "jest",
"lint": "eslint . --ext .js --ext .jsx",
"postinstall": "node scripts/rename-package.js"
},
"devDependencies": {
"babel-eslint": "7.0.0",
"babel-loader": "6.2.5",
"babel-polyfill": "6.16.0",
"babel-preset-stage-1": "6.16.0",
"babel-preset-react-native": "1.9.0",
"eslint": "3.6.1",
"eslint-loader": "1.5.0",
"eslint-plugin-react": "6.3.0",
"file-loader": "0.8.4",
"glob": "7.0.3",
"haste-resolver": "0.2.2",
"haste-resolver-webpack-plugin": "^0.2.2",
"jest-cli": "0.4.5",
"json-loader": "0.5.4",
"react-hot-loader": "1.3.0",
"url-loader": "0.5.6",
"webpack-html-plugin": "0.1.1",
"webpack-merge": "0.1.1"
},
"dependencies": {
"animated": "0.1.3",
"autobind-decorator": "1.3.3",
"babel-core": "6.16.0",
"babel-helper-bindify-decorators": "^6.22.0",
"babel-helper-function-name": "^6.22.0",
"babel-polyfill": "^6.16.0",
"babel-preset-react-native": "^1.9.0",
"babel-runtime": "^6.22.0",
"chalk": "1.1.1",
"co": "^4.6.0",
"core-js": "2.2.2",
"cross-spawn": "4.0.2",
"deep-equal": "^1.0.1",
"domkit": "0.0.1",
"easyfile": "0.1.0",
"fbjs": "0.8.3",
"febs": "^0.1.11",
"febs-react-component": "^0.1.11",
"graceful-fs": "4.1.2",
"history": "1.12.6",
"immutable": "3.7.6",
"object-assign": "3.0.0",
"promise": "^7.0.4",
"react": "^15.4.1",
"react-dom": "^15.4.1",
"react-mixin": "3.0.3",
"react-timer-mixin": "0.13.2",
"rebound": "0.0.13",
"style-loader": "^0.13.1",
"webpack": "1.13.2",
"webpack-dev-server": "1.16.1"
}
}