forked from mailvelope/mailvelope
-
Notifications
You must be signed in to change notification settings - Fork 0
/
package.json
95 lines (95 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
{
"name": "mailvelope",
"version": "4.2.1",
"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.7.9",
"autocrypt": "0.10.0",
"bootstrap": "4.4.1",
"dompurify": "2.0.7",
"emailjs-mime-builder": "github:mailvelope/emailjs-mime-builder#bf4cea3bdf50bb26b0f86ee9b1e9ee7063b5a8cc",
"emailjs-mime-parser": "1.0.0",
"gpgmejs": "github:mailvelope/gpgmejs#c412917b2a111d99d9a1bb746dcc29b9802c869e",
"jquery": "3.4.1",
"linkifyjs": "2.1.8",
"moment": "2.24.0",
"ng-tags-input": "3.2.0",
"openpgp": "4.5.5",
"popper.js": "1.16.0",
"prop-types": "15.7.2",
"qrcodejs": "github:llyys/qrcodejs#98657dab44d520876cfb646c39ebbc43c1594826",
"react": "16.11.0",
"react-datepicker": "1.7.0",
"react-dom": "16.11.0",
"react-router-dom": "5.1.2",
"react-select": "2.4.3",
"reactstrap": "8.1.1",
"webextension-polyfill": "0.5.0"
},
"devDependencies": {
"@babel/core": "^7.6.4",
"@babel/preset-react": "^7.6.3",
"angular-mocks": "1.7.9",
"autoprefixer": "^9.7.1",
"babel-loader": "^8.0.6",
"babel-plugin-rewire": "^1.2.0",
"chai": "^4.2.0",
"chai-as-promised": "^7.1.1",
"chai-enzyme": "^1.0.0-beta.1",
"css-loader": "^3.2.0",
"enzyme": "^3.10.0",
"enzyme-adapter-react-16": "^1.15.1",
"eslint-plugin-react": "^7.16.0",
"file-loader": "^4.2.0",
"grunt": "^1.0.4",
"grunt-bump": "^0.8.0",
"grunt-contrib-clean": "^2.0.0",
"grunt-contrib-compress": "^1.6.0",
"grunt-contrib-copy": "^1.0.0",
"grunt-contrib-watch": "^1.1.0",
"grunt-eslint": "^22.0.0",
"grunt-jsdoc": "^2.4.0",
"grunt-replace": "^1.0.1",
"grunt-shell": "^3.0.1",
"ink-docstrap": "^1.3.2",
"karma": "^4.4.1",
"karma-chai": "^0.1.0",
"karma-chrome-launcher": "^3.1.0",
"karma-mocha": "^1.3.0",
"karma-mocha-reporter": "^2.2.5",
"karma-sourcemap-loader": "^0.3.7",
"karma-webpack": "^4.0.2",
"mini-css-extract-plugin": "^0.8.0",
"mocha": "^6.2.2",
"node-sass": "^4.13.0",
"node-sass-json-importer": "^4.1.0",
"postcss-loader": "^3.0.0",
"raw-loader": "^3.1.0",
"sass-loader": "^7.3.1",
"sinon": "^7.5.0",
"string-replace-loader": "^2.2.0",
"style-loader": "^1.0.0",
"to-string-loader": "^1.1.5",
"web-ext": "^3.2.0",
"webpack": "^4.41.2",
"webpack-cli": "^3.3.10"
},
"engines": {
"node": ">=10",
"npm": ">=6"
},
"private": true
}