1
0
mirror of https://github.com/axllent/mailpit.git synced 2025-01-22 03:39:59 +02:00
mailpit/package.json

36 lines
1018 B
JSON
Raw Permalink Normal View History

2022-07-29 23:23:08 +12:00
{
"name": "mailpit",
"version": "0.0.0",
"private": true,
"scripts": {
"build": "MINIFY=true node esbuild.config.mjs",
2023-01-30 22:01:34 +13:00
"watch": "WATCH=true node esbuild.config.mjs",
"package": "MINIFY=true node esbuild.config.mjs",
"update-caniemail": "wget -O utils/html-check/caniemail-data.json https://www.caniemail.com/api/data.json"
2022-07-29 23:23:08 +12:00
},
"dependencies": {
2022-12-08 10:15:24 +13:00
"axios": "^1.2.1",
2022-07-29 23:23:08 +12:00
"bootstrap": "^5.2.0",
"bootstrap-icons": "^1.9.1",
"bootstrap5-tags": "^1.6.1",
"color-hash": "^2.0.2",
"dayjs": "^1.11.10",
"modern-screenshot": "^4.4.30",
2022-09-09 23:34:35 +12:00
"prismjs": "^1.29.0",
"rapidoc": "^9.3.4",
2024-04-13 00:25:04 +12:00
"timezones-list": "^3.0.3",
"vue": "^3.2.13",
"vue-css-donut-chart": "^2.0.0",
"vue-router": "^4.2.4"
2022-07-29 23:23:08 +12:00
},
"devDependencies": {
"@popperjs/core": "^2.11.5",
2023-09-22 15:01:33 +12:00
"@types/bootstrap": "^5.2.7",
"@types/tinycon": "^0.6.3",
2022-07-29 23:23:08 +12:00
"@vue/compiler-sfc": "^3.2.37",
2024-02-01 20:54:15 +13:00
"esbuild": "^0.20.0",
2022-09-16 14:59:28 +12:00
"esbuild-plugin-vue-next": "^0.1.4",
2024-02-01 20:54:15 +13:00
"esbuild-sass-plugin": "^3.0.0"
2022-07-29 23:23:08 +12:00
}
}