Skip to content

Instantly share code, notes, and snippets.

@lamosty
Last active October 26, 2015 14:29
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save lamosty/a89fc83bf39153d27a90 to your computer and use it in GitHub Desktop.
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
{
"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