forked from passbolt/passbolt_browser_extension
-
Notifications
You must be signed in to change notification settings - Fork 0
/
package.json
100 lines (100 loc) · 5.26 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
{
"name": "passbolt_-_open_source_password_manager",
"version": "3.12.0",
"license": "AGPL-3.0",
"copyright": "Copyright 2022 Passbolt SA",
"description": "Passbolt web extension for the open source password manager for teams",
"homepage": "https://www.passbolt.com",
"repository": "https://github.com/passbolt/passbolt_browser_extension",
"engines": {
"node": ">=16.14.0",
"npm": ">=8.3.1"
},
"dependencies": {
"@xmldom/xmldom": "^0.7.8",
"await-lock": "^2.1.0",
"downloadjs": "^1.4.7",
"i18next": "^21.6.14",
"i18next-http-backend": "^1.4.0",
"ip-regex": "^4.3.0",
"jssha": "~3.2.0",
"kdbxweb": "2.1.1",
"locutus": "~2.0.9",
"openpgp": "5.2.1",
"papaparse": "^5.2.0",
"passbolt-styleguide": "^3.12.1",
"react": "17.0.2",
"react-dom": "17.0.2",
"secrets-passbolt": "github:passbolt/secrets.js#v2.0.1",
"validator": "^13.7.0",
"webextension-polyfill": "^0.9.0",
"xregexp": "~5.1.0"
},
"devDependencies": {
"@babel/core": "^7.16.0",
"@babel/eslint-parser": "^7.17.0",
"@babel/plugin-transform-runtime": "^7.16.4",
"@babel/preset-env": "^7.16.4",
"@babel/preset-react": "^7.16.0",
"babel-jest": "^27.4.0",
"babel-loader": "^8.2.3",
"crx": "^5.0.1",
"eslint": "^8.8.0",
"eslint-plugin-import": "^2.25.3",
"eslint-plugin-jest": "^26.1.0",
"eslint-plugin-no-unsanitized": "^4.0.1",
"eslint-plugin-react": "^7.27.1",
"grunt": "^1.0.3",
"grunt-browserify": "^6.0.0",
"grunt-contrib-clean": "^2.0.0",
"grunt-contrib-copy": "^1.0.0",
"grunt-contrib-watch": "^1.1.0",
"grunt-shell": "^4.0.0",
"i18next-parser": "^6.5.0",
"jest": "^27.2.4",
"jest-each": "^27.5.1",
"jest-environment-jsdom": "^27.5.1",
"jest-environment-node": "^27.4.0",
"jest-fetch-mock": "^3.0.3",
"jest-junit": "^13.0.0",
"jest-webextension-mock": "^3.7.22",
"text-encoding-utf-8": "^1.0.2",
"uuid": "^8.3.2",
"web-ext": "7.5.0",
"webpack": "^5.74.0",
"webpack-cli": "^4.9.1"
},
"overrides": {
"glob-stream": {
"glob-parent": "5.1.2"
}
},
"scripts": {
"build": "npx grunt build",
"build:background-page": "webpack --config webpack.background-page.config.js",
"build:service-worker": "webpack --config webpack.service-worker.config.js",
"build:content-scripts": "npm run build:content-scripts:app; npm run build:content-scripts:browser-integration; npm run build:content-scripts:public-website",
"build:content-scripts:app": "webpack --config webpack-content-scripts.config.js",
"build:content-scripts:browser-integration": "webpack --config webpack-content-scripts.browser-integration.config.js",
"build:content-scripts:public-website": "webpack --config webpack-content-scripts.public-website-sign-in.config.js",
"build:web-accessible-resources": "npm run build:web-accessible-resources:app; npm run build:web-accessible-resources:browser-integration",
"build:web-accessible-resources:app": "webpack --config webpack-data.config.js; webpack --config webpack-data.download.config.js",
"build:web-accessible-resources:browser-integration": "webpack --config webpack-data.in-form-call-to-action.config.js; webpack --config webpack-data.in-form-menu.config.js",
"dev:build:background-page": "webpack --env debug=true --config webpack.background-page.config.js",
"dev:build:service-worker": "webpack --env debug=true --config webpack.service-worker.config.js",
"dev:build:content-scripts": "npm run dev:build:content-scripts:app; npm run dev:build:content-scripts:browser-integration; npm run dev:build:content-scripts:public-website",
"dev:build:content-scripts:app": "webpack --env debug=true --config webpack-content-scripts.config.js",
"dev:build:content-scripts:browser-integration": "webpack --env debug=true --config webpack-content-scripts.browser-integration.config.js",
"dev:build:content-scripts:public-website": "webpack --env debug=true --config webpack-content-scripts.public-website-sign-in.config.js",
"dev:build:web-accessible-resources": "npm run dev:build:web-accessible-resources:app; npm run dev:build:web-accessible-resources:browser-integration",
"dev:build:web-accessible-resources:app": "webpack --env debug=true --config webpack-data.config.js; webpack --env debug=true --config webpack-data.download.config.js",
"dev:build:web-accessible-resources:browser-integration": "webpack --env debug=true --config webpack-data.in-form-call-to-action.config.js; webpack --env debug=true --config webpack-data.in-form-menu.config.js",
"i18n:externalize": "i18next -c ./i18next-parser.config.js",
"i18n:update": "git checkout l10n_release -- src/all/locales/de-DE src/all/locales/en-UK src/all/locales/es-ES src/all/locales/fr-FR src/all/locales/it-IT src/all/locales/ja-JP src/all/locales/ko-KR src/all/locales/lt-LT src/all/locales/nl-NL src/all/locales/pl-PL src/all/locales/pt-BR src/all/locales/ro-RO src/all/locales/sv-SE",
"test": "npm run test:unit",
"test:unit": "jest --no-cache ./src/all/ ./src/chrome-mv3/ --maxWorkers=4",
"test:coverage": "jest --no-cache ./src/all/ ./src/chrome-mv3/ --maxWorkers=4 --coverage",
"eslint": "eslint -c .eslintrc.json --ext js --ext jsx src",
"eslint-fix": "eslint -c .eslintrc.json --ext js --ext jsx --fix src"
}
}