26 lines
604 B
Twig
26 lines
604 B
Twig
{
|
|
"name": "{{ component.name }}",
|
|
"repository": "",
|
|
"private": true,
|
|
"version": "0.1.0",
|
|
"description": "",
|
|
"main": "index.js",
|
|
"scripts": {
|
|
"build": "npx mix",
|
|
"watch": "npx mix watch",
|
|
"prod": "npx mix -p"
|
|
},
|
|
"dependencies": {},
|
|
"devDependencies": {
|
|
"@tailwindcss/forms": "^0.5.0",
|
|
"@tailwindcss/typography": "^0.5.2",
|
|
"alpinejs": "^2.8.2",
|
|
"browser-sync": "^2.27.7",
|
|
"browser-sync-webpack-plugin": "^2.3.0",
|
|
"laravel-mix": "^6.0.43",
|
|
"mix-tailwindcss": "^1.3.0",
|
|
"tailwindcss": "^3.0.18",
|
|
"tailwindcss-debug-screens": "^2.2.1"
|
|
}
|
|
}
|