forked from mailvelope/mailvelope
-
Notifications
You must be signed in to change notification settings - Fork 0
/
package.json
93 lines (93 loc) · 2.82 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
{
"name": "mailvelope",
"version": "4.6.0",
"description": "Mailvelope is a browser extension for Google Chrome and Firefox that allows secure email communication based on the OpenPGP standard. It can be configured to work with arbitrary Webmail provider.",
"scripts": {
"test": "grunt test",
"test-dev": "grunt test-dev"
},
"repository": {
"type": "git",
"url": "https://github.com/mailvelope/mailvelope.git"
},
"keywords": [
"gpg"
],
"license": "AGPL",
"readmeFilename": "Readme.md",
"dependencies": {
"angular": "1.8.3",
"autocrypt": "0.10.0",
"bootstrap": "4.4.1",
"clean-insights-sdk": "2.5.1",
"dompurify": "2.3.8",
"emailjs-mime-builder": "github:mailvelope/emailjs-mime-builder#bf4cea3bdf50bb26b0f86ee9b1e9ee7063b5a8cc",
"emailjs-mime-parser": "2.0.7",
"gpgmejs": "github:mailvelope/gpgmejs#c412917b2a111d99d9a1bb746dcc29b9802c869e",
"jquery": "3.6.0",
"linkifyjs": "2.1.9",
"moment": "2.29.3",
"ng-tags-input": "3.2.0",
"openpgp": "4.5.5",
"prop-types": "15.8.1",
"qrcodejs": "github:llyys/qrcodejs#98657dab44d520876cfb646c39ebbc43c1594826",
"react": "16.14.0",
"react-datepicker": "1.7.0",
"react-dom": "16.14.0",
"react-router-dom": "5.2.0",
"reactstrap": "8.9.0",
"webextension-polyfill": "0.9.0"
},
"devDependencies": {
"@babel/core": "^7.18.5",
"@babel/preset-react": "^7.17.12",
"angular-mocks": "1.8.3",
"babel-loader": "^8.2.5",
"babel-plugin-rewire": "^1.2.0",
"chai": "^4.3.4",
"chai-as-promised": "^7.1.1",
"chai-enzyme": "^1.0.0-beta.1",
"cheerio": "1.0.0-rc.10",
"css-loader": "^6.7.1",
"enzyme": "^3.11.0",
"enzyme-adapter-react-16": "^1.15.6",
"eslint-plugin-react": "^7.30.0",
"eslint-plugin-react-hooks": "^4.6.0",
"grunt": "^1.5.3",
"grunt-bump": "^0.8.0",
"grunt-contrib-clean": "^2.0.1",
"grunt-contrib-compress": "^2.0.0",
"grunt-contrib-copy": "^1.0.0",
"grunt-contrib-watch": "^1.1.0",
"grunt-eslint": "^24.0.0",
"grunt-jsdoc": "^2.4.1",
"grunt-replace": "^2.0.2",
"grunt-shell": "^4.0.0",
"grunt-webpack": "^5.0.0",
"ink-docstrap": "^1.3.2",
"karma": "^6.4.0",
"karma-chai": "^0.1.0",
"karma-chrome-launcher": "^3.1.1",
"karma-mocha": "^2.0.1",
"karma-mocha-reporter": "^2.2.5",
"karma-sourcemap-loader": "^0.3.8",
"karma-webpack": "^5.0.0",
"mini-css-extract-plugin": "^2.6.1",
"mocha": "^9.2.2",
"node-sass": "^7.0.1",
"node-sass-json-importer": "^4.3.0",
"sass-loader": "^13.0.0",
"sinon": "^13.0.1",
"string-replace-loader": "^3.1.0",
"style-loader": "^3.3.1",
"to-string-loader": "^1.2.0",
"web-ext": "^7.0.0",
"webpack": "^5.73.0",
"webpack-cli": "^4.10.0"
},
"engines": {
"node": ">=14",
"npm": ">=6"
},
"private": true
}