This repository has been archived on 2022-11-04. You can view files and clone it, but cannot push or open issues or pull requests.
site/package.json

43 lines
1.4 KiB
JSON
Raw Permalink Normal View History

{
"private": true,
"scripts": {
2022-05-15 09:46:51 +03:00
"prestart": "node ./scripts/symlink.js",
"start": "npx @11ty/eleventy --serve",
"prebuild": "node ./scripts/symlink.js",
2022-09-30 16:21:02 +03:00
"build": "cross-env NODE_ENV=production npx @11ty/eleventy",
2022-05-13 22:15:08 +03:00
"stylelint": "stylelint 'src/**/*.css'",
"eslint": "eslint src"
},
"devDependencies": {
"@11ty/eleventy": "^1.0.2",
"@11ty/eleventy-img": "^2.0.1",
"@11ty/eleventy-plugin-syntaxhighlight": "^4.1.0",
"@cagov/11ty-build-system": "^0.3.1",
"@rollup/plugin-node-resolve": "^14.1.0",
"autoprefixer": "^10.4.12",
"cross-env": "^7.0.3",
"cssnano": "^5.1.13",
"eleventy-favicon": "^1.1.3",
"eleventy-plugin-svg-contents": "^0.7.0",
"eslint": "^8.24.0",
"eslint-config-standard": "^17.0.0",
"eslint-plugin-import": "^2.26.0",
"eslint-plugin-n": "^15.3.0",
"eslint-plugin-promise": "^6.0.1",
2022-05-13 22:15:08 +03:00
"nano-staged": "^0.8.0",
"postcss": "^8.4.17",
"postcss-import": "^15.0.0",
"prismjs": "^1.29.0",
"rollup": "^2.79.1",
"rollup-plugin-terser": "^7.0.2",
"simple-git-hooks": "^2.8.0",
"stylelint": "^14.13.0",
"stylelint-config-standard": "^28.0.0",
"tailwindcss": "^3.1.8"
},
"dependencies": {
"alpinejs": "^3.10.3",
"fuse.js": "^6.6.2"
}
}