first commit
This commit is contained in:
29
resources/views/themes/tailwind/package.json
Normal file
29
resources/views/themes/tailwind/package.json
Normal file
@@ -0,0 +1,29 @@
|
||||
{
|
||||
"private": true,
|
||||
"scripts": {
|
||||
"dev": "mix",
|
||||
"watch": "mix watch",
|
||||
"watch-poll": "mix watch -- --watch-options-poll=1000",
|
||||
"hot": "mix watch --hot",
|
||||
"production": "mix --production"
|
||||
},
|
||||
"devDependencies": {
|
||||
"@tailwindcss/forms": "^0.4.0",
|
||||
"@tailwindcss/typography": "^0.5.0",
|
||||
"autoprefixer": "^10.4.0",
|
||||
"axios": "^0.24.0",
|
||||
"laravel-mix": "^6.0.39",
|
||||
"laravel-mix-purgecss": "^6.0.0",
|
||||
"laravel-mix-tailwind": "^0.1.2",
|
||||
"lodash": "^4.17.21",
|
||||
"postcss": "^8.4.4",
|
||||
"resolve-url-loader": "^4.0.0",
|
||||
"sass": "^1.43.4",
|
||||
"sass-loader": "^12.3.0",
|
||||
"tailwindcss": "^3.0.0"
|
||||
},
|
||||
"dependencies": {
|
||||
"alpinejs": "^3.5.1",
|
||||
"glob-all": "^3.2.1"
|
||||
}
|
||||
}
|
||||
Reference in New Issue
Block a user