2022-02-11 17:26:15 +01:00
|
|
|
{
|
|
|
|
"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.13.13",
|
|
|
|
"@popperjs/core": "^2.10.2",
|
|
|
|
"@tailwindcss/forms": "^0.4.0",
|
2022-03-01 14:10:13 +01:00
|
|
|
"@typescript-eslint/eslint-plugin": "^5.12.1",
|
|
|
|
"@typescript-eslint/parser": "^5.12.1",
|
2022-02-11 17:26:15 +01:00
|
|
|
"alpinejs": "^3.4.2",
|
|
|
|
"autoprefixer": "^10.1.0",
|
|
|
|
"axios": "^0.21.4",
|
|
|
|
"bootstrap": "^5.1.3",
|
2022-03-01 14:10:13 +01:00
|
|
|
"eslint": "^8.9.0",
|
|
|
|
"eslint-plugin-react": "^7.29.0",
|
2022-02-11 17:26:15 +01:00
|
|
|
"laravel-mix": "^6.0.6",
|
|
|
|
"lodash": "^4.17.19",
|
|
|
|
"postcss": "^8.2.1",
|
|
|
|
"postcss-import": "^14.0.1",
|
|
|
|
"react": "^17.0.2",
|
|
|
|
"react-dom": "^17.0.2",
|
|
|
|
"resolve-url-loader": "^5.0.0",
|
|
|
|
"sass": "^1.32.11",
|
|
|
|
"sass-loader": "^11.0.1",
|
|
|
|
"tailwindcss": "^3.0.0",
|
|
|
|
"ts-loader": "^9.2.6",
|
|
|
|
"typescript": "^4.5.5"
|
|
|
|
},
|
|
|
|
"dependencies": {
|
|
|
|
"@emotion/react": "^11.7.1",
|
|
|
|
"@emotion/styled": "^11.6.0",
|
|
|
|
"@mui/icons-material": "^5.4.1",
|
|
|
|
"@mui/material": "^5.4.1",
|
|
|
|
"@uiw/react-md-editor": "^3.9.4",
|
2022-03-01 14:10:13 +01:00
|
|
|
"eslint-plugin-react-hooks": "^4.3.0",
|
2022-02-11 17:26:15 +01:00
|
|
|
"react-crypt-gsm": "^1.0.4",
|
|
|
|
"react-query": "^3.34.12",
|
2022-03-01 14:10:13 +01:00
|
|
|
"react-router-dom": "^5.3.0",
|
2022-04-14 11:35:50 +02:00
|
|
|
"rehype-sanitize": "^5.0.1",
|
2022-02-11 17:26:15 +01:00
|
|
|
"storage-encryption": "^1.0.16"
|
|
|
|
}
|
|
|
|
}
|