Oliver Davies 2020-12-18 00:32:42 +00:00
parent aab1114006
commit cbdb79a429
2 changed files with 3588 additions and 1515 deletions

File diff suppressed because it is too large Load diff

View file

@ -8,20 +8,21 @@
"watch": "encore dev --watch"
},
"devDependencies": {
"@symfony/webpack-encore": "^0.30.2",
"@tailwindcss/typography": "^0.2.0",
"@symfony/webpack-encore": "^0.33.0",
"@tailwindcss/typography": "^0.3.1",
"alpinejs": "^2.3.5",
"autoprefixer": "^9.8.0",
"autoprefixer": "^10.1.0",
"elliptic": ">=6.5.3",
"lodash": ">=4.17.19",
"postcss-easy-import": "^3.0.0",
"postcss-loader": "^3.0.0",
"postcss-loader": "^4.1.0",
"postcss-nested": "^4.2.1",
"tailwindcss": "^1.8.10",
"tailwindcss": "^2.0.2",
"webpack-notifier": "^1.8.0"
},
"dependencies": {
"focus-visible": "^5.1.0",
"highlight.js": "^10.4.1"
"highlight.js": "^10.4.1",
"postcss": "^8.2.1"
}
}