Bumps [autoprefixer](https://github.com/postcss/autoprefixer) from 10.4.1 to 10.4.2. - [Release notes](https://github.com/postcss/autoprefixer/releases) - [Changelog](https://github.com/postcss/autoprefixer/blob/main/CHANGELOG.md) - [Commits](https://github.com/postcss/autoprefixer/compare/10.4.1...10.4.2) --- updated-dependencies: - dependency-name: autoprefixer dependency-type: direct:development update-type: version-update:semver-patch ... Signed-off-by: dependabot[bot] <support@github.com> Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
41 lines
944 B
JSON
41 lines
944 B
JSON
{
|
|
"name": "sage",
|
|
"private": true,
|
|
"bud": {
|
|
"location": {
|
|
"src": "resources",
|
|
"dist": "public"
|
|
}
|
|
},
|
|
"browserslist": [
|
|
"extends @wordpress/browserslist-config"
|
|
],
|
|
"engines": {
|
|
"node": ">=16.0.0"
|
|
},
|
|
"scripts": {
|
|
"dev": "bud dev",
|
|
"build": "bud build",
|
|
"lint": "npm run lint:js && npm run lint:css",
|
|
"lint:js": "eslint resources/scripts",
|
|
"lint:css": "stylelint \"resources/**/*.{css,scss,vue}\"",
|
|
"test": "npm run lint"
|
|
},
|
|
"devDependencies": {
|
|
"@babel/eslint-parser": "^7.16.5",
|
|
"@roots/bud": "^5.0.0",
|
|
"@roots/sage": "^5.0.0",
|
|
"@wordpress/browserslist-config": "4.1.0",
|
|
"autoprefixer": "^10.4.2",
|
|
"eslint": "8.6.0",
|
|
"postcss": "8.4.5",
|
|
"postcss-import": "14.0.2",
|
|
"postcss-nested": "5.0.6",
|
|
"postcss-preset-env": "7.1.0",
|
|
"prettier": "2.5.1",
|
|
"react": "17.0.2",
|
|
"react-dom": "17.0.2",
|
|
"tailwindcss": "^3.0.9"
|
|
}
|
|
}
|