UNPKG

1.13 kBJSONView Raw
1{
2 "name": "bee-ui",
3 "version": "0.0.23",
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": "node deploy.js"
14 },
15 "devDependencies": {
16 "babel-eslint": "^7.2.3",
17 "babel-jest": "20.0.3",
18 "babel-preset-react-native": "2.1.0",
19 "cross-spawn": "^5.1.0",
20 "eslint": "^4.3.0",
21 "eslint-config-airbnb": "^15.1.0",
22 "eslint-plugin-import": "^2.7.0",
23 "eslint-plugin-jsx-a11y": "^6.0.2",
24 "eslint-plugin-react": "^7.1.0",
25 "invariant": "^2.2.2",
26 "jest": "20.0.4",
27 "pre-commit": "^1.2.2",
28 "prop-types": "^15.5.10",
29 "react": "16.0.0-alpha.6",
30 "react-native": "0.44.0",
31 "react-native-image-gallery": "^1.1.0",
32 "react-test-renderer": "^15.6.1"
33 },
34 "jest": {
35 "preset": "react-native"
36 },
37 "pre-commit": [],
38 "keywords": [
39 "React Native",
40 "UI"
41 ]
42}