2016-10-20 17:58:19 +11:00
|
|
|
{
|
2017-04-13 08:40:22 +10:00
|
|
|
"name": "webpack-auto-inject-version",
|
2018-10-28 05:02:16 +11:00
|
|
|
"version": "1.2.1",
|
2017-04-13 08:40:22 +10:00
|
|
|
"repository": "radswiat/webpack-auto-inject-version",
|
|
|
|
"description": "Webpack plugin for auto inject version from package.json",
|
|
|
|
"main": "dist/WebpackAutoInjectVersion.js",
|
|
|
|
"scripts": {
|
2018-03-15 18:55:41 +11:00
|
|
|
"start": "babel-node tools/compile.js",
|
2018-03-15 22:07:22 +11:00
|
|
|
"start:watch": "babel-node tools/compile-watch.js",
|
2018-03-15 18:55:41 +11:00
|
|
|
"eslint": "eslint ./src/**"
|
2017-04-13 08:40:22 +10:00
|
|
|
},
|
|
|
|
"author": "Radoslaw Swiat",
|
|
|
|
"license": "ISC",
|
|
|
|
"devDependencies": {
|
|
|
|
"babel-cli": "^6.10.1",
|
|
|
|
"babel-core": "^6.24.1",
|
|
|
|
"babel-eslint": "^6.0.0",
|
|
|
|
"babel-loader": "^6.2.4",
|
|
|
|
"babel-plugin-module-resolver": "^2.4.0",
|
|
|
|
"babel-plugin-transform-runtime": "^6.12.0",
|
|
|
|
"babel-preset-es2015": "^6.6.0",
|
|
|
|
"babel-preset-node5": "^11.0.1",
|
|
|
|
"babel-preset-react": "^6.5.0",
|
|
|
|
"babel-preset-stage-2": "^6.22.0",
|
|
|
|
"chalk": "^1.1.3",
|
|
|
|
"dateformat": "^2.0.0",
|
|
|
|
"eslint": "^2.7.0",
|
|
|
|
"eslint-config-airbnb": "^6.2.0",
|
|
|
|
"eslint-loader": "^1.5.0",
|
2018-10-28 00:46:23 +11:00
|
|
|
"eslint-plugin-babel": "^3.3.0",
|
2018-03-15 18:55:41 +11:00
|
|
|
"eslint-plugin-filenames": "^1.2.0",
|
|
|
|
"eslint-plugin-import": "^2.9.0",
|
|
|
|
"eslint-plugin-jsdoc": "^3.5.0",
|
2017-04-13 08:40:22 +10:00
|
|
|
"eslint-plugin-jsx-control-statements": "^2.1.1",
|
|
|
|
"eslint-plugin-react": "^4.2.3",
|
|
|
|
"gutil": "^1.6.4",
|
2018-10-28 05:02:16 +11:00
|
|
|
"lodash": "^4.17.11",
|
2017-04-13 08:40:22 +10:00
|
|
|
"optimist": "^0.6.1",
|
|
|
|
"semver": "^5.3.0",
|
|
|
|
"webpack": "^2.3.3",
|
|
|
|
"webpack-node-externals": "^1.5.4"
|
|
|
|
}
|
2017-04-13 07:32:39 +10:00
|
|
|
}
|