You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
willaengine/package.json

51 lines
1.9 KiB

6 years ago
{
"private": true,
"scripts": {
"dev": "npm 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": "npm run development -- --watch",
"watch-poll": "npm 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": "npm 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"
},
"dependencies": {
"@fortawesome/fontawesome-free": "^5.5.0",
"ajv": "^6.6.2",
"axios": "^0.18.0",
"bootstrap": "^4.1.3",
"bootstrap-select": "^1.13.3",
"bootstrap-v4-rtl": "^4.1.1-0",
"bootstrap-vue": "^2.0.0-rc.11",
"chart.js": "^2.7.3",
"jquery": "^3.3.1",
"popper.js": "^1.14.5",
"vue": "^2.5.17",
"vue-chartjs": "^3.4.0",
"vue-router": "^3.0.2",
"vue-scroll-reveal": "^1.0.11",
"vuetify": "^1.4.0"
},
"devDependencies": {
"axios": "^0.18",
"bootstrap": "^4.0.0",
"cross-env": "^5.1",
"material-design-icons-iconfont": "^4.0.3",
"jquery": "^3.2",
"laravel-mix": "^4.0.7",
"lodash": "^4.17.5",
"node-sass": "^4.10.0",
"popper.js": "^1.12",
"pug": "^2.0.3",
"pug-loader": "^2.4.0",
"pug-plain-loader": "^1.0.0",
"resolve-url-loader": "^2.3.1",
"sass": "^1.15.2",
"sass-loader": "^7.1.0",
"vue": "^2.5.17",
"vue-resource": "^1.5.1",
"vue-template-compiler": "^2.5.21",
"vuex": "^3.0.1"
}
}