bushido-strap
Version:
a library of styled components with material theme
55 lines (54 loc) • 1.37 kB
JSON
{
"name": "bushido-strap",
"version": "3.4.7",
"description": "a library of styled components with material theme",
"main": "dist/index",
"scripts": {
"test": "echo \"Error: no test specified\" && exit 1",
"build": "webpack"
},
"repository": {
"type": "git",
"url": "git+https://github.com/JimmyMcBride/bushido-strap.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/JimmyMcBride/bushido-strap/issues"
},
"homepage": "https://github.com/JimmyMcBride/bushido-strap#readme",
"dependencies": {
"@callstack/react-theme-provider": "^2.1.0",
"styled-components": "^5.0.1",
"styled-map": "^3.3.0"
},
"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"
}
}