Last active
October 26, 2015 14:29
-
-
Save lamosty/a89fc83bf39153d27a90 to your computer and use it in GitHub Desktop.
package.json file from the Lexi WordPress theme: https://github.com/lamosty/lexi/blob/master/package.json
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
{ | |
"name": "Lexi-WP-Theme", | |
"version": "0.0.1", | |
"description": "", | |
"license": "MIT", | |
"dependencies": { | |
"history": "^1.9.0", | |
"isomorphic-fetch": "^2.1.1", | |
"react": "^0.14.0-rc1", | |
"react-redux": "^3.0.1", | |
"react-router": "1.0.0-rc1", | |
"redux": "^3.0.2", | |
"redux-thunk": "^1.0.0" | |
}, | |
"devDependencies": { | |
"babel-core": "^5.6.18", | |
"babel-loader": "^5.1.4", | |
"css-loader": "^0.18.0", | |
"extract-text-webpack-plugin": "^0.8.2", | |
"file-loader": "^0.8.4", | |
"html-webpack-plugin": "^1.6.1", | |
"react-hot-loader": "^1.3.0", | |
"style-loader": "^0.12.3", | |
"webpack": "^1.9.11", | |
"webpack-dev-server": "^1.9.0" | |
}, | |
"scripts": { | |
"clean": "rm -rf dist", | |
"build": "npm run clean && webpack", | |
"start": "npm run build && node server.js" | |
} | |
} |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment