diff --git a/src/package.json b/src/package.json new file mode 100644 index 0000000..0dbfdc1 --- /dev/null +++ b/src/package.json @@ -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" + } +} \ No newline at end of file