firefly-iii/package.json

28 lines
741 B
JSON
Raw Normal View History

2015-02-05 21:39:52 -06:00
{
2017-09-09 14:57:24 -05:00
"private": true,
"scripts": {
2021-01-14 12:07:04 -06:00
"development": "mix",
"watch": "mix watch",
"watch-poll": "mix watch -- --watch-options-poll=1000",
"hot": "mix watch --hot",
"production": "mix --production",
"prod": "mix --production"
2017-09-09 14:57:24 -05:00
},
"devDependencies": {
2021-01-14 12:07:04 -06:00
"@johmun/vue-tags-input": "^2",
"@vue/compiler-sfc": "^3.2.29",
"axios": "^0.26",
2021-01-14 12:07:04 -06:00
"bootstrap-sass": "^3",
"cross-env": "^7.0",
"font-awesome": "^4.7.0",
2021-01-14 12:07:04 -06:00
"jquery": "^3",
"laravel-mix": "^6.0",
"postcss": "^8.4",
"uiv": "^2.0",
"vue": "^3.2",
"vue-i18n": "^9.1",
"vue-loader": "^17",
2021-01-14 12:07:04 -06:00
"vue-template-compiler": "^2.6"
}
2015-02-05 21:39:52 -06:00
}