39 lines
1.1 KiB
JSON
39 lines
1.1 KiB
JSON
{
|
|
"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"
|
|
},
|
|
"devDependencies": {
|
|
"@babel/preset-react": "^7.16.7",
|
|
"@react-three/drei": "^9.6.0",
|
|
"@react-three/fiber": "^8.0.12",
|
|
"@tailwindcss/forms": "^0.4.0",
|
|
"alpinejs": "^3.4.2",
|
|
"autoprefixer": "^10.4.2",
|
|
"axios": "^0.25",
|
|
"bootstrap": "^5.1.3",
|
|
"jquery": "^3.6.0",
|
|
"laravel-mix": "^6.0.43",
|
|
"lodash": "^4.17.19",
|
|
"postcss": "^8.4.6",
|
|
"postcss-import": "^14.0.2",
|
|
"react": "^18.1.0",
|
|
"resolve-url-loader": "^5.0.0",
|
|
"sass": "^1.51.0",
|
|
"sass-loader": "^12.1.0",
|
|
"tailwindcss": "^3.0.18"
|
|
},
|
|
"dependencies": {
|
|
"install": "^0.13.0",
|
|
"laravel-mix-banner": "^0.1.4",
|
|
"npm": "^8.8.0",
|
|
"react-router-dom": "^6.3.0"
|
|
}
|
|
}
|