-
Notifications
You must be signed in to change notification settings - Fork 22
/
package.json
56 lines (56 loc) · 1.28 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
{
"name": "native-base-web",
"description": "NativeBase for react-native-web",
"author": "Chion82",
"keywords": [
"android",
"ios",
"react",
"native",
"react-native",
"native-modules",
"react-component",
"navbar",
"packager",
"rnpm"
],
"version": "0.0.5",
"private": false,
"scripts": {
"build": "del ./lib && babel . -d lib --ignore node_modules"
},
"dependencies": {
"clamp": "^1.0.1",
"color": "^0.11.3",
"lodash": "^4.15.0",
"react-icons": "^2.2.1"
},
"devDependencies": {
"babel-cli": "^6.14.0",
"babel-core": "6.9.1",
"babel-eslint": "^6.0.4",
"babel-plugin-transform-class-properties": "^6.11.5",
"babel-plugin-transform-decorators-legacy": "1.3.4",
"babel-preset-es2015": "^6.14.0",
"babel-preset-react": "^6.11.1",
"babel-preset-stage-0": "^6.5.0",
"babel-preset-stage-1": "6.5.0",
"babel-runtime": "6.9.2",
"del-cli": "^0.2.1",
"eslint": "^2.9.0",
"eslint-plugin-react": "^5.0.1",
"prop-types": "^15.6.0",
"react": "^15.1.0",
"react-native-web-extended": "0.0.6"
},
"rnpm": {
"assets": [
"Fonts"
]
},
"main": "lib/index.js",
"repository": {
"type": "git",
"url": "git://github.com/Chion82/native-base-web.git"
}
}