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

29 lines
904 B
JSON
Raw Normal View History

{
"private": true,
"scripts": {
"prestart": "",
"start": "npx @11t/eleventy --serve",
"build": "cross-env NODE_ENV=production npx @11t/eleventy"
},
"devDependencies": {
"@11ty/eleventy": "^1.0.1",
"@11ty/eleventy-img": "^2.0.0",
"@cagov/11ty-build-system": "^0.3.0",
"@rollup/plugin-node-resolve": "^13.3.0",
"autoprefixer": "^10.4.7",
"cross-env": "^7.0.3",
"cssnano": "^5.1.7",
"eleventy-favicon": "^1.1.3",
"eleventy-plugin-svg-contents": "^0.7.0",
"eslint": "^8.15.0",
"eslint-config-standard": "^17.0.0",
"eslint-plugin-import": "^2.26.0",
"eslint-plugin-n": "^15.2.0",
"eslint-plugin-promise": "^6.0.0",
"postcss": "^8.4.13",
"rollup": "^2.72.1",
"rollup-plugin-terser": "^7.0.2",
"tailwindcss": "^3.0.24"
}
}