Files
bedrock/package.json
2021-12-10 09:43:41 -06:00

41 lines
961 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": {
"@roots/bud": "5.0.0-next.17",
"@roots/sage": "5.0.0-next.17",
"@tailwindcss/typography": "^0.5.0",
"@wordpress/browserslist-config": "4.1.0",
"autoprefixer": "^10.4.0",
"eslint": "7.32.0",
"postcss": "8.4.4",
"postcss-import": "14.0.2",
"postcss-nested": "5.0.6",
"postcss-preset-env": "7.0.1",
"prettier": "2.5.0",
"react": "17.0.2",
"react-dom": "17.0.2",
"tailwindcss": "^3.0.0"
}
}