firefly-iii/package.json

32 lines
835 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
},
2022-09-18 03:45:38 -05:00
"dependencies": {
"date-fns": "^2.30.0",
"stream-browserify": "^3.0.0"
2022-09-18 03:45:38 -05:00
},
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.3.4",
"axios": "^1.3",
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",
2022-02-27 23:40:34 -06:00
"uiv": "^1.4",
2022-07-16 02:44:28 -05:00
"vue": "^2.7",
2022-02-27 23:40:34 -06:00
"vue-i18n": "^8",
"vue-loader": "^15",
2022-07-16 02:44:28 -05:00
"vue-template-compiler": "^2.7"
}
2015-02-05 21:39:52 -06:00
}