oliverdavies.uk-drupal-old/web/themes/custom/opdavies/package.json
Oliver Davies 1b2cbc1a9b Add and use Tailwind CSS typography plugin
Replace custom markup styles with Tailwind CSS's typography/prose plugin
(https://github.com/tailwindlabs/tailwindcss-typography).
2020-08-11 00:59:40 +01:00

26 lines
627 B
JSON

{
"private": true,
"scripts": {
"dev": "npm run development",
"development": "encore dev",
"prod": "npm run production",
"production": "encore production",
"watch": "encore dev --watch"
},
"devDependencies": {
"@symfony/webpack-encore": "^0.30.2",
"@tailwindcss/typography": "^0.2.0",
"alpinejs": "^2.3.5",
"autoprefixer": "^9.8.0",
"highlightjs": "^9.16.2",
"postcss-import": "^12.0.1",
"postcss-loader": "^3.0.0",
"postcss-nested": "^4.2.1",
"tailwindcss": "^1.4.6",
"webpack-notifier": "^1.8.0"
},
"dependencies": {
"focus-visible": "^5.1.0"
}
}