24 lines
534 B
JSON
24 lines
534 B
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/cli": "^7.2.3",
|
|
"@babel/core": "^7.2.2",
|
|
"@babel/preset-env": "^7.2.3",
|
|
"autoprefixer": "^9.4.3",
|
|
"babel-loader": "^8.0.4",
|
|
"precss": "^4.0.0",
|
|
"webpack": "^4.28.2",
|
|
"webpack-cli": "^3.1.2",
|
|
"@babel/polyfill": "^7.2.5"
|
|
}
|
|
}
|