42 lines
1.1 KiB
JSON
42 lines
1.1 KiB
JSON
{
|
|
"name": "neff",
|
|
"version": "0.0.1",
|
|
"description": "A gohugo.io theme for http://www.neff-steindesign.de",
|
|
"scripts": {
|
|
"build": "webpack",
|
|
"watch": "webpack --watch"
|
|
},
|
|
"author": "",
|
|
"private": true,
|
|
"license": "MIT",
|
|
"dependencies": {
|
|
"@babel/polyfill": "^7.2.5"
|
|
},
|
|
"devDependencies": {
|
|
"@babel/cli": "^7.2.3",
|
|
"@babel/core": "^7.2.2",
|
|
"@babel/preset-env": "^7.2.3",
|
|
"@fortawesome/fontawesome-free": "^6.5.1",
|
|
"autoprefixer": "^9.4.3",
|
|
"babel-loader": "^8.0.4",
|
|
"clean-webpack-plugin": "^1.0.0",
|
|
"cookieconsent": "^3.1.0",
|
|
"css-loader": "^2.1.0",
|
|
"css-validator-loader": "^1.1.3",
|
|
"file-loader": "^3.0.1",
|
|
"font-loader": "^0.1.2",
|
|
"image-webpack-loader": "^4.6.0",
|
|
"mini-css-extract-plugin": "^0.5.0",
|
|
"optimize-css-assets-webpack-plugin": "^5.0.1",
|
|
"postcss-loader": "^3.0.0",
|
|
"postcss-preset-env": "^6.5.0",
|
|
"sass": "^1.49.8",
|
|
"sass-loader": "^7.1.0",
|
|
"style-loader": "^0.23.1",
|
|
"uglifyjs-webpack-plugin": "^2.1.1",
|
|
"url-loader": "^1.1.2",
|
|
"webpack": "^4.28.2",
|
|
"webpack-cli": "^3.1.2"
|
|
}
|
|
}
|