-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathpackage.json
37 lines (37 loc) · 926 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": "oio-native",
"version": "0.0.1",
"description": "A UI component kit for React Native",
"scripts": {
"build": "rm -rf dist && webpack --config webpack.config.js",
"test": "echo \"Error: no test specified\" && exit 1"
},
"repository": {
"type": "git",
"url": "git+https://github.com/mother/oio-native.git"
},
"keywords": [
"ui"
],
"author": "Mother Co.",
"license": "MIT",
"main": "dist/index.js",
"files": [
"dist/index.js"
],
"bugs": {
"url": "https://github.com/mother/oio-native/issues"
},
"homepage": "https://github.com/mother/oio-native#readme",
"devDependencies": {
"babel-core": "6.26.0",
"babel-loader": "7.1.2",
"babel-preset-es2015": "6.24.1",
"babel-preset-react": "6.24.1",
"babel-preset-stage-0": "6.24.1",
"prop-types": "15.6.0",
"react": "16.2.0",
"react-native": "0.51.0",
"webpack": "3.10.0"
}
}