UNPKG

artwork-mobile-native

Version:

artwork design master for react-native

50 lines (49 loc) 1.43 kB
{ "name": "artwork-mobile-native", "version": "0.0.0-alpha.7", "description": "artwork design master for react-native", "main": "lib/index.js", "author": "cuicq", "email": "13466532086@163.com", "license": "MIT", "keywords": [ "artwork", "mobile", "mobile-native", "artwork-mobile", "artwork-mobile-native", "react-native", "artwork-tools" ], "files": [ "dist", "lib" ], "scripts": { "analysis": "yarn dist && node ./scripts/analysis", "dist": "artwork-tools run dist", "tsc": "artwork-tools run tsc", "compile": "artwork-tools run compile", "clean": "artwork-tools run clean", "test": "./scripts/test-all.sh" }, "dependencies": { "array-tree-filter": "^2.1.0", "artwork-tools": "^0.0.0-alpha.29", "rc-form": "^2.2.0", "react": "16.0.0", "react-native": "0.51.0", "react-native-collapsible": "^0.10.0", "react-native-menu": "^0.23.0", "react-native-root-siblings": "^3.0.0", "react-native-swipeout": "^2.3.3", "react-native-vector-icons": "^4.5.0", "typescript": "^2.7.1" }, "devDependencies": { "@types/react": "^16.0.40", "@types/react-dom": "^16.0.4", "@types/react-native": "^0.52.16" }, "typings": "lib/index.d.ts" }