87 lines
2.5 KiB
JSON
87 lines
2.5 KiB
JSON
{
|
|
"name": "laravel-nova",
|
|
"private": true,
|
|
"scripts": {
|
|
"dev": "npm run development",
|
|
"development": "mix",
|
|
"watch": "mix watch",
|
|
"watch-poll": "mix watch -- --watch-options-poll=1000",
|
|
"hot": "mix watch --hot",
|
|
"prod": "npm run production",
|
|
"production": "mix --production",
|
|
"test": "./node_modules/.bin/jest"
|
|
},
|
|
"devDependencies": {
|
|
"@babel/preset-env": "^7.23.2",
|
|
"@tailwindcss/container-queries": "^0.1.1",
|
|
"@tailwindcss/typography": "^0.5.4",
|
|
"@vue/babel-plugin-jsx": "^1.1.0",
|
|
"@vue/babel-preset-jsx": "^1.2.4",
|
|
"@vue/compiler-sfc": "^3.2.29",
|
|
"@vue/test-utils": "^2.0.0-rc.18",
|
|
"@vue/vue3-jest": "^27.0.0-alpha.4",
|
|
"axios": "^1.6.0",
|
|
"babel-jest": "^27.4.6",
|
|
"babel-plugin-syntax-dynamic-import": "^6.18.0",
|
|
"babel-plugin-syntax-jsx": "^6.18.0",
|
|
"cross-env": "^5.0.0",
|
|
"jest": "^27.4.7",
|
|
"laravel-mix": "^6.0.41",
|
|
"lodash": "^4.17.21",
|
|
"postcss": "^8.4.31",
|
|
"postcss-import": "^14.0.2",
|
|
"postcss-rtlcss": "^3.6.3",
|
|
"prettier": "^3.0.1",
|
|
"prettier-plugin-organize-imports": "^3.2.4",
|
|
"prettier-plugin-tailwindcss": "^0.5.9",
|
|
"tailwindcss": "^3.4.0",
|
|
"vue-loader": "^16.8.3"
|
|
},
|
|
"dependencies": {
|
|
"@floating-ui/vue": "^1.0.2",
|
|
"@github/time-elements": "^3.1.2",
|
|
"@inertiajs/inertia": "^0.11.0",
|
|
"@inertiajs/inertia-vue3": "^0.6.0",
|
|
"@inertiajs/progress": "^0.2.7",
|
|
"@popperjs/core": "^2.11.2",
|
|
"@vue/compat": "^3.2.29",
|
|
"@vueuse/core": "^10.4.1",
|
|
"@vueuse/integrations": "^10.4.1",
|
|
"autosize": "^4.0.2",
|
|
"browser-sync": "^3.0.1",
|
|
"browser-sync-v3-webpack-plugin": "^0.1.0",
|
|
"chartist": "^0.11.0",
|
|
"chartist-plugin-tooltips-updated": "^0.1.4",
|
|
"codemirror": "^5.65.1",
|
|
"colortranslator": "^1.9.2",
|
|
"floating-vue": "^2.0.0-beta.22",
|
|
"focus-trap": "^7.5.2",
|
|
"form-backend-validation": "^2.3.3",
|
|
"inflector-js": "^1.0.1",
|
|
"js-cookie": "^2.2.1",
|
|
"laravel-echo": "^1.11.3",
|
|
"laravel-nova-ui": "0.4.10",
|
|
"laravel-vapor": "^0.7.1",
|
|
"luxon": "^1.28.1",
|
|
"mousetrap": "^1.6.3",
|
|
"numbro": "^2.3.6",
|
|
"places.js": "^1.7.3",
|
|
"pusher-js": "^7.0.4",
|
|
"slugify": "^1.6.5",
|
|
"tiny-emitter": "^2.1.0",
|
|
"toastedjs": "0.0.2",
|
|
"trix": "^1.3.2",
|
|
"uid": "^2.0.0",
|
|
"vue": "^3.2.29",
|
|
"vuex": "^4.0.2"
|
|
},
|
|
"overrides": {
|
|
"@inertiajs/inertia": {
|
|
"axios": "^0.28.1"
|
|
},
|
|
"form-backend-validation": {
|
|
"axios": "^0.28.1"
|
|
}
|
|
}
|
|
}
|