23 lines
640 B
JSON
23 lines
640 B
JSON
{
|
|
"name": "a-toasty-owa",
|
|
"version": "1.0.2",
|
|
"description": "Show desktop notifications for new mail and calendar alerts",
|
|
"private": true,
|
|
"scripts": {
|
|
"watch": "yarn run webpack --mode=development --watch --config config/webpack.config.js",
|
|
"build": "yarn run webpack --mode=production --config config/webpack.config.js"
|
|
},
|
|
"packageManager": "yarn@4.4.1",
|
|
"devDependencies": {
|
|
"copy-webpack-plugin": "^6.4.1",
|
|
"file-loader": "^6.2.0",
|
|
"size-plugin": "^2.0.2",
|
|
"webpack": "^5.94.0",
|
|
"webpack-cli": "^4.10.0",
|
|
"webpack-merge": "^5.10.0"
|
|
},
|
|
"dependencies": {
|
|
"jquery": "^3.7.1"
|
|
}
|
|
}
|