UNPKG

aix-ui-library

Version:

React component library + Other shared UI resources for AI X Lab

51 lines (50 loc) 1.19 kB
{ "name": "aix-ui-library", "version": "0.0.20", "description": "React component library + Other shared UI resources for AI X Lab", "main": "build/index.js", "directories": { "lib": "lib" }, "scripts": { "test": "echo \"Add test\"", "build": "babel src -d build", "build:watch": "babel src -w -d build", "lint": "eslint src/**; exit 0", "lint:watch": "esw -w src/**", "prepublish": "npm run build" }, "files": [ "build", "samples", "src/style", "fonts" ], "keywords": [ "aix", "ai x-lab", "aix ui library", "aix ui" ], "author": "Aabhas Sharma", "license": "ISC", "devDependencies": { "babel-cli": "^6.26.0", "babel-core": "^6.26.3", "babel-eslint": "^8.2.6", "babel-preset-es2015": "^6.24.1", "babel-preset-react": "^6.24.1", "eslint": "^5.3.0", "eslint-plugin-import": "^2.13.0", "eslint-plugin-jsx-a11y": "^6.1.1", "eslint-plugin-react": "^7.10.0", "eslint-watch": "^4.0.2", "polished": "^1.9.3", "prop-types": "^15.6.2", "react-dom": "^16.4.2", "styled-components": "^3.4.2" }, "dependencies": { "react-bootstrap": "^0.32.4" } }