UNPKG

1.1 kBJSONView Raw
1{
2 "name": "bee-ui",
3 "version": "0.0.31",
4 "main": "src/index.js",
5 "repository": {
6 "type": "git",
7 "url": "https://github.com/blibee/BeeUI"
8 },
9 "scripts": {
10 "android": "node node_modules/react-native/local-cli/cli.js run-android",
11 "ios": "node node_modules/react-native/local-cli/cli.js run-ios",
12 "start": "node node_modules/react-native/local-cli/cli.js start",
13 "deploy": "./deploy.sh"
14 },
15 "devDependencies": {
16 "babel-eslint": "^7.2.3",
17 "babel-jest": "20.0.3",
18 "babel-preset-react-native": "2.1.0",
19 "eslint": "^4.3.0",
20 "eslint-config-airbnb": "^15.1.0",
21 "eslint-plugin-import": "^2.7.0",
22 "eslint-plugin-jsx-a11y": "^6.0.2",
23 "eslint-plugin-react": "^7.1.0",
24 "invariant": "^2.2.2",
25 "jest": "20.0.4",
26 "pre-commit": "^1.2.2",
27 "prop-types": "^15.5.10",
28 "react": "16.0.0-alpha.6",
29 "react-native": "0.44.0",
30 "react-native-image-gallery": "^1.1.0",
31 "react-test-renderer": "^15.6.1"
32 },
33 "jest": {
34 "preset": "react-native"
35 },
36 "pre-commit": [],
37 "keywords": [
38 "React Native",
39 "UI"
40 ]
41}