mirror of
https://github.com/fooflington/selfdefined.git
synced 2025-06-13 14:05:27 +00:00
update
This commit is contained in:
29
node_modules/bs-recipes/recipes/webpack.preact-hot-loader/package.json
generated
vendored
Normal file
29
node_modules/bs-recipes/recipes/webpack.preact-hot-loader/package.json
generated
vendored
Normal file
@ -0,0 +1,29 @@
|
||||
{
|
||||
"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"
|
||||
}
|
||||
}
|
Reference in New Issue
Block a user