1
0
mirror of https://github.com/devcode-it/openstamanager.git synced 2025-02-23 23:07:46 +01:00
openstamanager/package.json
2021-08-03 18:40:09 +02:00

50 lines
1.6 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",
"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",
"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"
}
}