forked from mailvelope/mailvelope
-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathpackage.json
More file actions
91 lines (91 loc) · 2.89 KB
/
Copy pathpackage.json
File metadata and controls
91 lines (91 loc) · 2.89 KB
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
{
"name": "mailvelope",
"version": "6.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": "jest",
"test:unit": "jest --selectProjects unit",
"test:integration": "npm run build:integration && jest --selectProjects integration",
"test:jest:watch": "jest --watch",
"test:jest:coverage": "jest --coverage",
"test:jest:debug": "jest --runInBand --verbose",
"build:integration": "webpack --config config/webpack.test.integration.js"
},
"repository": {
"type": "git",
"url": "https://github.com/mailvelope/mailvelope.git"
},
"keywords": [
"gpg"
],
"license": "AGPL",
"readmeFilename": "Readme.md",
"dependencies": {
"@openpgp/web-stream-tools": "0.1.3",
"autocrypt": "0.10.0",
"bootstrap": "4.6.2",
"clean-insights-sdk": "2.6.2",
"date-fns": "3.6.0",
"dompurify": "3.3.1",
"emailjs-mime-builder": "github:mailvelope/emailjs-mime-builder#bf4cea3bdf50bb26b0f86ee9b1e9ee7063b5a8cc",
"emailjs-mime-parser": "2.0.7",
"gpgmejs": "github:mailvelope/gpgmejs#663e750b9e6ee487863d0028fbcf891cd12d3f58",
"jquery": "3.7.1",
"linkifyjs": "2.1.9",
"openpgp": "5.11.3",
"prop-types": "15.8.1",
"qrcode.react": "3.1.0",
"react": "16.14.0",
"react-datepicker": "6.9.0",
"react-dom": "16.14.0",
"react-router-dom": "5.2.0",
"react-tag-input": "6.5.4",
"reactstrap": "8.10.1"
},
"devDependencies": {
"@babel/core": "^7.28.6",
"@babel/preset-env": "^7.28.6",
"@babel/preset-react": "^7.28.5",
"@blakedarlin/sass-json-importer": "^1.1.0",
"@testing-library/jest-dom": "^6.9.1",
"@testing-library/react": "12.1.5",
"@testing-library/user-event": "^14.6.1",
"babel-jest": "^30.2.0",
"babel-loader": "^10.0.0",
"css-loader": "^7.1.2",
"eslint-plugin-react": "^7.37.5",
"eslint-plugin-react-hooks": "5.2.0",
"grunt": "^1.6.1",
"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.3.0",
"grunt-jsdoc": "^2.4.1",
"grunt-replace": "^2.0.2",
"grunt-shell": "^4.0.0",
"grunt-webpack": "^7.0.1",
"ink-docstrap": "^1.3.2",
"jest": "^30.2.0",
"jest-environment-jsdom": "^30.2.0",
"jest-puppeteer": "^11.0.0",
"mini-css-extract-plugin": "^2.9.4",
"puppeteer": "^24.35.0",
"sass": "1.91.0",
"sass-loader": "^16.0.6",
"string-replace-loader": "^3.3.0",
"style-loader": "^4.0.0",
"web-ext": "^9.2.0",
"webpack": "^5.104.1",
"webpack-cli": "^6.0.1"
},
"optionalDependencies": {
"sass-embedded": "1.91.0"
},
"engines": {
"node": ">=20",
"npm": ">=10"
},
"private": true
}