MagicMirror/package.json

103 lines
3.8 KiB
JSON
Raw Normal View History

2016-03-27 20:40:07 +02:00
{
2020-05-11 21:59:45 +02:00
"name": "magicmirror",
2023-10-01 20:17:06 +02:00
"version": "2.26.0-develop",
2020-05-11 21:59:45 +02:00
"description": "The open source modular smart mirror platform.",
"main": "js/electron.js",
"scripts": {
2021-04-14 17:03:09 +02:00
"start": "DISPLAY=\"${DISPLAY:=:0}\" ./node_modules/.bin/electron js/electron.js",
"start:dev": "DISPLAY=\"${DISPLAY:=:0}\" ./node_modules/.bin/electron js/electron.js dev",
2020-05-11 21:59:45 +02:00
"server": "node ./serveronly",
"install-mm": "npm install --no-audit --no-fund --no-update-notifier --only=prod --omit=dev",
"install-mm:dev": "npm install --no-audit --no-fund --no-update-notifier",
"install-vendor": "echo \"Installing vendor files ...\n\" && cd vendor && npm install --loglevel=error --no-audit --no-fund --no-update-notifier",
"install-fonts": "echo \"Installing fonts ...\n\" && cd fonts && npm install --loglevel=error --no-audit --no-fund --no-update-notifier",
"postinstall": "npm run install-vendor && npm run install-fonts && echo \"MagicMirror² installation finished successfully! \n\"",
"test": "NODE_ENV=test jest -i --forceExit",
"test:coverage": "NODE_ENV=test jest --coverage -i --verbose false --forceExit",
"test:electron": "NODE_ENV=test jest --selectProjects electron -i --forceExit",
"test:e2e": "NODE_ENV=test jest --selectProjects e2e -i --forceExit",
"test:unit": "NODE_ENV=test jest --selectProjects unit",
2021-05-29 16:11:25 +02:00
"test:prettier": "prettier . --check",
"test:js": "eslint 'js/**/*.js' 'modules/default/**/*.js' 'clientonly/*.js' 'serveronly/*.js' 'translations/*.js' 'vendor/*.js' 'tests/**/*.js' 'config/*'",
2021-07-06 11:26:21 +02:00
"test:css": "stylelint 'css/main.css' 'fonts/*.css' 'modules/default/**/*.css' 'vendor/*.css' --config .stylelintrc.json",
"test:calendar": "node ./modules/default/calendar/debug.js",
2020-05-11 21:59:45 +02:00
"config:check": "node js/check_config.js",
2021-05-29 16:11:25 +02:00
"lint:prettier": "prettier . --write",
"lint:js": "eslint 'js/**/*.js' 'modules/default/**/*.js' 'clientonly/*.js' 'serveronly/*.js' 'translations/*.js' 'vendor/*.js' 'tests/**/*.js' 'config/*' --fix",
2021-07-06 11:26:21 +02:00
"lint:css": "stylelint 'css/main.css' 'fonts/*.css' 'modules/default/**/*.css' 'vendor/*.css' --config .stylelintrc.json --fix",
"lint:staged": "lint-staged",
2021-05-19 20:58:29 +02:00
"prepare": "[ -f node_modules/.bin/husky ] && husky install || echo no husky installed."
2020-05-11 21:59:45 +02:00
},
"repository": {
"type": "git",
"url": "git+https://github.com/MichMich/MagicMirror.git"
},
"keywords": [
"magic mirror",
"magicmirror",
2020-05-11 21:59:45 +02:00
"smart mirror",
"mirror UI",
"modular"
],
"author": "Michael Teeuw",
"contributors": [
"https://github.com/MichMich/MagicMirror/graphs/contributors"
],
"license": "MIT",
"bugs": {
"url": "https://github.com/MichMich/MagicMirror/issues"
},
"homepage": "https://magicmirror.builders",
"devDependencies": {
"@stylistic/eslint-plugin": "^1.5.1",
"eslint-plugin-import": "^2.29.1",
Bump eslint-plugin-jest from 27.4.3 to 27.6.0 (#3260) Bumps [eslint-plugin-jest](https://github.com/jest-community/eslint-plugin-jest) from 27.4.3 to 27.6.0. <details> <summary>Release notes</summary> <p><em>Sourced from <a href="https://github.com/jest-community/eslint-plugin-jest/releases">eslint-plugin-jest's releases</a>.</em></p> <blockquote> <h2>v27.6.0</h2> <h1><a href="https://github.com/jest-community/eslint-plugin-jest/compare/v27.5.0...v27.6.0">27.6.0</a> (2023-10-26)</h1> <h3>Features</h3> <ul> <li>include plugin <code>meta</code> information for ESLint v9 (<a href="https://redirect.github.com/jest-community/eslint-plugin-jest/issues/1454">#1454</a>) (<a href="https://github.com/jest-community/eslint-plugin-jest/commit/4d571467631a407a038d5b4d61bc45f4622954f1">4d57146</a>)</li> </ul> <h2>v27.5.0</h2> <h1><a href="https://github.com/jest-community/eslint-plugin-jest/compare/v27.4.3...v27.5.0">27.5.0</a> (2023-10-26)</h1> <h3>Features</h3> <ul> <li><strong>valid-title:</strong> allow ignoring tests with non-string titles (<a href="https://redirect.github.com/jest-community/eslint-plugin-jest/issues/1460">#1460</a>) (<a href="https://github.com/jest-community/eslint-plugin-jest/commit/ea89da9b4e726980d80f97b69d31a4c4f81ff562">ea89da9</a>)</li> </ul> </blockquote> </details> <details> <summary>Changelog</summary> <p><em>Sourced from <a href="https://github.com/jest-community/eslint-plugin-jest/blob/main/CHANGELOG.md">eslint-plugin-jest's changelog</a>.</em></p> <blockquote> <h1><a href="https://github.com/jest-community/eslint-plugin-jest/compare/v27.5.0...v27.6.0">27.6.0</a> (2023-10-26)</h1> <h3>Features</h3> <ul> <li>include plugin <code>meta</code> information for ESLint v9 (<a href="https://redirect.github.com/jest-community/eslint-plugin-jest/issues/1454">#1454</a>) (<a href="https://github.com/jest-community/eslint-plugin-jest/commit/4d571467631a407a038d5b4d61bc45f4622954f1">4d57146</a>)</li> </ul> <h1><a href="https://github.com/jest-community/eslint-plugin-jest/compare/v27.4.3...v27.5.0">27.5.0</a> (2023-10-26)</h1> <h3>Features</h3> <ul> <li><strong>valid-title:</strong> allow ignoring tests with non-string titles (<a href="https://redirect.github.com/jest-community/eslint-plugin-jest/issues/1460">#1460</a>) (<a href="https://github.com/jest-community/eslint-plugin-jest/commit/ea89da9b4e726980d80f97b69d31a4c4f81ff562">ea89da9</a>)</li> </ul> </blockquote> </details> <details> <summary>Commits</summary> <ul> <li><a href="https://github.com/jest-community/eslint-plugin-jest/commit/6dfbf15d02684acc7633830aebfc22bad3b86034"><code>6dfbf15</code></a> chore(release): 27.6.0 [skip ci]</li> <li><a href="https://github.com/jest-community/eslint-plugin-jest/commit/4d571467631a407a038d5b4d61bc45f4622954f1"><code>4d57146</code></a> feat: include plugin <code>meta</code> information for ESLint v9 (<a href="https://redirect.github.com/jest-community/eslint-plugin-jest/issues/1454">#1454</a>)</li> <li><a href="https://github.com/jest-community/eslint-plugin-jest/commit/55ad33675da722043fca7e8d2e8a1896967c5001"><code>55ad336</code></a> chore: update <code>moduleResolution</code> and <code>module</code> to <code>node16</code> (<a href="https://redirect.github.com/jest-community/eslint-plugin-jest/issues/1455">#1455</a>)</li> <li><a href="https://github.com/jest-community/eslint-plugin-jest/commit/9cc95920ea299f1a4e84969170bf8805d0002e17"><code>9cc9592</code></a> chore: replace <code>eslint-plugin-node</code> with <code>eslint-plugin-n</code> (<a href="https://redirect.github.com/jest-community/eslint-plugin-jest/issues/1462">#1462</a>)</li> <li><a href="https://github.com/jest-community/eslint-plugin-jest/commit/1d5bdd1391b4b03a6f75d84c6a190c333dc4373b"><code>1d5bdd1</code></a> chore(release): 27.5.0 [skip ci]</li> <li><a href="https://github.com/jest-community/eslint-plugin-jest/commit/ea89da9b4e726980d80f97b69d31a4c4f81ff562"><code>ea89da9</code></a> feat(valid-title): allow ignoring tests with non-string titles (<a href="https://redirect.github.com/jest-community/eslint-plugin-jest/issues/1460">#1460</a>)</li> <li><a href="https://github.com/jest-community/eslint-plugin-jest/commit/f2af5194bd01eb48ac41e663de1f36d981c92d5e"><code>f2af519</code></a> chore: run CI on Node 21 (<a href="https://redirect.github.com/jest-community/eslint-plugin-jest/issues/1461">#1461</a>)</li> <li><a href="https://github.com/jest-community/eslint-plugin-jest/commit/d8b10b47e7040199ac105b1170fd784f78d6a7ee"><code>d8b10b4</code></a> chore: update permissions granted on CI</li> <li><a href="https://github.com/jest-community/eslint-plugin-jest/commit/4295882c21305fd0eae2844e258da119cd17e3bd"><code>4295882</code></a> chore(deps): lock file maintenance</li> <li>See full diff in <a href="https://github.com/jest-community/eslint-plugin-jest/compare/v27.4.3...v27.6.0">compare view</a></li> </ul> </details> <br /> [![Dependabot compatibility score](https://dependabot-badges.githubapp.com/badges/compatibility_score?dependency-name=eslint-plugin-jest&package-manager=npm_and_yarn&previous-version=27.4.3&new-version=27.6.0)](https://docs.github.com/en/github/managing-security-vulnerabilities/about-dependabot-security-updates#about-compatibility-scores) Dependabot will resolve any conflicts with this PR as long as you don't alter it yourself. You can also trigger a rebase manually by commenting `@dependabot rebase`. [//]: # (dependabot-automerge-start) [//]: # (dependabot-automerge-end) --- <details> <summary>Dependabot commands and options</summary> <br /> You can trigger Dependabot actions by commenting on this PR: - `@dependabot rebase` will rebase this PR - `@dependabot recreate` will recreate this PR, overwriting any edits that have been made to it - `@dependabot merge` will merge this PR after your CI passes on it - `@dependabot squash and merge` will squash and merge this PR after your CI passes on it - `@dependabot cancel merge` will cancel a previously requested merge and block automerging - `@dependabot reopen` will reopen this PR if it is closed - `@dependabot close` will close this PR and stop Dependabot recreating it. You can achieve the same result by closing it manually - `@dependabot show <dependency name> ignore conditions` will show all of the ignore conditions of the specified dependency - `@dependabot ignore this major version` will close this PR and stop Dependabot creating any more for this major version (unless you reopen the PR or upgrade to it yourself) - `@dependabot ignore this minor version` will close this PR and stop Dependabot creating any more for this minor version (unless you reopen the PR or upgrade to it yourself) - `@dependabot ignore this dependency` will close this PR and stop Dependabot creating any more for this dependency (unless you reopen the PR or upgrade to it yourself) </details> Signed-off-by: dependabot[bot] <support@github.com> Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
2023-11-01 19:48:50 +01:00
"eslint-plugin-jest": "^27.6.0",
"eslint-plugin-jsdoc": "^46.9.1",
2021-12-13 21:34:32 +01:00
"express-basic-auth": "^1.2.1",
"husky": "^8.0.3",
"jest": "^29.7.0",
"jsdom": "^23.0.1",
"lint-staged": "^15.2.0",
2021-02-27 13:19:29 +01:00
"lodash": "^4.17.21",
"playwright": "^1.40.1",
"prettier": "^3.1.1",
"sinon": "^17.0.1",
"stylelint": "^16.1.0",
"stylelint-config-standard": "^36.0.0",
"stylelint-prettier": "^5.0.0",
2022-02-28 23:08:56 +01:00
"suncalc": "^1.9.0"
2020-05-11 21:59:45 +02:00
},
"optionalDependencies": {
"electron": "^27.2.0"
2020-05-11 21:59:45 +02:00
},
"dependencies": {
2020-09-19 12:25:11 +02:00
"colors": "^1.4.0",
"command-exists": "^1.2.9",
"console-stamp": "^3.1.2",
"envsub": "^4.1.0",
"eslint": "^8.56.0",
"express": "^4.18.2",
2022-08-07 23:17:24 +02:00
"express-ipfilter": "^1.3.1",
2020-12-11 11:09:52 +01:00
"feedme": "^2.0.2",
"helmet": "^7.1.0",
"html-to-text": "^9.0.5",
2021-05-29 13:32:24 +02:00
"iconv-lite": "^0.6.3",
"module-alias": "^2.2.3",
"moment": "^2.30.1",
"node-ical": "^0.17.1",
"socket.io": "^4.7.2"
2020-05-11 21:59:45 +02:00
},
"lint-staged": {
"*": "prettier --write",
"*.js": "eslint",
"*.css": "stylelint"
},
2020-05-11 21:59:45 +02:00
"_moduleAliases": {
2021-02-18 19:14:53 +01:00
"node_helper": "js/node_helper.js",
"logger": "js/logger.js"
2020-05-11 21:59:45 +02:00
},
2021-01-05 09:54:03 +01:00
"engines": {
"node": ">=18"
2020-05-11 21:59:45 +02:00
}
}