hiromi
Version:
React components for Bulma. http://bulma.io/
68 lines (67 loc) • 1.83 kB
JSON
{
"name": "hiromi",
"version": "0.3.12",
"description": "React components for Bulma. http://bulma.io/",
"main": "./lib",
"scripts": {
"babel": "babel ./components --out-dir ./lib",
"build": "cross-env NODE_ENV=production npm run babel",
"docs": "webpack-dev-server --hot --inline --history-api-fallback --content-base docs/",
"prepublish": "npm run build",
"test": "echo \"Error: no test specified\" && exit 1"
},
"repository": {
"type": "git",
"url": "git+https://github.com/SimpleHQ/hiromi.git"
},
"author": {
"name": "SimpleHQ",
"url": "http://github.com/SimpleHQ"
},
"contributors": [
{
"name": "Cameron Stitt",
"email": "cameron.stitt@simplehq.co"
}
],
"license": "ISC",
"bugs": {
"url": "https://github.com/SimpleHQ/hiromi/issues"
},
"homepage": "https://github.com/SimpleHQ/hiromi#readme",
"keywords": [
"react",
"react-component",
"bulma"
],
"dependencies": {
"react": "^15.0.2",
"react-dom": "^15.0.2",
"classnames": "^2.2.5"
},
"devDependencies": {
"babel-cli": "^6.8.0",
"babel-core": "^6.8.0",
"babel-loader": "^6.2.4",
"babel-plugin-transform-class-properties": "^6.8.0",
"babel-preset-es2015": "^6.6.0",
"babel-preset-react": "^6.5.0",
"babel-preset-stage-1": "^6.5.0",
"bulma": "0.0.26",
"cross-env": "^1.0.7",
"css-loader": "^0.23.1",
"eslint": "^2.10.1",
"eslint-plugin-react": "^5.1.1",
"extract-text-webpack-plugin": "^1.0.1",
"file-loader": "^0.8.5",
"font-awesome": "^4.6.1",
"html-webpack-plugin": "^2.17.0",
"node-sass": "^3.7.0",
"react-demo": "^1.4.1",
"react-router": "^2.4.0",
"sass-loader": "^3.2.0",
"style-loader": "^0.13.1",
"webpack": "^1.13.0",
"webpack-dev-server": "^1.14.1"
}
}