-
Notifications
You must be signed in to change notification settings - Fork 2
/
package.json
52 lines (52 loc) · 1.56 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
{
"name": "deeplbox",
"version": "3.7.9",
"description": "A Google Chrome extension to open DeepL translator page and send selected text by keyboard shortcut or context menu.",
"private": true,
"scripts": {
"watch": "webpack --config webpack.dev.js --watch",
"build": "webpack --config webpack.prod.js"
},
"repository": {
"type": "git",
"url": "git+https://github.com/susumuota/deeplbox.git"
},
"keywords": [],
"author": "Susumu OTA",
"license": "Apache-2.0",
"bugs": {
"url": "https://github.com/susumuota/deeplbox/issues"
},
"homepage": "https://github.com/susumuota/deeplbox#readme",
"dependencies": {
"@emotion/react": "^11.10.5",
"@emotion/styled": "^11.10.5",
"@mui/material": "^5.11.0",
"react": "^18.2.0",
"react-dom": "^18.2.0",
"recoil": "^0.7.6",
"sbd": "^1.0.19"
},
"devDependencies": {
"@types/chrome": "^0.0.260",
"@types/react": "^18.0.26",
"@types/react-dom": "^18.0.9",
"@types/sbd": "^1.0.3",
"@typescript-eslint/eslint-plugin": "^5.46.1",
"@typescript-eslint/parser": "^5.46.1",
"copy-webpack-plugin": "^11.0.0",
"eslint": "^8.29.0",
"eslint-config-airbnb": "^19.0.4",
"eslint-config-airbnb-typescript": "^17.0.0",
"eslint-plugin-import": "^2.26.0",
"eslint-plugin-jsx-a11y": "^6.6.1",
"eslint-plugin-react": "^7.31.11",
"eslint-plugin-react-hooks": "^4.6.0",
"npm-check-updates": "^16.5.6",
"ts-loader": "^9.4.2",
"typescript": "^4.9.4",
"webpack": "^5.75.0",
"webpack-cli": "^5.0.1",
"webpack-merge": "^5.8.0"
}
}