Initial commit

This commit is contained in:
Oliver Davies 2020-07-08 09:05:34 +01:00
commit 2623567566
13 changed files with 48953 additions and 0 deletions

10
package.json Normal file
View file

@ -0,0 +1,10 @@
{
"dependencies": {
"@symfony/webpack-encore": "^0.30.2",
"postcss-nested": "^4.2.2",
"tailwindcss": "^1.4.6"
},
"devDependencies": {
"postcss-loader": "^3.0.0"
}
}