topnotch_website/package.json

25 lines
576 B
JSON
Raw Permalink Normal View History

2024-09-03 14:38:34 -07:00
{
"private": true,
"type": "module",
"scripts": {
"dev": "vite",
"build": "vite build"
},
"devDependencies": {
"@popperjs/core": "^2.11.6",
2024-10-10 15:15:30 -07:00
"autoprefixer": "^10.4.20",
2024-09-03 14:38:34 -07:00
"axios": "^1.6.4",
"bootstrap": "^5.2.3",
"laravel-vite-plugin": "^1.0",
2024-10-10 15:15:30 -07:00
"postcss": "^8.4.47",
2024-09-03 14:38:34 -07:00
"sass": "^1.56.1",
2025-02-17 17:32:05 -05:00
"tailwindcss": "^3.4.17",
2024-09-03 14:38:34 -07:00
"vite": "^5.0"
2024-09-03 15:15:57 -07:00
},
"dependencies": {
2025-02-17 17:32:05 -05:00
"@tailwindcss/vite": "^4.0.6",
2024-09-20 12:12:45 -07:00
"bootstrap-icons": "^1.11.3",
2024-11-17 15:41:32 -05:00
"puppeteer": "^23.8.0"
2024-09-03 14:38:34 -07:00
}
}