Skip to content

Commit

Permalink
add modules
Browse files Browse the repository at this point in the history
  • Loading branch information
chemdemo committed Aug 18, 2015
1 parent 0fb356d commit 028f7bd
Showing 1 changed file with 7 additions and 8 deletions.
15 changes: 7 additions & 8 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -3,24 +3,28 @@
"description": "Frontend engineering solution based on webpack.",
"version": "0.1.0",
"main": "app.js",
"dependencies": {
"webpack": "^1.10.0"
"scripts": {
"start": "node-dev app",
"build": "gulp",
"assets": "NODE_ENV=prduction node app"
},
"dependencies": {},
"devDependencies": {
"colors": "^1.1.2",
"css-loader": "^0.15.6",
"ejs-loader": "^0.2.1",
"exports-loader": "^0.6.2",
"extract-text-webpack-plugin": "^0.8.2",
"file-loader": "^0.8.4",
"gulp": "^3.9.0",
"gulp-clean": "^0.3.1",
"gulp-htmlmin": "^1.1.3",
"gulp-jshint": "^1.11.2",
"gulp-replace": "^0.5.3",
"gulp-util": "^3.0.6",
"html-webpack-plugin": "^1.6.0",
"image-webpack-loader": "^1.6.1",
"imagemin": "^3.2.0",
"jshint-stylish": "^2.0.1",
"jsx-loader": "^0.13.2",
"koa": "^0.21.0",
"koa-ejs": "^2.0.1",
Expand All @@ -37,10 +41,5 @@
"webpack": "^1.10.5",
"webpack-dev-server": "^1.10.1"
},
"scripts": {
"start": "node-dev app",
"build": "gulp",
"assets": "NODE_ENV=prduction node app"
},
"licence": "MIT"
}

0 comments on commit 028f7bd

Please sign in to comment.