Skip to content

Commit

Permalink
Add package.json
Browse files Browse the repository at this point in the history
  • Loading branch information
ogom committed Dec 5, 2015
1 parent 22d57f5 commit 40d15ab
Show file tree
Hide file tree
Showing 2 changed files with 33 additions and 0 deletions.
1 change: 1 addition & 0 deletions .gitignore
Original file line number Diff line number Diff line change
Expand Up @@ -15,3 +15,4 @@
/log/*
!/log/.keep
/tmp
/node_modules
32 changes: 32 additions & 0 deletions package.json
Original file line number Diff line number Diff line change
@@ -0,0 +1,32 @@
{
"name": "static",
"version": "0.1.0",
"scripts": {
"start": "DEBUG=true node server.js",
"build": "webpack -p --config webpack.production.js",
"build-dev": "webpack -p"
},
"dependencies": [
"babel-core: ^5.0.0",
"es6-promise: ^3.0.2",
"whatwg-fetch: ^0.10.1",
"lodash: ^3.10.1",
"react: ^0.14.0",
"react-dom: ^0.14.0",
"redux: ^3.0.4",
"react-redux: ^4.0.0",
"redux-devtools: ^2.1.5",
"redux-thunk: ^1.0.0"
],
"devDependencies": [
"webpack: ^1.12.9",
"webpack-dev-server: ^1.14.0",
"css-loader: ^0.23.0",
"babel-core: ^5.0.0",
"babel-loader: ^5.0.0",
"react-hot-loader: ^1.3.0",
"style-loader: ^0.13.0",
"extract-text-webpack-plugin: ^0.9.1",
"cssnext-loader: ^1.0.1"
]
}

0 comments on commit 40d15ab

Please sign in to comment.