mirror of
https://github.com/suitenumerique/meet.git
synced 2026-08-08 09:53:24 +00:00
13c7b9ad40
Snyk has created this PR to upgrade core-js from 3.48.0 to 3.49.0. See this package in npm: core-js See this project in Snyk: https://app.eu.snyk.io/org/lasuite-dinum-default/project/af693e79-8c43-4c09-ab65-60580515c9e8?utm_source=github&utm_medium=referral&page=upgrade-pr
64 lines
2.0 KiB
JSON
64 lines
2.0 KiB
JSON
{
|
|
"name": "office-addin-taskpane-js",
|
|
"version": "0.0.1",
|
|
"repository": {
|
|
"type": "git",
|
|
"url": "https://github.com/suitenumerique/meet.git"
|
|
},
|
|
"license": "MIT",
|
|
"config": {
|
|
"app_to_debug": "outlook",
|
|
"app_type_to_debug": "desktop",
|
|
"dev_server_port": 3000
|
|
},
|
|
"scripts": {
|
|
"build": "webpack --mode production",
|
|
"build:dev": "webpack --mode development",
|
|
"dev-server": "webpack serve --mode development",
|
|
"lint": "office-addin-lint check",
|
|
"lint:fix": "office-addin-lint fix",
|
|
"prettier": "office-addin-lint prettier",
|
|
"signin": "office-addin-dev-settings m365-account login",
|
|
"signout": "office-addin-dev-settings m365-account logout",
|
|
"start": "office-addin-debugging start manifest.xml",
|
|
"stop": "office-addin-debugging stop manifest.xml",
|
|
"validate": "office-addin-manifest validate manifest.xml",
|
|
"watch": "webpack --mode development --watch"
|
|
},
|
|
"dependencies": {
|
|
"core-js": "^3.49.0",
|
|
"regenerator-runtime": "^0.14.1"
|
|
},
|
|
"devDependencies": {
|
|
"@babel/core": "^7.24.0",
|
|
"@babel/preset-env": "^7.25.4",
|
|
"@types/office-js": "^1.0.377",
|
|
"@types/office-runtime": "^1.0.35",
|
|
"acorn": "^8.11.3",
|
|
"babel-loader": "^9.1.3",
|
|
"copy-webpack-plugin": "^14.0.0",
|
|
"eslint-plugin-office-addins": "^4.0.3",
|
|
"file-loader": "^6.2.0",
|
|
"html-loader": "^5.0.0",
|
|
"html-webpack-inject-attributes-plugin": "^1.0.6",
|
|
"html-webpack-plugin": "^5.6.0",
|
|
"office-addin-cli": "^2.0.3",
|
|
"office-addin-debugging": "^6.0.3",
|
|
"office-addin-dev-certs": "^2.0.3",
|
|
"office-addin-lint": "^3.0.3",
|
|
"office-addin-manifest": "^2.0.3",
|
|
"office-addin-prettier-config": "^2.0.1",
|
|
"os-browserify": "^0.3.0",
|
|
"process": "^0.11.10",
|
|
"source-map-loader": "^5.0.0",
|
|
"webpack": "^5.95.0",
|
|
"webpack-cli": "^5.1.4",
|
|
"webpack-dev-server": "5.2.4"
|
|
},
|
|
"prettier": "office-addin-prettier-config",
|
|
"browserslist": [
|
|
"last 2 versions",
|
|
"ie 11"
|
|
]
|
|
}
|