GraphictoriaWeb/web/package.json

43 lines
1.2 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.7.1",
"@react-three/fiber": "^8.0.13",
"@tailwindcss/forms": "^0.4.1",
"alpinejs": "^3.10.2",
"autoprefixer": "^10.4.7",
"axios": "^0.25.0",
"bootstrap": "^5.1.3",
"jquery": "^3.6.0",
"laravel-mix": "^6.0.43",
"lodash": "^4.17.19",
"postcss": "^8.4.13",
"postcss-import": "^14.1.0",
"react": "^18.1.0",
"resolve-url-loader": "^5.0.0",
"sass": "^1.51.0",
"sass-loader": "^12.6.0",
"tailwindcss": "^3.0.24"
},
"dependencies": {
"@react-three/postprocessing": "^2.6.1",
"@restart/ui": "^1.3.1",
"classnames": "^2.3.1",
"install": "^0.13.0",
"laravel-mix-banner": "^0.1.4",
"npm": "^8.9.0",
"react-router-dom": "^6.3.0",
"react-twemoji": "^0.5.0"
}
}