-
Notifications
You must be signed in to change notification settings - Fork 1
/
Copy pathpackage.json
50 lines (50 loc) · 1.33 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
{
"name": "no-otp",
"version": "3.1",
"description": "Add to the input your OTP",
"main": "index.js",
"scripts": {
"watch": "webpack --config webpack/webpack.dev.js --watch",
"build": "webpack --config webpack/webpack.prod.js && web-ext build -o --source-dir=./plugin",
"clean": "rimraf plugin",
"test": "npx jest --passWithNoTests",
"style": "prettier --write \"src/**/*.{ts,tsx}\""
},
"author": "",
"license": "MIT",
"repository": {
"type": "git",
"url": ""
},
"dependencies": {
"i18next": "^23.5.1",
"jssha": "^3.2.0",
"react": "^17.0.1",
"react-dom": "^17.0.1",
"react-i18next": "^13.2.2",
"react-qr-reader": "3.0.0-beta-1",
"webextension-polyfill": "^0.10.0"
},
"devDependencies": {
"@types/chrome": "^0.0.246",
"@types/jest": "^25.1.4",
"@types/jquery": "^3.3.33",
"@types/react": "^17.0.0",
"@types/react-dom": "^17.0.0",
"@types/webextension-polyfill": "^0.10.4",
"copy-webpack-plugin": "^6.1.0",
"css-loader": "^6.8.1",
"glob": "^7.1.6",
"jest": "29.7.0",
"prettier": "^2.2.1",
"rimraf": "^3.0.2 ",
"style-loader": "^3.3.3",
"ts-jest": "29.1.1",
"ts-loader": "^6.2.1",
"typescript": "5.2.2",
"web-ext": "^7.4.0",
"webpack": "5.76.0",
"webpack-cli": "4.9.1",
"webpack-merge": "5.9.0"
}
}