mirror of
https://github.com/phpmon/website
synced 2025-08-07 14:50:09 +02:00
Initial commit
This commit is contained in:
16
package.json
Normal file
16
package.json
Normal file
@ -0,0 +1,16 @@
|
||||
{
|
||||
"private": true,
|
||||
"scripts": {
|
||||
"dev": "vite",
|
||||
"build": "vite build"
|
||||
},
|
||||
"devDependencies": {
|
||||
"autoprefixer": "^10.4.8",
|
||||
"axios": "^0.27",
|
||||
"laravel-vite-plugin": "^0.5.0",
|
||||
"lodash": "^4.17.19",
|
||||
"postcss": "^8.4.16",
|
||||
"tailwindcss": "^3.1.8",
|
||||
"vite": "^3.0.0"
|
||||
}
|
||||
}
|
Reference in New Issue
Block a user