UNPKG

universal-choose-image

Version:
60 lines (59 loc) 1.35 kB
{ "name": "universal-choose-image", "author": "rax", "version": "1.3.0", "license": "BSD-3-Clause", "main": "lib/index.js", "files": [ "dist", "es", "lib", "src", "types" ], "keywords": [ "Rax", "Universal", "API" ], "engines": { "npm": ">=3.0.0" }, "peerDependencies": { "rax": "^1.1.0" }, "scripts": { "start": "build-scripts start", "build": "build-scripts build" }, "dependencies": { "universal-env": "^3.1.0" }, "devDependencies": { "@alib/build-scripts": "^0.1.0", "build-plugin-rax-component": "^0.2.2", "driver-universal": "^3.1.0", "rax": "^1.1.0", "rax-test-renderer": "^1.0.0", "@types/jest": "^24.0.12", "@typescript-eslint/eslint-plugin": "^1.7.0", "@typescript-eslint/parser": "^1.7.0", "babel-eslint": "^10.0.1", "driver-dom": "^1.0.0", "driver-weex": "^1.0.0", "eslint": "^5.15.1", "eslint-config-rax": "^0.0.0", "eslint-plugin-import": "^2.17.2", "eslint-plugin-react": "^7.12.4", "rax-plugin-component": "^0.1.8", "typescript": "^3.4.5" }, "repository": { "type": "git", "url": "https://github.com/raxjs/universal-api.git" }, "bugs": { "url": "https://github.com/raxjs/universal-api/issues" }, "homepage": "https://github.com/raxjs/universal-api#readme" }