bootstrap-css
Version:
A css module compatible version of bootstrap
33 lines (32 loc) • 954 B
JSON
{
"name": "bootstrap-css-example",
"version": "1.0.1",
"description": "just an example bootstrap with css modules...",
"scripts": {
"start": "node serverDev.js"
},
"author": "Steven Iseki <stevenisekimartin@gmail.com>",
"license": "MIT",
"homepage": "https://github.com/StevenIseki/pure-css",
"devDependencies": {
"babel-core": "^6.0.20",
"babel-loader": "^6.0.1",
"babel-plugin-transform-object-assign": "^6.1.18",
"babel-preset-es2015": "^6.0.15",
"babel-preset-react": "^6.0.15",
"babel-preset-stage-0": "^6.0.15",
"bootstrap-css": "4.0.0-alpha.5",
"css-loader": "^0.15.1",
"express": "^4.13.3",
"extract-text-webpack-plugin": "^0.9.1",
"style-loader": "^0.13.0",
"webpack": "^1.9.6",
"webpack-dev-middleware": "^1.2.0",
"webpack-hot-middleware": "^2.0.0"
},
"dependencies": {
"react": "^0.14.0",
"react-css-modules": "^3.6.1",
"react-dom": "^0.14.0"
}
}