mirror of
https://github.com/Bubka/2FAuth.git
synced 2024-11-08 09:24:59 +01:00
37 lines
1.5 KiB
JSON
37 lines
1.5 KiB
JSON
{
|
|
"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"
|
|
},
|
|
"devDependencies": {
|
|
"axios": "^0.19.0",
|
|
"bootstrap": "^4.4.1",
|
|
"bulma": "^0.8.0",
|
|
"cross-env": "^5.2.1",
|
|
"jquery": "^3.2",
|
|
"laravel-mix": "^4.1.4",
|
|
"lodash": "^4.17.15",
|
|
"popper.js": "^1.16.0",
|
|
"resolve-url-loader": "^2.3.1",
|
|
"sass": "^1.24.2",
|
|
"sass-loader": "^7.3.1",
|
|
"vue": "^2.6.11",
|
|
"vue-template-compiler": "^2.6.11"
|
|
},
|
|
"dependencies": {
|
|
"@fortawesome/fontawesome-svg-core": "^1.2.26",
|
|
"@fortawesome/free-brands-svg-icons": "^5.12.0",
|
|
"@fortawesome/free-regular-svg-icons": "^5.12.0",
|
|
"@fortawesome/free-solid-svg-icons": "^5.12.0",
|
|
"@fortawesome/vue-fontawesome": "^0.1.9",
|
|
"vue-i18n": "^8.15.3",
|
|
"vue-router": "^3.1.3"
|
|
}
|
|
}
|