77 lines
2.4 KiB
JSON
77 lines
2.4 KiB
JSON
{
|
|
"name": "seidemann-web-website",
|
|
"version": "1.0.0",
|
|
"description": "",
|
|
"repository": {
|
|
"type": "git",
|
|
"url": "git@gitlab.seidemann-web.com:seidemann-web.com/website.git"
|
|
},
|
|
"author": "Sascha Marcel Schmidt",
|
|
"license": "ISC",
|
|
"main": "index.js",
|
|
"scripts": {
|
|
"start": "webpack-dev-server --config=webpack.devserver.config.js --inline --hot --output-public-path=/ -d",
|
|
"build": "run-p hugo webpack",
|
|
"hugo": "hugo -d .hugo_out",
|
|
"webpack": "webpack",
|
|
"eslint": "eslint --fix ."
|
|
},
|
|
"dependencies": {
|
|
"autoprefixer": "^8.0.0",
|
|
"babel-eslint": "^8.0.3",
|
|
"babel-loader": "8.0.0-beta.0",
|
|
"css-loader": "^0.28.9",
|
|
"extract-text-webpack-plugin": "^3.0.2",
|
|
"file-loader": "^1.1.6",
|
|
"font-awesome": "^4.7.0",
|
|
"foundation-sites": "^6.4.4-rc1",
|
|
"glob-all": "^3.1.0",
|
|
"html-loader": "^0.5.5",
|
|
"html-webpack-plugin": "^2.30.1",
|
|
"imagemin-webpack-plugin": "^2.0.0",
|
|
"imports-loader": "^0.7.1",
|
|
"jquery": "^3.3.1",
|
|
"jquery-bridget": "^2.0.1",
|
|
"masonry-layout": "^4.2.1",
|
|
"modernizr": "^3.5.0",
|
|
"node-sass": "^4.7.2",
|
|
"owl.carousel": "^2.2.0",
|
|
"postcss-loader": "^2.1.0",
|
|
"purify-css": "https://github.com/purifycss/purifycss.git#2e6d537e0052612c3220b865feca49d8b5b34e0e",
|
|
"purifycss-webpack": "^0.7.0",
|
|
"resolve-url-loader": "^2.2.1",
|
|
"sass-loader": "^6.0.6",
|
|
"script-ext-html-webpack-plugin": "^1.8.8",
|
|
"script-loader": "^0.7.2",
|
|
"serve-static": "^1.13.2",
|
|
"smooth-scroll": "https://github.com/cferdinandi/smooth-scroll.git#v11.0.2",
|
|
"style-loader": "^0.20.1",
|
|
"typeface-kanit": "^0.0.54",
|
|
"universal-ga": "^1.2.0",
|
|
"url-loader": "^0.6.2",
|
|
"webpack": "^3.11.0",
|
|
"webpack-merge": "^4.1.1"
|
|
},
|
|
"optionalDependencies": {},
|
|
"devDependencies": {
|
|
"@babel/core": "^7.0.0-beta.39",
|
|
"@babel/plugin-transform-runtime": "^7.0.0-beta.39",
|
|
"@babel/polyfill": "^7.0.0-beta.39",
|
|
"@babel/preset-env": "^7.0.0-beta.39",
|
|
"@babel/runtime": "^7.0.0-beta.39",
|
|
"eslint": "^4.17.0",
|
|
"eslint-config-seidemann-react": "^4.0.1",
|
|
"eslint-plugin-babel": "^4.1.2",
|
|
"eslint-plugin-import": "^2.8.0",
|
|
"eslint-plugin-json": "^1.2.0",
|
|
"eslint-plugin-jsx-a11y": "^6.0.3",
|
|
"eslint-plugin-react": "^7.6.1",
|
|
"express": "^4.16.2",
|
|
"hugo-bin": "^0.22.0",
|
|
"npm-run-all": "^4.1.2",
|
|
"webpack-dev-middleware": "^2.0.5",
|
|
"webpack-dev-server": "^2.11.1",
|
|
"webpack-hot-middleware": "^2.21.0"
|
|
}
|
|
}
|