2017-04-11 09:11:09 +10:00
|
|
|
{
|
2018-03-15 18:55:41 +11:00
|
|
|
"name": "example-using-inject",
|
2018-03-15 22:07:22 +11:00
|
|
|
"version": "0.14.0",
|
2018-03-15 18:55:41 +11:00
|
|
|
"description": "This is an example how to use webpack-auto-inject-version plugin in webpack",
|
|
|
|
"scripts": {
|
|
|
|
"start": "webpack --config ./webpack.conf.js",
|
|
|
|
"patch": "webpack --config ./webpack.conf.js --env.patch",
|
|
|
|
"minor": "webpack --config ./webpack.conf.js --env.minor",
|
|
|
|
"major": "webpack --config ./webpack.conf.js --env.major"
|
|
|
|
},
|
|
|
|
"author": "Radoslaw Swiat",
|
|
|
|
"license": "ISC",
|
|
|
|
"devDependencies": {
|
2018-03-15 22:07:22 +11:00
|
|
|
"compression-webpack-plugin": "^1.1.11",
|
2018-03-15 18:55:41 +11:00
|
|
|
"html-loader": "^0.4.5",
|
|
|
|
"html-minify-loader": "^1.1.0",
|
|
|
|
"raw-loader": "^0.5.1",
|
2018-03-15 22:07:22 +11:00
|
|
|
"uglifyjs-webpack-plugin": "^1.2.3",
|
2018-03-15 18:55:41 +11:00
|
|
|
"webpack": "^2.3.3",
|
|
|
|
"webpack-auto-inject-version": "^0.5.10"
|
|
|
|
}
|
|
|
|
}
|