Bumps [stylelint-config-standard](https://github.com/stylelint/stylelint-config-standard) from 35.0.0 to 36.0.0. - [Release notes](https://github.com/stylelint/stylelint-config-standard/releases) - [Changelog](https://github.com/stylelint/stylelint-config-standard/blob/main/CHANGELOG.md) - [Commits](https://github.com/stylelint/stylelint-config-standard/compare/35.0.0...36.0.0) --- updated-dependencies: - dependency-name: stylelint-config-standard dependency-type: direct:development update-type: version-update:semver-major ... Signed-off-by: dependabot[bot] <support@github.com>
23 lines
698 B
JSON
23 lines
698 B
JSON
{
|
|
"private": true,
|
|
"name": "jbuk-frontend",
|
|
"version": "0.0.1",
|
|
"repository": "https://github.com/jonnybarnes/jonnybarnes.uk",
|
|
"license": "CC0-1.0",
|
|
"devDependencies": {
|
|
"eslint": "^8.56.0",
|
|
"stylelint": "^16.1.0",
|
|
"stylelint-config-standard": "^36.0.0"
|
|
},
|
|
"scripts": {
|
|
"eslint": "eslint public/assets/js/*.js",
|
|
"stylelint": "stylelint public/assets/css/*.css",
|
|
"lint": "npm run eslint && npm run stylelint",
|
|
"compress": "./scripts/compress.sh",
|
|
"build": "npm run lint && npm run compress"
|
|
},
|
|
"dependencies": {
|
|
"@11ty/is-land": "^4.0.0",
|
|
"@zachleat/snow-fall": "^1.0.2"
|
|
}
|
|
}
|