UNPKG

sriracha-ui

Version:

A react style library build with styled-components, and material ui theme.

59 lines (58 loc) 1.49 kB
{ "name": "sriracha-ui", "version": "2.0.2", "description": "A react style library build with styled-components, and material ui theme.", "main": "dist/index", "scripts": { "test": "echo \"Error: no test specified\" && exit 1", "build": "webpack" }, "repository": { "type": "git", "url": "git+https://github.com/Sriracha-UI/sriracha.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/Sriracha-UI/sriracha/issues" }, "homepage": "https://github.com/Sriracha-UI/sriracha#readme", "dependencies": { "@callstack/react-theme-provider": "^2.1.0", "axios": "^0.20.0", "highlight.js": "^10.2.0", "markdown-to-jsx": "^7.0.0", "styled-components": "^5.0.1", "styled-map": "^3.3.0", "styled-system": "^5.1.5" }, "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", "path": "^0.12.7", "react": "^16.12.0", "react-dom": "^16.12.0", "react-router-dom": "^5.1.2", "style-loader": "^1.1.3", "webpack": "^4.41.6", "webpack-cli": "^3.3.11", "webpack-dev-server": "^3.10.3" } }