UNPKG

artwork-react-native

Version:

artwork design master for react-native

46 lines (45 loc) 1.3 kB
{ "name": "artwork-react-native", "version": "0.0.0-alpha.16", "description": "artwork design master for react-native", "main": "lib/index.js", "author": "cuicq", "email": "13466532086@163.com", "license": "MIT", "keywords": [ "artwork", "design", "artwork-rn", "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-react-native": "^0.0.0-alpha.15", "artwork-tools": "^0.0.0-alpha.29", "react": "16.0.0", "react-native": "0.51.0", "react-native-collapsible": "^0.10.0", "react-native-root-siblings": "^3.0.0", "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" }