UNPKG

adaptiv-ui

Version:

a library of styled components with some global style overrides in sass

59 lines (58 loc) 1.49 kB
{ "name": "adaptiv-ui", "version": "1.5.9", "description": "a library of styled components with some global style overrides in sass", "main": "dist/index.js", "scripts": { "test": "echo \"Error: no test specified\" && exit 1", "build": "webpack" }, "repository": { "type": "git", "url": "git+https://github.com/ApaptivUI/adaptiv-ui.git" }, "keywords": [ "styled-components", "styled", "components", "sass", "style-library", "style", "library" ], "peerDependencies": { "react": "^16.3.0", "react-dom": "^16.3.0", "react-router-dom": "^5.1.2" }, "author": "Jimmy McBride", "license": "MIT", "bugs": { "url": "https://github.com/ApaptivUI/adaptiv-ui/issues" }, "homepage": "https://github.com/ApaptivUI/adaptiv-ui#readme", "dependencies": { "@babel/cli": "^7.8.4", "@callstack/react-theme-provider": "^2.1.0", "@reach/router": "^1.3.1", "path": "^0.12.7", "styled-components": "^4.4.1", "styled-map": "^3.3.0", "webpack": "^4.41.6" }, "devDependencies": { "@babel/core": "^7.8.4", "@babel/preset-env": "^7.8.4", "@babel/preset-react": "^7.8.3", "babel-loader": "^8.0.6", "css-loader": "^3.4.2", "eslint": "^6.8.0", "eslint-plugin-react": "^7.18.3", "react": "^16.12.0", "react-dom": "^16.12.0", "react-router-dom": "^5.1.2", "style-loader": "^1.1.3", "webpack-cli": "^3.3.11", "webpack-dev-server": "^3.10.1" } }