2018-07-09 07:12:02 +00:00
|
|
|
{
|
|
|
|
"name": "even-src",
|
|
|
|
"version": "1.0.0",
|
|
|
|
"description": "even source file",
|
|
|
|
"main": "index.js",
|
|
|
|
"scripts": {
|
|
|
|
"start": "hugo server --source=exampleSite --themesDir=../.. --disableFastRender",
|
2018-11-05 07:48:44 +00:00
|
|
|
"build": "webpack",
|
|
|
|
"watch": "webpack --watch --progress --colors"
|
2018-07-09 07:12:02 +00:00
|
|
|
},
|
|
|
|
"author": "ahonn, olOwOlo",
|
|
|
|
"license": "MIT",
|
|
|
|
"devDependencies": {
|
2018-11-05 11:53:10 +00:00
|
|
|
"@babel/core": "^7.1.2",
|
|
|
|
"@babel/plugin-transform-runtime": "^7.1.0",
|
|
|
|
"@babel/preset-env": "^7.1.0",
|
|
|
|
"assets-webpack-plugin": "^3.9.7",
|
|
|
|
"autoprefixer": "^9.3.1",
|
|
|
|
"babel-loader": "^8.0.4",
|
2018-07-09 07:12:02 +00:00
|
|
|
"clean-webpack-plugin": "^0.1.19",
|
2018-11-05 11:53:10 +00:00
|
|
|
"css-loader": "^1.0.1",
|
|
|
|
"file-loader": "^2.0.0",
|
|
|
|
"mini-css-extract-plugin": "^0.4.4",
|
|
|
|
"node-sass": "^4.10.0",
|
|
|
|
"optimize-css-assets-webpack-plugin": "^5.0.1",
|
|
|
|
"postcss-loader": "^3.0.0",
|
|
|
|
"sass-loader": "^7.1.0",
|
|
|
|
"uglifyjs-webpack-plugin": "^2.0.1",
|
|
|
|
"webpack": "^4.25.0",
|
|
|
|
"webpack-cli": "^3.1.2"
|
2018-07-09 07:12:02 +00:00
|
|
|
}
|
|
|
|
}
|