2017-08-04 16:28:16 +02:00
|
|
|
{
|
2021-07-30 20:21:22 +02:00
|
|
|
"name": "openstamanager",
|
2021-07-30 19:02:07 +02:00
|
|
|
"packageManager": "yarn@3.0.0",
|
2018-05-05 14:54:47 +02:00
|
|
|
"private": true,
|
2021-07-30 18:38:43 +02:00
|
|
|
"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"
|
2017-08-04 16:28:16 +02:00
|
|
|
},
|
2021-07-30 22:56:43 +02:00
|
|
|
"dependencies": {
|
2021-08-02 13:13:02 +02:00
|
|
|
"@inertiajs/inertia": "^0.10.0",
|
|
|
|
"@maicol07/inertia-mithril": "^0.3.3",
|
|
|
|
"mithril": "^2.0.4"
|
2021-07-30 22:56:43 +02:00
|
|
|
},
|
2017-08-04 16:28:16 +02:00
|
|
|
"devDependencies": {
|
2021-07-30 19:48:47 +02:00
|
|
|
"@babel/cli": "^7",
|
|
|
|
"@babel/core": "^7",
|
|
|
|
"@babel/eslint-parser": "^7",
|
2021-07-30 19:17:57 +02:00
|
|
|
"@babel/eslint-plugin": "^7",
|
2021-07-30 22:56:43 +02:00
|
|
|
"@babel/plugin-transform-react-jsx": "^7",
|
|
|
|
"@babel/preset-env": "^7",
|
2021-07-30 19:48:47 +02:00
|
|
|
"@babel/preset-flow": "^7",
|
2021-07-30 20:21:22 +02:00
|
|
|
"browser-sync": "^2",
|
|
|
|
"browser-sync-webpack-plugin": "2",
|
2021-07-30 19:17:57 +02:00
|
|
|
"eslint": "^7",
|
|
|
|
"eslint-config-airbnb-base": "^14",
|
2021-07-30 19:48:47 +02:00
|
|
|
"eslint-plugin-flowtype": "^5",
|
2021-07-30 19:17:57 +02:00
|
|
|
"eslint-plugin-import": "^2",
|
2021-07-30 22:56:43 +02:00
|
|
|
"extract-text-webpack-plugin": "^3",
|
2021-07-30 19:48:47 +02:00
|
|
|
"flow-bin": "^0",
|
2021-07-30 19:23:17 +02:00
|
|
|
"laravel-mix": "^6",
|
2021-07-30 20:21:22 +02:00
|
|
|
"laravel-mix-serve": "^2",
|
|
|
|
"lmvh": "^1",
|
|
|
|
"resolve-url-loader": "4",
|
2021-07-30 19:23:17 +02:00
|
|
|
"sass": "^1",
|
|
|
|
"sass-loader": "^12",
|
|
|
|
"stylelint": "^13",
|
|
|
|
"stylelint-config-idiomatic-order": "^8",
|
|
|
|
"stylelint-config-recommended-scss": "^4",
|
|
|
|
"stylelint-config-standard": "^22",
|
2021-07-30 20:21:22 +02:00
|
|
|
"stylelint-scss": "^3",
|
|
|
|
"webpack": "^5"
|
2017-08-04 16:28:16 +02:00
|
|
|
}
|
|
|
|
}
|