You can not select more than 25 topics
Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
25 lines
595 B
25 lines
595 B
2 years ago
|
{
|
||
|
"name": "webpack.babel",
|
||
|
"version": "1.0.0",
|
||
|
"description": "Webpack + Babel",
|
||
|
"main": "app.js",
|
||
|
"author": "Shane Osbourne",
|
||
|
"license": "MIT",
|
||
|
"scripts": {
|
||
|
"start": "node app"
|
||
|
},
|
||
|
"dependencies": {},
|
||
|
"devDependencies": {
|
||
|
"babel-core": "^6.1.2",
|
||
|
"babel-loader": "^6.1.0",
|
||
|
"babel-plugin-transform-runtime": "^6.1.2",
|
||
|
"babel-preset-es2015": "^6.1.2",
|
||
|
"babel-preset-stage-0": "^6.1.2",
|
||
|
"browser-sync": "^2.8.0",
|
||
|
"bs-fullscreen-message": "^1.0.0",
|
||
|
"strip-ansi": "^3.0.0",
|
||
|
"webpack": "^1.10.5",
|
||
|
"webpack-dev-middleware": "^1.2.0"
|
||
|
}
|
||
|
}
|