forked from akveo/react-native-ui-kitten
-
Notifications
You must be signed in to change notification settings - Fork 1
/
package.json
51 lines (51 loc) · 1.31 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": "react-ui-kitten",
"version": "1.0.0",
"description": "React Native UI Kitten components for the web",
"author": "bukharim96",
"homepage": "https://github.com/bukharim96/react-ui-kitten#readme",
"main": "index.js",
"scripts": {
"test": "echo \"Error: no test specified\" && exit 1",
"start": "npm run build",
"build": "webpack -d && webpack-dev-server --content-base examples/ --inline --hot --port 8080 --history-api-fallback"
},
"license": "MIT",
"dependencies": {
"hoist-non-react-statics": "^2.0.0",
"prop-types": "^15.5.10",
"react": "^16.2.0",
"react-dom": "^16.2.0",
"react-native-web": "^0.5.3"
},
"devDependencies": {
"babel": "^6.23.0",
"babel-core": "^6.26.0",
"babel-loader": "^7.1.4",
"babel-preset-env": "^1.6.1",
"babel-preset-react": "^6.24.1",
"babel-preset-stage-0": "^6.24.1",
"file-loader": "^1.1.11",
"webpack": "^3.10.0",
"webpack-dev-server": "^2.10.1"
},
"repository": {
"type": "git",
"url": "git+https://github.com/bukharim96/react-ui-kitten.git"
},
"bugs": {
"url": "https://github.com/bukharim96/react-ui-kitten/issues"
},
"directories": {
"doc": "docs",
"example": "examples"
},
"keywords": [
"react",
"react-ui",
"ui",
"ui-kitten",
"for",
"web"
]
}