Welcome to mirror list, hosted at ThFree Co, Russian Federation.

package.json - github.com/matomo-org/matomo.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
blob: d4b3143af5cb315f233c2c0768a34a571e1c1409 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
84
{
  "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"
  },
  "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",
  "dependencies": {
    "@types/jquery": "^3.5.6",
    "@types/jqueryui": "^1.12.16",
    "angular": "^1.8.2",
    "angular-animate": "^1.8.2",
    "angular-cookies": "^1.8.2",
    "angular-mocks": "^1.8.2",
    "angular-sanitize": "^1.8.2",
    "chroma-js": "^0.6.3",
    "core-js": "^3.16.3",
    "css-loader": "^6.2.0",
    "iframe-resizer": "^4.2.11",
    "jquery": "^2.2.4",
    "jquery-mousewheel": "^3.1.13",
    "jquery-ui-dist": "^1.13.1",
    "jquery.browser": "^0.1.0",
    "jquery.dotdotdot": "^3.2.3",
    "jquery.scrollto": "^2.1.2",
    "materialize-css": "^1.0.0",
    "mousetrap": "^1.6.5",
    "ng-dialog": "^1.4.0",
    "qrcodejs2": "0.0.2",
    "sprintf-js": "^1.1.2",
    "visibilityjs": "^2.0.2",
    "vue": "^3.2.6"
  },
  "devDependencies": {
    "@types/angular": "^1.8.2",
    "@types/dotdotdot": "^1.6.36",
    "@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",
    "abortcontroller-polyfill": "^1.7.3",
    "babel-loader": "^8.2.2",
    "dompurify": "^2.3.3",
    "eslint": "^6.8.0",
    "eslint-plugin-import": "^2.24.2",
    "eslint-plugin-vue": "^7.16.0",
    "less": "^4.1.2",
    "less-loader": "^7.3.0",
    "nock": "^13.1.4",
    "ts-jest": "^26.5.6",
    "typescript": "^4.3.5",
    "vue-jest": "^5.0.0-0"
  }
}