1
0
mirror of https://github.com/devcode-it/openstamanager.git synced 2025-02-23 23:07:46 +01:00
openstamanager/package.json
Maicol Battistini efb5a7bc65
feat(frontend): 💄 Aggiunti componenti MDC e relativi stili
In particolare:
- Aggiunti i seguenti componenti: Card (e tutti sottocomponenti), Layout a griglia (righe, colonne e celle), Icone Material Design.
- Stili SCSS: Aggiunti stili globali, Cards, FAB. Aggiunti nuovi colori e nuovi font per intestazioni e corpo
2021-08-06 12:30:51 +02:00

63 lines
2.2 KiB
JSON

{
"name": "openstamanager",
"packageManager": "yarn@3.0.0",
"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"
},
"dependencies": {
"@inertiajs/inertia": "^0.10.0",
"@maicol07/inertia-mithril": "^0.3.3",
"@material/card": "^12.0.0",
"@material/layout-grid": "^12.0.0",
"@material/mwc-button": "^0.22.1",
"@material/mwc-checkbox": "^0.22.1",
"@material/mwc-fab": "^0.22.1",
"@material/mwc-formfield": "^0.22.1",
"@material/mwc-select": "^0.22.1",
"@material/mwc-textarea": "^0.22.1",
"@material/mwc-textfield": "^0.22.1",
"@material/ripple": "^12.0.0",
"@material/theme": "^12.0.0",
"@mdi/font": "^5.9.55",
"jquery": "^3.6.0",
"mithril": "^2.0.4"
},
"devDependencies": {
"@babel/cli": "^7.14.8",
"@babel/core": "^7.14.8",
"@babel/eslint-parser": "^7.14.9",
"@babel/eslint-plugin": "^7.14.5",
"@babel/plugin-transform-react-jsx": "^7.14.9",
"@babel/preset-env": "^7.14.9",
"@babel/preset-flow": "^7.14.5",
"browser-sync": "^2.27.5",
"browser-sync-webpack-plugin": "2.3.0",
"eslint": "^7.32.0",
"eslint-config-airbnb-base": "^14.2.1",
"eslint-plugin-flowtype": "^5.8.2",
"eslint-plugin-import": "^2.23.4",
"eslint-plugin-mithril": "^0.2.0",
"extract-text-webpack-plugin": "^3.0.2",
"flow-bin": "^0.156.0",
"laravel-mix": "^6.0.27",
"laravel-mix-serve": "^2.2.2",
"lmvh": "^1.0.3",
"resolve-url-loader": "4.0.0",
"sass": "^1.37.0",
"sass-loader": "^12.1.0",
"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.20.1",
"webpack": "^5.47.1"
}
}