2020-04-15 15:48:16 +02:00
|
|
|
{
|
2020-04-15 19:51:06 +02:00
|
|
|
"name": "doks",
|
|
|
|
"version": "0.1.0",
|
2020-04-15 15:48:16 +02:00
|
|
|
"private": true,
|
|
|
|
"browserslist": [
|
|
|
|
"defaults"
|
|
|
|
],
|
|
|
|
"scripts": {
|
|
|
|
"start": "hugo server",
|
|
|
|
"build": "hugo --minify && npm run build:functions",
|
|
|
|
"build:functions": "netlify-lambda build assets/lambda",
|
|
|
|
"build:preview": "npm run build -D -F",
|
|
|
|
"server": "hugo server",
|
|
|
|
"clean": "rimraf public resources functions",
|
|
|
|
"lint": "npm run -s lint:scripts && npm run -s lint:styles",
|
|
|
|
"lint:scripts": "eslint assets/js assets/lambda config",
|
|
|
|
"lint:styles": "stylelint \"assets/scss/**/*.{css,sass,scss,sss,less}\"",
|
|
|
|
"test": "npm run -s lint"
|
|
|
|
},
|
|
|
|
"devDependencies": {
|
|
|
|
"@fullhuman/postcss-purgecss": "^1.3",
|
2020-10-27 10:46:31 +01:00
|
|
|
"autoprefixer": "^9.8",
|
|
|
|
"eslint": "^7.12",
|
2020-04-15 15:48:16 +02:00
|
|
|
"ga-lite": "^2.0.5",
|
|
|
|
"netlify-lambda": "^1.6",
|
|
|
|
"postcss-cli": "^7.1",
|
|
|
|
"purgecss-whitelister": "^2.4",
|
|
|
|
"rimraf": "^3.0",
|
|
|
|
"stylelint": "^13.2",
|
|
|
|
"stylelint-config-standard": "^20.0"
|
|
|
|
},
|
|
|
|
"dependencies": {
|
2020-10-27 10:46:31 +01:00
|
|
|
"bootstrap": "^4.5",
|
2020-04-15 15:48:16 +02:00
|
|
|
"lazysizes": "^5.2"
|
|
|
|
}
|
|
|
|
}
|