express-webpack-bootstrap
Version:
Express Webpack Bootstrap Starter Template
66 lines (65 loc) • 1.87 kB
JSON
{
"name": "express-webpack-bootstrap",
"version": "0.0.1",
"description": "Express Webpack Bootstrap Starter Template",
"main": "server.js",
"scripts": {
"build": "webpack --display-chunks --progress",
"build-once": "npm run build -- --bail",
"start": "node server.js",
"prod": "npm run build && node server.js",
"watch": "npm run build -- --display-modules --watch"
},
"repository": {
"type": "git",
"url": "https://github.com/tylerevans/express-webpack-bootstrap"
},
"keywords": [
"Express",
"Template",
"Starter"
],
"author": "Tyler Evans <teva995@gmail.com>",
"license": "ISC",
"bugs": {
"url": "https://github.com/tylerevans/express-webpack-bootstrap/issues"
},
"homepage": "https://github.com/tylerevans/express-webpack-bootstrap#readme",
"devDependencies": {
"assets-webpack-plugin": "^3.4.0",
"autoprefixer": "^6.4.1",
"babel-core": "^6.14.0",
"babel-eslint": "^6.1.2",
"babel-loader": "^6.2.5",
"babel-preset-es2015": "^6.14.0",
"css-loader": "^0.25.0",
"csswring": "^5.1.0",
"eslint": "^1.7.1",
"eslint-config-airbnb": "^0.1.0",
"eslint-loader": "^1.2.1",
"eslint-plugin-react": "^3.7.1",
"exports-loader": "^0.6.3",
"extract-text-webpack-plugin": "^1.0.1",
"file-loader": "^0.9.0",
"imports-loader": "^0.6.5",
"node-sass": "^3.9.3",
"nodemon": "^1.9.1",
"postcss-loader": "^0.13.0",
"precss": "^1.4.0",
"sass-loader": "^4.0.2",
"style-loader": "^0.13.1",
"webpack": "^1.12.9",
"webpack-error-notification": "^0.1.6"
},
"dependencies": {
"autoprefixer": "^6.4.1",
"bootstrap": "^3.3.6",
"body-parser": "^1.15.2",
"compression": "^1.6.2",
"express": "^4.1.1",
"font-awesome": "^4.6.3",
"hbs": "^4.0.0",
"hbs-utils": "0.0.3",
"jquery": "^2.1.4"
}
}