adding a node packages file with various packages that I routinely use
This commit is contained in:
parent
513cc247cd
commit
425136323b
25
src/package.json
Normal file
25
src/package.json
Normal file
@ -0,0 +1,25 @@
|
|||||||
|
{
|
||||||
|
"private": true,
|
||||||
|
"scripts": {},
|
||||||
|
"devDependencies": {
|
||||||
|
"laravel-mix": "^6.0.43",
|
||||||
|
"postcss": "^8.4.13",
|
||||||
|
"postcss-import": "^14.1.0",
|
||||||
|
"vue-loader": "^17.0.0"
|
||||||
|
},
|
||||||
|
"dependencies": {
|
||||||
|
"@inertiajs/inertia": "^0.11.0",
|
||||||
|
"@inertiajs/inertia-vue3": "^0.6.0",
|
||||||
|
"@inertiajs/progress": "^0.2.7",
|
||||||
|
"@tailwindcss/forms": "^0.5.0",
|
||||||
|
"@tailwindcss/typography": "^0.5.2",
|
||||||
|
"axios": "^0.27.1",
|
||||||
|
"dayjs": "^1.11.1",
|
||||||
|
"laravel-vue-i18n": "^1.4.3",
|
||||||
|
"lodash": "^4.17.21",
|
||||||
|
"notiwind": "^1.2.5",
|
||||||
|
"tailwindcss": "^3.0.24",
|
||||||
|
"tailwindcss-neumorphism": "^0.1.0",
|
||||||
|
"vue": "^3.2.33"
|
||||||
|
}
|
||||||
|
}
|
Loading…
x
Reference in New Issue
Block a user