Files
monica/package.json
T
2019-01-24 10:36:38 +01:00

65 lines
2.4 KiB
JSON

{
"private": true,
"scripts": {
"dev": "yarn run development",
"development": "cross-env NODE_ENV=development node_modules/webpack/bin/webpack.js --progress --hide-modules --config=node_modules/laravel-mix/setup/webpack.config.js",
"watch": "cross-env NODE_ENV=development node_modules/webpack/bin/webpack.js --watch --progress --hide-modules --config=node_modules/laravel-mix/setup/webpack.config.js",
"watch-poll": "yarn run watch -- --watch-poll",
"hot": "cross-env NODE_ENV=development node_modules/webpack-dev-server/bin/webpack-dev-server.js --inline --hot --config=node_modules/laravel-mix/setup/webpack.config.js",
"prod": "yarn run production",
"production": "cross-env NODE_ENV=production node_modules/webpack/bin/webpack.js --no-progress --hide-modules --config=node_modules/laravel-mix/setup/webpack.config.js",
"e2e": "$(yarn bin)/cypress run",
"e2e-gui": "$(yarn bin)/cypress open",
"inst": "yarn install --ignore-engines --frozen-lockfile",
"lint": "eslint --ext .js,.vue resources/assets/js/"
},
"devDependencies": {
"cross-env": "^5.1.4",
"cypress": "3.1.4",
"eslint": "^5.10.0",
"eslint-config-standard": "^12.0.0",
"eslint-plugin-import": ">=2.13.0",
"eslint-plugin-node": ">=7.0.0",
"eslint-plugin-promise": ">=4.0.0",
"eslint-plugin-standard": ">=4.0.0",
"eslint-plugin-vue": "^5.0.0",
"mocha": "^5.2.0",
"mocha-junit-reporter": "^1.17.0",
"mocha-multi-reporters": "^1.1.7",
"resolve-url-loader": "2.3.1",
"sass-loader": "7.*",
"vue-template-compiler": "^2.5.21"
},
"dependencies": {
"animate.css": "^3.6.1",
"axios": "^0.18.0",
"bootstrap": "4.0.0-alpha.2",
"font-awesome": "^4.7.0",
"hint.css": "^2.3.2",
"jquery": "^3.3.1",
"laravel-mix": "^4.0.12",
"list.js": "^1.5.0",
"lodash": "^4.17.5",
"marked": "^0.6.0",
"moment": "^2.22.1",
"moment-timezone": "^0.5.21",
"pretty-checkbox-vue": "^1.1.8",
"sass": "^1.15.2",
"sweet-modal-vue": "^2.0.0",
"tachyons": "^4.9.1",
"typeahead.js": "^0.11.1",
"v-selectmenu": "^1.0.5",
"vue": "^2.5.21",
"vue-checkbox-radio": "^0.6.0",
"vue-clipboard2": "^0.2.1",
"vue-directive-tooltip": "^1.4.2",
"vue-good-table": "^2.13.0",
"vue-i18n": "^8.0.0",
"vue-js-toggle-button": "^1.2.2",
"vue-notification": "^1.3.6",
"vue-resource": "^1.3.6",
"vue-select": "^2.4.0",
"vuejs-datepicker-tmp": "^1.5.4"
}
}