1
0
mirror of https://github.com/axllent/mailpit.git synced 2025-01-10 00:43:53 +02:00
mailpit/package.json

28 lines
665 B
JSON
Raw Normal View History

2022-07-29 13:23:08 +02:00
{
"name": "mailpit",
"version": "0.0.0",
"private": true,
"scripts": {
"build": "node esbuild.config.js",
"watch": "WATCH=true node esbuild.config.js",
"package": "MINIFY=true node esbuild.config.js"
},
"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.4.41",
2022-07-29 13:23:08 +02:00
"moment": "^2.29.4",
2022-09-09 13:34:35 +02:00
"prismjs": "^1.29.0",
2022-09-14 12:37:47 +02:00
"tinycon": "^0.6.8",
2022-07-29 13:23:08 +02:00
"vue": "^3.2.13"
},
"devDependencies": {
"@popperjs/core": "^2.11.5",
"@vue/compiler-sfc": "^3.2.37",
2022-12-07 23:15:24 +02:00
"esbuild": "^0.16.1",
2022-09-16 04:59:28 +02:00
"esbuild-plugin-vue-next": "^0.1.4",
"esbuild-sass-plugin": "^2.3.2"
2022-07-29 13:23:08 +02:00
}
}