mirror of
https://github.com/phpmon/website
synced 2025-08-06 22:30:09 +02:00
This time I used `npm update --save`, which is like running `composer update && composer bump`, which is cool. Can you tell I don't usually use npm? I think you can.
17 lines
355 B
JSON
17 lines
355 B
JSON
{
|
|
"private": true,
|
|
"scripts": {
|
|
"dev": "vite",
|
|
"build": "vite build"
|
|
},
|
|
"devDependencies": {
|
|
"autoprefixer": "^10.4.21",
|
|
"axios": "^1.8.4",
|
|
"laravel-vite-plugin": "^1.2.0",
|
|
"lodash": "^4.17.21",
|
|
"postcss": "^8.5.3",
|
|
"tailwindcss": "^3.4.17",
|
|
"vite": "^6.3.2"
|
|
}
|
|
}
|