Personal_Website/package.json
2021-09-01 22:15:57 +02:00

28 lines
779 B
JSON

{
"private": true,
"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"
},
"devDependencies": {
"@fortawesome/fontawesome-free": "^5.15.4",
"@vue/compiler-sfc": "^3.2.6",
"axios": "^0.21",
"laravel-mix": "^6.0.6",
"lodash": "^4.17.19",
"moment": "^2.29.1",
"postcss": "^8.1.14",
"resolve-url-loader": "^4.0.0",
"sass": "^1.38.2",
"sass-loader": "^12.1.0",
"vue": "^3.2.6",
"vue-loader": "^16.2.0",
"vue-router": "4"
}
}