2016-03-27 20:40:07 +02:00
|
|
|
{
|
2020-05-11 21:59:45 +02:00
|
|
|
"name": "magicmirror",
|
2020-10-01 12:19:57 +02:00
|
|
|
"version": "2.14.0-develop",
|
2020-05-11 21:59:45 +02:00
|
|
|
"description": "The open source modular smart mirror platform.",
|
|
|
|
"main": "js/electron.js",
|
|
|
|
"scripts": {
|
|
|
|
"start": "DISPLAY=\"${DISPLAY:=:0}\" ./node_modules/.bin/electron js/electron.js",
|
|
|
|
"server": "node ./serveronly",
|
|
|
|
"install": "echo \"Installing vendor files ...\n\" && cd vendor && npm install --loglevel=error",
|
|
|
|
"install-fonts": "echo \"Installing fonts ...\n\" && cd fonts && npm install --loglevel=error",
|
|
|
|
"postinstall": "npm run install-fonts && echo \"MagicMirror installation finished successfully! \n\"",
|
2020-07-09 20:29:38 +02:00
|
|
|
"test": "NODE_ENV=test mocha tests --recursive",
|
|
|
|
"test:coverage": "NODE_ENV=test nyc mocha tests --recursive --timeout=3000",
|
|
|
|
"test:e2e": "NODE_ENV=test mocha tests/e2e --recursive",
|
|
|
|
"test:unit": "NODE_ENV=test mocha tests/unit --recursive",
|
2020-05-11 21:59:45 +02:00
|
|
|
"test:prettier": "prettier --check **/*.{js,css,json,md,yml}",
|
|
|
|
"test:js": "eslint *.js js/**/*.js modules/default/**/*.js clientonly/*.js serveronly/*.js translations/*.js vendor/*.js tests/**/*.js config/* --config .eslintrc.json --quiet",
|
|
|
|
"test:css": "stylelint css/main.css modules/default/**/*.css --config .stylelintrc.json",
|
2020-06-20 08:45:46 +02:00
|
|
|
"test:calendar": "node ./modules/default/calendar/debug.js",
|
2020-05-11 21:59:45 +02:00
|
|
|
"config:check": "node js/check_config.js",
|
|
|
|
"lint:prettier": "prettier --write **/*.{js,css,json,md,yml}",
|
|
|
|
"lint:js": "eslint *.js js/**/*.js modules/default/**/*.js clientonly/*.js serveronly/*.js translations/*.js vendor/*.js tests/**/*.js config/* --config .eslintrc.json --fix",
|
|
|
|
"lint:css": "stylelint css/main.css modules/default/**/*.css --config .stylelintrc.json --fix"
|
|
|
|
},
|
|
|
|
"repository": {
|
|
|
|
"type": "git",
|
|
|
|
"url": "git+https://github.com/MichMich/MagicMirror.git"
|
|
|
|
},
|
|
|
|
"keywords": [
|
|
|
|
"magic mirror",
|
|
|
|
"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": {
|
|
|
|
"chai": "^4.2.0",
|
|
|
|
"chai-as-promised": "^7.1.1",
|
2020-11-24 09:54:59 +01:00
|
|
|
"danger": "^10.5.3",
|
2020-10-23 02:05:13 +01:00
|
|
|
"eslint-config-prettier": "^6.15.0",
|
2020-11-24 09:54:59 +01:00
|
|
|
"eslint-plugin-jsdoc": "^30.7.8",
|
2020-06-20 08:33:19 +02:00
|
|
|
"eslint-plugin-prettier": "^3.1.4",
|
2020-10-23 02:05:13 +01:00
|
|
|
"express-basic-auth": "^1.2.0",
|
2020-09-19 12:25:11 +02:00
|
|
|
"husky": "^4.3.0",
|
2020-10-23 02:05:13 +01:00
|
|
|
"jsdom": "^16.4.0",
|
2020-09-19 12:25:11 +02:00
|
|
|
"lodash": "^4.17.20",
|
2020-10-23 02:05:13 +01:00
|
|
|
"mocha": "^8.2.1",
|
2020-05-11 21:59:45 +02:00
|
|
|
"mocha-each": "^2.0.1",
|
2020-10-23 02:05:13 +01:00
|
|
|
"mocha-logger": "^1.0.7",
|
2020-07-09 20:29:38 +02:00
|
|
|
"nyc": "^15.1.0",
|
2020-11-24 09:54:59 +01:00
|
|
|
"prettier": "^2.2.0",
|
2020-10-23 02:05:13 +01:00
|
|
|
"pretty-quick": "^3.1.0",
|
|
|
|
"spectron": "^10.0.1",
|
2020-11-24 09:54:59 +01:00
|
|
|
"stylelint": "^13.8.0",
|
2020-06-20 08:33:19 +02:00
|
|
|
"stylelint-config-prettier": "^8.0.2",
|
2020-05-11 21:59:45 +02:00
|
|
|
"stylelint-config-standard": "^20.0.0",
|
|
|
|
"stylelint-prettier": "^1.1.2"
|
|
|
|
},
|
|
|
|
"optionalDependencies": {
|
2020-10-23 02:05:13 +01:00
|
|
|
"electron": "^8.5.3"
|
2020-05-11 21:59:45 +02:00
|
|
|
},
|
|
|
|
"dependencies": {
|
2020-09-19 12:25:11 +02:00
|
|
|
"colors": "^1.4.0",
|
2020-11-24 09:54:59 +01:00
|
|
|
"console-stamp": "^3.0.0-rc4.2",
|
2020-10-23 02:05:13 +01:00
|
|
|
"electron": "^8.5.3",
|
2020-11-24 09:54:59 +01:00
|
|
|
"eslint": "^7.14.0",
|
2020-09-19 12:25:11 +02:00
|
|
|
"express": "^4.17.1",
|
|
|
|
"express-ipfilter": "^1.1.2",
|
2020-11-24 09:54:59 +01:00
|
|
|
"feedme": "^2.0.1",
|
2020-10-23 02:05:13 +01:00
|
|
|
"helmet": "^4.2.0",
|
2020-09-24 10:13:25 -05:00
|
|
|
"ical": "^0.8.0",
|
2020-09-22 08:33:21 -05:00
|
|
|
"iconv-lite": "^0.6.2",
|
2020-05-11 21:59:45 +02:00
|
|
|
"module-alias": "^2.2.2",
|
2020-10-23 02:05:13 +01:00
|
|
|
"moment": "^2.29.1",
|
2020-11-10 20:55:33 +00:00
|
|
|
"node-ical": "^0.12.3",
|
2020-06-20 08:32:54 +02:00
|
|
|
"request": "^2.88.2",
|
2020-09-19 12:25:11 +02:00
|
|
|
"rrule": "^2.6.6",
|
2020-05-11 21:59:45 +02:00
|
|
|
"rrule-alt": "^2.2.8",
|
2020-11-24 09:54:59 +01:00
|
|
|
"simple-git": "^2.23.0",
|
|
|
|
"socket.io": "^3.0.3",
|
2020-07-30 13:03:42 +02:00
|
|
|
"valid-url": "^1.0.9"
|
2020-05-11 21:59:45 +02:00
|
|
|
},
|
|
|
|
"_moduleAliases": {
|
|
|
|
"node_helper": "js/node_helper.js"
|
|
|
|
},
|
|
|
|
"husky": {
|
|
|
|
"hooks": {
|
|
|
|
"pre-commit": "pretty-quick --staged"
|
|
|
|
}
|
|
|
|
}
|
2016-09-08 15:14:00 -04:00
|
|
|
}
|