| { |
| "name": "matomo", |
| "version": "1.0.0", |
| "description": "the leading free/libre analytics platform", |
| "main": "matomo.js", |
| "directories": { |
| "test": "tests" |
| }, |
| "scripts": { |
| "test": "TZ=UTC vue-cli-service test:unit", |
| "eslint": "eslint" |
| }, |
| "repository": { |
| "type": "git", |
| "url": "git+https://github.com/matomo-org/matomo.git" |
| }, |
| "prepare": "", |
| "keywords": [ |
| "matomo", |
| "piwik", |
| "web", |
| "analytics" |
| ], |
| "author": "Matomo.org <hello@matomo.org>", |
| "license": "GPL-3.0+", |
| "bugs": { |
| "url": "https://github.com/matomo-org/matomo/issues" |
| }, |
| "homepage": "https://github.com/matomo-org/matomo#readme", |
| "engines": { |
| "node": ">=16.0.0 <17.0.0" |
| }, |
| "dependencies": { |
| "@materializecss/materialize": "^1.1.0", |
| "@types/jquery": "^3.5.6", |
| "@types/jqueryui": "^1.12.16", |
| "chroma-js": "^0.6.3", |
| "core-js": "^3.16.3", |
| "css-loader": "^6.2.0", |
| "iframe-resizer": "~4.3.11", |
| "jquery": "^3.6.3", |
| "jquery-mousewheel": "^3.1.13", |
| "jquery-ui-dist": "^1.13.1", |
| "jquery.scrollto": "^2.1.2", |
| "mathjs": "^10.6.4", |
| "mousetrap": "^1.6.5", |
| "qrcodejs2": "0.0.2", |
| "sprintf-js": "^1.1.2", |
| "visibilityjs": "^2.0.2", |
| "vue": "^3.2.6" |
| }, |
| "devDependencies": { |
| "@types/iframe-resizer": "^3.5.13", |
| "@types/jest": "^26.0.24", |
| "@types/materialize-css": "^1.0.11", |
| "@types/mousetrap": "^1.6.8", |
| "@typescript-eslint/eslint-plugin": "^4.29.3", |
| "@typescript-eslint/parser": "^4.29.3", |
| "@vue/cli-plugin-babel": "^4.5.13", |
| "@vue/cli-plugin-eslint": "^4.5.13", |
| "@vue/cli-plugin-typescript": "^4.5.13", |
| "@vue/cli-plugin-unit-jest": "^4.5.13", |
| "@vue/cli-service": "^4.5.13", |
| "@vue/compiler-sfc": "^3.2.6", |
| "@vue/eslint-config-airbnb": "^5.3.0", |
| "@vue/eslint-config-typescript": "^7.0.0", |
| "@vue/test-utils": "2.4.6", |
| "abortcontroller-polyfill": "^1.7.3", |
| "babel-loader": "^8.2.2", |
| "dompurify": "^3.3.2", |
| "eslint": "^6.8.0", |
| "eslint-plugin-import": "^2.24.2", |
| "eslint-plugin-vue": "^7.16.0", |
| "husky": "^8.0.2", |
| "less": "^4.1.2", |
| "less-loader": "^7.3.0", |
| "nock": "^13.1.4", |
| "postcss-less": "^6.0.0", |
| "stylelint": "^15.9.0", |
| "ts-jest": "^26.5.6", |
| "typescript": "^4.3.5", |
| "vue-jest": "^5.0.0-0" |
| } |
| } |
|
|