mirror of
https://github.com/devcode-it/openstamanager.git
synced 2025-02-23 14:57:46 +01:00
- Allargata dialog - Aggiustato il padding dei campi di testo - Migliorato font utilizzato nelle intestazioni delle sezioni dei campi
101 lines
3.9 KiB
JSON
101 lines
3.9 KiB
JSON
{
|
|
"name": "openstamanager",
|
|
"version": "3.0.0",
|
|
"packageManager": "pnpm",
|
|
"private": true,
|
|
"main": "resources/js/index.js",
|
|
"scripts": {
|
|
"dev": "vite",
|
|
"build": "vite build",
|
|
"serve": "php artisan serve",
|
|
"watch": "vite build --watch",
|
|
"serve-dev": "concurrently --raw npm:serve npm:dev",
|
|
"serve-watch": "concurrently --raw npm:serve npm:watch",
|
|
"prepublishOnly": "pnpm run build",
|
|
"preinstall": "npx only-allow pnpm"
|
|
},
|
|
"dependencies": {
|
|
"@inertiajs/inertia": "^0.10.1",
|
|
"@inertiajs/progress": "^0.2.6",
|
|
"@maicol07/inertia-mithril": "^0.4.0",
|
|
"@material/card": "^13.0.0",
|
|
"@material/data-table": "^13.0.0",
|
|
"@material/layout-grid": "^13.0.0",
|
|
"@material/mwc-button": "^0.25.1",
|
|
"@material/mwc-checkbox": "^0.25.1",
|
|
"@material/mwc-dialog": "^0.25.1",
|
|
"@material/mwc-drawer": "^0.25.1",
|
|
"@material/mwc-fab": "^0.25.1",
|
|
"@material/mwc-formfield": "^0.25.1",
|
|
"@material/mwc-icon-button": "^0.25.1",
|
|
"@material/mwc-linear-progress": "^0.25.1",
|
|
"@material/mwc-list": "^0.25.1",
|
|
"@material/mwc-menu": "^0.25.1",
|
|
"@material/mwc-ripple": "^0.25.1",
|
|
"@material/mwc-select": "^0.25.1",
|
|
"@material/mwc-snackbar": "^0.25.1",
|
|
"@material/mwc-textarea": "^0.25.1",
|
|
"@material/mwc-textfield": "^0.25.1",
|
|
"@material/mwc-top-app-bar": "^0.25.1",
|
|
"@material/theme": "^13.0.0",
|
|
"@material/typography": "^13.0.0",
|
|
"@mdi/font": "^6.2.95",
|
|
"async-wait-until": "^2.0.7",
|
|
"cash-dom": "^8.1.0",
|
|
"classnames": "^2.3.1",
|
|
"collect.js": "^4.29.0",
|
|
"coloquent": "^2.4.0",
|
|
"lit": "^2.0.2",
|
|
"locale-code": "^2.0.2",
|
|
"lodash-es": "^4.17.21",
|
|
"mithril": "^2.0.4",
|
|
"mithril-node-render": "^3.0.2",
|
|
"modern-normalize": "^1.1.0",
|
|
"redaxios": "^0.4.1"
|
|
},
|
|
"devDependencies": {
|
|
"@adeira/babel-preset-adeira": "^4.0.0",
|
|
"@adeira/eslint-config": "^6.6.0",
|
|
"@babel/core": "^7.15.8",
|
|
"@babel/eslint-parser": "^7.15.8",
|
|
"@babel/eslint-plugin": "^7.14.5",
|
|
"@babel/plugin-proposal-throw-expressions": "^7.14.5",
|
|
"@babel/plugin-transform-runtime": "^7.15.8",
|
|
"@babel/preset-env": "^7.15.8",
|
|
"@babel/preset-react": "^7.14.5",
|
|
"@bunchtogether/vite-plugin-flow": "^1.0.1",
|
|
"@open-wc/eslint-config": "^4.3.0",
|
|
"@openstamanager/eslint-config": "github:maicol07/eslint-config-openstamanager",
|
|
"@openstamanager/vite-config": "github:maicol07/openstamanager-vite-config",
|
|
"babel-plugin-transform-flow-enums": "^0.0.2",
|
|
"concurrently": "^6.3.0",
|
|
"eslint": "^7.32.0",
|
|
"eslint-config-airbnb-base": "^14.2.1",
|
|
"eslint-plugin-flowtype": "^6.1.0",
|
|
"eslint-plugin-github": "^4.3.2",
|
|
"eslint-plugin-import": "^2.24.2",
|
|
"eslint-plugin-mithril": "^0.2.0",
|
|
"eslint-plugin-new-with-error": "^2.0.0",
|
|
"eslint-plugin-no-secrets": "^0.8.9",
|
|
"eslint-plugin-promise": "^5.1.0",
|
|
"eslint-plugin-regexp": "^1.4.1",
|
|
"eslint-plugin-simple-import-sort": "^7.0.0",
|
|
"eslint-plugin-sonarjs": "^0.10.0",
|
|
"eslint-plugin-switch-case": "^1.1.2",
|
|
"eslint-plugin-unicorn": "^36.0.0",
|
|
"eslint-plugin-you-dont-need-lodash-underscore": "^6.12.0",
|
|
"flow-bin": "^0.161.0",
|
|
"flow-remove-types": "^2.161.0",
|
|
"laravel-vite": "^0.0.21",
|
|
"sass": "^1.42.1",
|
|
"stylelint": "^13.13.1",
|
|
"stylelint-config-idiomatic-order": "^8.1.0",
|
|
"stylelint-config-recommended-scss": "^4.3.0",
|
|
"stylelint-config-standard": "^22.0.0",
|
|
"stylelint-scss": "^3.21.0",
|
|
"typescript": "^4.4.3",
|
|
"vite": "^2.6.5",
|
|
"vite-plugin-fonts": "^0.2.2"
|
|
}
|
|
}
|