This repository has been archived by the owner on Jul 4, 2022. It is now read-only.
forked from meganz/webclient
-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathpackage.json
94 lines (94 loc) · 2.54 KB
/
package.json
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
85
86
87
88
89
90
91
92
93
94
{
"name": "@meganz/webclient",
"version": "0.0.0",
"description": "Web Client to access the Mega Cloud Infrastructure",
"main": "index.js",
"directories": {
"src": "js",
"test": "test",
"doc": "doc"
},
"scripts": {
"test": "make test",
"jscpd": "jscpd -g -f javascript,jsx -i \"**/vendor/**\" -r \"time,consoleFull\" ./js",
"eslint": "eslint --cache -f unix html/js js",
"api-doc": "make api-doc"
},
"homepage": "https://mega.nz/",
"repository": {
"type": "git",
"url": "[email protected]:meganz/webclient.git"
},
"bugs": {
"url": "https://issues.developers.mega.co.nz/projects/webclient"
},
"keywords": [
"Mega",
"storage",
"chat",
"encryption"
],
"browserslist": [
"Chrome > 44",
"Firefox > 28",
"Safari > 10",
"Opera > 47",
"Edge > 12",
"IE 11"
],
"author": "Mega Limited",
"license": "proprietary",
"private": true,
"readmeFilename": "README.md",
"dependencies": {
"@babel/core": "7.7.4",
"@babel/plugin-proposal-class-properties": "7.7.4",
"@babel/plugin-proposal-decorators": "7.7.4",
"@babel/preset-env": "7.7.4",
"@babel/preset-react": "7.7.4",
"babel-loader": "8.0.6",
"grunt": "1.0.4",
"grunt-contrib-concat": "1.0.1",
"grunt-contrib-htmlmin": "3.1.0",
"grunt-htmljson": "0.1.1",
"prop-types": "15.7.2",
"react-hot-loader": "4.12.18",
"webpack": "4.41.2",
"webpack-cli": "3.3.10"
},
"devDependencies": {
"babel-eslint": "10.0.3",
"eslint": "6.7.0",
"eslint-loader": "3.0.2",
"eslint-plugin-compat": "3.3.0",
"eslint-plugin-dollar-sign": "1.0.2",
"eslint-plugin-jquery": "1.5.1",
"eslint-plugin-local-rules": "0.1.1",
"eslint-plugin-no-unsanitized": "3.0.2",
"eslint-plugin-optimize-regex": "1.1.7",
"eslint-plugin-react": "7.16.0",
"eslint-plugin-sonarjs": "0.5.0",
"eslint-plugin-unicorn": "13.0.0",
"htmlhint": "0.11.0",
"istanbul": "0.4.5",
"jscpd": "2.0.16",
"karma": "4.4.1",
"karma-chai": "0.1.0",
"karma-chai-plugins": "0.9.0",
"karma-chrome-launcher": "3.1.0",
"karma-coverage": "2.0.1",
"karma-firefox-launcher": "1.2.0",
"karma-html2js-preprocessor": "1.1.0",
"karma-ie-launcher": "1.0.0",
"karma-jasmine": "2.0.1",
"karma-junit-reporter": "2.0",
"karma-mocha": "1.3.0",
"karma-phantomjs-launcher": "1.0.4",
"karma-script-launcher": "1.0.0",
"karma-sinon": "1.0.5",
"mocha": "6.2.2",
"phantomjs-prebuilt": "2.1.16",
"sinon": "7.5.0",
"webpack-dev-server": "3.9.0"
}
}