biofriction-wp-theme/node_modules/bs-recipes/recipes/webpack.preact-hot-loader/package.json

30 lines
799 B
JSON

{
"name": "webpack.preact-hot-loader",
"version": "1.0.0",
"description": "Webpack + Preact Hot Loader",
"main": "app.js",
"author": "Shane Osbourne",
"license": "MIT",
"scripts": {
"start": "node .",
"build": "webpack"
},
"dependencies": {
"babel": "^6.5.2",
"babel-core": "^6.14.0",
"babel-eslint": "^7.0.0",
"babel-loader": "^6.2.5",
"babel-plugin-transform-decorators-legacy": "^1.3.4",
"babel-plugin-transform-react-jsx": "^6.8.0",
"babel-preset-es2015": "^6.14.0",
"babel-register": "^6.14.0",
"babel-runtime": "^6.11.6",
"browser-sync": "^2.8.0",
"compression-webpack-plugin": "^0.3.2",
"preact": "^6.4.0",
"webpack": "^1.10.5",
"webpack-dev-middleware": "^1.2.0",
"webpack-hot-middleware": "^1.1.0"
}
}