Oliver Davies
cbdb79a429
https://tailwindcss.com/docs/upgrading-to-v2#install-tailwind-css-v2-0-and-post-css-8
29 lines
712 B
JSON
29 lines
712 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.33.0",
|
|
"@tailwindcss/typography": "^0.3.1",
|
|
"alpinejs": "^2.3.5",
|
|
"autoprefixer": "^10.1.0",
|
|
"elliptic": ">=6.5.3",
|
|
"lodash": ">=4.17.19",
|
|
"postcss-easy-import": "^3.0.0",
|
|
"postcss-loader": "^4.1.0",
|
|
"postcss-nested": "^4.2.1",
|
|
"tailwindcss": "^2.0.2",
|
|
"webpack-notifier": "^1.8.0"
|
|
},
|
|
"dependencies": {
|
|
"focus-visible": "^5.1.0",
|
|
"highlight.js": "^10.4.1",
|
|
"postcss": "^8.2.1"
|
|
}
|
|
}
|