Files

Ignoring revisions in .git-blame-ignore-revs. Click here to bypass and see the normal blame view.

44 lines
1.3 KiB
JSON
Raw Permalink Normal View History

2018-05-09 08:05:17 -05:00
{
"private": true,
"scripts": {
"dev": "npm run development",
2021-01-07 03:18:43 +01:00
"development": "mix",
"watch": "mix watch",
"watch-poll": "mix watch -- --watch-options-poll=1000",
"watch-production": "mix watch --production",
2020-03-12 11:39:06 -05:00
"watch-prod": "npm run watch-production",
2021-01-07 03:18:43 +01:00
"hot": "mix watch --hot",
"prod": "npm run production",
2021-01-07 03:18:43 +01:00
"production": "mix --production"
},
"devDependencies": {
2022-01-23 19:45:44 +01:00
"autoprefixer": "^10.4.2",
"axios": "^0.25.0",
2020-11-24 19:47:40 -06:00
"bootstrap": "^4.5.3",
2020-06-08 08:27:03 -05:00
"jquery": "^3.5.1",
2022-01-23 19:45:44 +01:00
"laravel-mix": "^6.0.41",
"lodash": "^4.17.21",
2020-02-26 08:39:35 -06:00
"popper.js": "^1.16.1",
2022-01-23 19:45:44 +01:00
"postcss": "^8.4.5",
"resolve-url-loader": "^5.0.0",
"sass": "^1.49.0",
"sass-loader": "^12.4.0",
2022-01-27 02:10:56 +01:00
"tailwindcss": "^3.0.15",
2022-01-23 19:45:44 +01:00
"vue": "^2.6.14",
"vue-loader": "^15.9.8",
"vue-template-compiler": "^2.6.14"
},
"dependencies": {
2020-06-08 08:27:03 -05:00
"babel-helper-vue-jsx-merge-props": "^2.0.3",
"es6-object-assign": "^1.1.0",
2020-02-26 08:39:35 -06:00
"v-tooltip": "^2.0.3",
2022-01-23 19:45:44 +01:00
"vue-i18n": "^8.26.8",
"vue-js-modal": "^2.0.1",
2020-02-26 08:39:35 -06:00
"vue-js-toggle-button": "^1.3.3",
2020-06-08 08:27:03 -05:00
"vue-multiselect": "^2.1.6",
"vue-nav-tabs": "^0.5.7",
2022-01-23 19:45:44 +01:00
"vue-select": "^3.16.0",
2020-11-24 19:47:40 -06:00
"vuedraggable": "^2.24.3"
}
2018-05-09 08:05:17 -05:00
}