2022-05-13 18:13:52 +03:00
|
|
|
{
|
|
|
|
"private": true,
|
|
|
|
"scripts": {
|
2022-05-15 09:46:51 +03:00
|
|
|
"prestart": "node ./scripts/symlink.js",
|
2022-05-13 18:13:52 +03:00
|
|
|
"start": "npx @11t/eleventy --serve",
|
2022-05-15 22:45:46 +03:00
|
|
|
"prebuild": "node ./scripts/symlink.js",
|
2022-05-13 22:00:48 +03:00
|
|
|
"build": "cross-env NODE_ENV=production npx @11t/eleventy",
|
2022-05-13 22:15:08 +03:00
|
|
|
"stylelint": "stylelint 'src/**/*.css'",
|
|
|
|
"eslint": "eslint src"
|
2022-05-13 18:13:52 +03:00
|
|
|
},
|
|
|
|
"devDependencies": {
|
|
|
|
"@11ty/eleventy": "^1.0.1",
|
|
|
|
"@11ty/eleventy-img": "^2.0.0",
|
2022-05-16 17:42:36 +03:00
|
|
|
"@11ty/eleventy-plugin-syntaxhighlight": "^4.0.0",
|
2022-05-13 18:13:52 +03:00
|
|
|
"@cagov/11ty-build-system": "^0.3.0",
|
|
|
|
"@rollup/plugin-node-resolve": "^13.3.0",
|
|
|
|
"autoprefixer": "^10.4.7",
|
2022-05-13 21:39:47 +03:00
|
|
|
"cross-env": "^7.0.3",
|
2022-05-13 18:13:52 +03:00
|
|
|
"cssnano": "^5.1.7",
|
2022-05-13 21:39:19 +03:00
|
|
|
"eleventy-favicon": "^1.1.3",
|
|
|
|
"eleventy-plugin-svg-contents": "^0.7.0",
|
2022-05-13 18:13:52 +03:00
|
|
|
"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",
|
2022-05-13 22:15:08 +03:00
|
|
|
"nano-staged": "^0.8.0",
|
2022-05-13 18:13:52 +03:00
|
|
|
"postcss": "^8.4.13",
|
2022-05-13 21:53:00 +03:00
|
|
|
"postcss-import": "^14.1.0",
|
2022-05-16 17:42:36 +03:00
|
|
|
"prismjs": "^1.28.0",
|
2022-05-13 18:13:52 +03:00
|
|
|
"rollup": "^2.72.1",
|
|
|
|
"rollup-plugin-terser": "^7.0.2",
|
2022-05-13 22:15:08 +03:00
|
|
|
"simple-git-hooks": "^2.7.0",
|
2022-05-13 22:00:48 +03:00
|
|
|
"stylelint": "^14.8.2",
|
|
|
|
"stylelint-config-standard": "^25.0.0",
|
2022-05-13 18:13:52 +03:00
|
|
|
"tailwindcss": "^3.0.24"
|
2022-05-16 17:42:36 +03:00
|
|
|
},
|
|
|
|
"dependencies": {}
|
2022-05-13 18:13:52 +03:00
|
|
|
}
|