-
Notifications
You must be signed in to change notification settings - Fork 308
/
package.json
102 lines (102 loc) · 2.85 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
95
96
97
98
99
100
101
102
{
"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": "git@github.com:meganz/webclient.git"
},
"bugs": {
"url": "https://issues.developers.mega.co.nz/projects/webclient"
},
"keywords": [
"Mega",
"storage",
"chat",
"encryption"
],
"browserslist": [
"Chrome >= 67",
"Firefox >= 78",
"Safari >= 14.0",
"Opera > 54",
"Edge > 78"
],
"author": "Mega Limited",
"license": "proprietary",
"private": true,
"readmeFilename": "README.md",
"sideEffects": false,
"dependencies": {
"@babel/core": "7.26.0",
"@babel/plugin-proposal-decorators": "7.25.9",
"@babel/plugin-transform-class-properties": "7.25.9",
"@babel/plugin-transform-runtime": "7.25.9",
"@babel/preset-env": "7.26.0",
"@babel/preset-react": "7.25.9",
"@babel/runtime": "7.26.0",
"@lodder/grunt-postcss": "3.1.1",
"babel-loader": "9.2.1",
"babel-plugin-minify-constant-folding": "0.5.0",
"babel-plugin-minify-dead-code-elimination": "0.5.2",
"babel-plugin-minify-guarded-expressions": "0.4.4",
"cssnano": "6.1.2",
"grunt": "1.6.1",
"grunt-contrib-concat": "2.1.0",
"grunt-posthtml": "0.5.2",
"htmlnano": "2.1.0",
"postcss": "8.4.47",
"postcss-url": "10.1.3",
"posthtml": "0.16.6",
"posthtml-urls": "1.0.0",
"webpack": "5.96.1",
"webpack-cli": "5.1.4"
},
"devDependencies": {
"@babel/eslint-parser": "7.25.9",
"chai": "4.3.10",
"eslint": "8.57.1",
"eslint-plugin-compat": "6.0.1",
"eslint-plugin-es": "4.1.0",
"eslint-plugin-jquery": "1.5.1",
"eslint-plugin-local-rules": "2.0.1",
"eslint-plugin-no-unsanitized": "4.0.2",
"eslint-plugin-optimize-regex": "1.2.1",
"eslint-plugin-react": "7.37.2",
"eslint-plugin-sonarjs": "0.25.1",
"eslint-plugin-unicorn": "55.0.0",
"htmlhint": "1.1.4",
"jscpd": "4.0.5",
"karma": "6.4.4",
"karma-chai": "0.1.0",
"karma-chrome-launcher": "3.2.0",
"karma-coverage": "2.2.1",
"karma-firefox-launcher": "2.1.3",
"karma-jasmine": "5.1.0",
"karma-junit-reporter": "2.0",
"karma-mocha": "2.0.1",
"karma-sinon": "1.0.5",
"mocha": "10.8.2",
"react-hot-loader": "4.13.1",
"sass": "1.80.6",
"sass-loader": "16.0.3",
"sinon": "15.0.3",
"stylelint": "16.10.0",
"stylelint-config-standard": "36.0.1",
"stylelint-no-unsupported-browser-features": "8.0.2",
"webpack-dev-server": "5.1.0"
}
}