1
0
mirror of https://github.com/axllent/mailpit.git synced 2024-12-24 22:14:33 +02:00
mailpit/package.json

39 lines
1.1 KiB
JSON
Raw Normal View History

2022-07-29 13:23:08 +02:00
{
"name": "mailpit",
"version": "0.0.0",
"private": true,
"scripts": {
"build": "MINIFY=true node esbuild.config.mjs",
2023-01-30 11:01:34 +02: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 13:23:08 +02:00
},
"dependencies": {
2022-12-07 23:15:24 +02:00
"axios": "^1.2.1",
2022-07-29 13:23:08 +02:00
"bootstrap": "^5.2.0",
"bootstrap-icons": "^1.9.1",
"bootstrap5-tags": "^1.6.1",
"color-hash": "^2.0.2",
"dayjs": "^1.11.10",
"dompurify": "^3.1.6",
2024-05-18 13:42:06 +02:00
"ical.js": "^2.0.1",
"mitt": "^3.0.1",
"modern-screenshot": "^4.4.30",
2022-09-09 13:34:35 +02:00
"prismjs": "^1.29.0",
"rapidoc": "^9.3.4",
2024-04-12 14:25:04 +02: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 13:23:08 +02:00
},
"devDependencies": {
"@popperjs/core": "^2.11.5",
2023-09-22 05:01:33 +02:00
"@types/bootstrap": "^5.2.7",
"@types/tinycon": "^0.6.3",
2022-07-29 13:23:08 +02:00
"@vue/compiler-sfc": "^3.2.37",
2024-09-26 17:13:16 +02:00
"esbuild": "^0.24.0",
2022-09-16 04:59:28 +02:00
"esbuild-plugin-vue-next": "^0.1.4",
2024-02-01 09:54:15 +02:00
"esbuild-sass-plugin": "^3.0.0"
2022-07-29 13:23:08 +02:00
}
}