You've already forked Epicnabbo-Catalogus-Updated-Daily
41 lines
1.3 KiB
JSON
41 lines
1.3 KiB
JSON
{
|
|
"private": true,
|
|
"type": "module",
|
|
"scripts": {
|
|
"dev:atom": "vite --config resources/themes/atom/vite.config.js",
|
|
"build:atom": "vite build --config resources/themes/atom/vite.config.js",
|
|
"dev:dusk": "vite --config resources/themes/dusk/vite.config.js",
|
|
"build:dusk": "vite build --config resources/themes/dusk/vite.config.js",
|
|
"format": "prettier \"resources/**/*.{js,ts,vue,blade}\" --write"
|
|
},
|
|
"devDependencies": {
|
|
"@alpinejs/focus": "^3.15.3",
|
|
"@prettier/plugin-php": "^0.24.0",
|
|
"@shufo/prettier-plugin-blade": "^1.16.1",
|
|
"@tailwindcss/forms": "^0.5.11",
|
|
"@tailwindcss/typography": "^0.5.19",
|
|
"alpinejs": "^3.15.3",
|
|
"autoprefixer": "^10.4.23",
|
|
"axios": "^1.13.2",
|
|
"bootstrap": "^5.3.8",
|
|
"jquery": "^3.7.1",
|
|
"laravel-vite-plugin": "^2.0.1",
|
|
"lodash": "^4.17.19",
|
|
"popper.js": "^1.16",
|
|
"postcss": "^8.4.14",
|
|
"postcss-import": "^16.1.1",
|
|
"prettier": "^3.0.0",
|
|
"sass-loader": "^16.0.6",
|
|
"tailwindcss": "^3.1.6",
|
|
"turbolinks": "^5.2.0",
|
|
"vite": "^7.3.1"
|
|
},
|
|
"dependencies": {
|
|
"-": "^0.0.1",
|
|
"@popperjs/core": "^2.11.8",
|
|
"postcss-nesting": "^13.0.2",
|
|
"sass": "^1.97.2",
|
|
"swiper": "^12.0.3"
|
|
}
|
|
}
|