This repository has been archived by the owner on Aug 16, 2024. It is now read-only.
-
-
Notifications
You must be signed in to change notification settings - Fork 3
/
Copy pathpackage.json
executable file
·129 lines (129 loc) · 4 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
101
102
103
104
105
106
107
108
109
110
111
112
113
114
115
116
117
118
119
120
121
122
123
124
125
126
127
128
129
{
"name": "deepl-chrome-extension",
"version": "0.4.2",
"description": "DeepL translate for Chrome",
"license": "MIT",
"repository": {
"type": "git",
"url": "https://github.com/geekdada/deepl-chrome-extension"
},
"scripts": {
"start": "cross-env NODE_ENV=development node scripts/webserver.js",
"build": "cross-env NODE_ENV=production webpack",
"release": "run-s build && sh scripts/build.sh",
"prettier": "prettier --write '**/*.{js,jsx,ts,tsx,css,html}'",
"lint": "eslint . --ext .ts,.tsx,.js,.jsx",
"changelog": "conventional-changelog -p angular -i CHANGELOG.md -s -r 0",
"pub": "np --no-publish --no-release-draft",
"version": "npm run changelog && git add ."
},
"dependencies": {
"@babel/core": "^7.12.10",
"@babel/plugin-proposal-class-properties": "^7.12.1",
"@babel/preset-env": "^7.12.11",
"@babel/preset-react": "^7.12.10",
"@babel/preset-typescript": "^7.12.7",
"@commitlint/cli": "^11.0.0",
"@commitlint/config-angular": "^11.0.0",
"@emotion/babel-plugin": "^11.1.2",
"@emotion/cache": "^11.1.3",
"@emotion/css": "^11.1.3",
"@emotion/react": "^11.1.4",
"@emotion/server": "^11.0.0",
"@emotion/styled": "^11.0.0",
"@hot-loader/react-dom": "^17.0.1",
"@mui/material": "^5.9.3",
"@tailwindcss/forms": "^0.2.1",
"@types/chrome": "0.0.193",
"@types/crypto-js": "^4.0.1",
"@types/fs-extra": "^9.0.6",
"@types/lodash-es": "^4.17.4",
"@types/node": "^16",
"@types/pino": "^6.3.4",
"@types/rangy": "^0.0.33",
"@types/react": "^17.0.0",
"@types/react-collapse": "^5.0.0",
"@types/react-dom": "^17.0.0",
"@types/react-resizable": "^1.7.2",
"@types/uuid": "^8.3.0",
"@typescript-eslint/eslint-plugin": "^4.5.0",
"@typescript-eslint/parser": "^4.5.0",
"autoprefixer": "^10.1.0",
"axios": "^0.21.1",
"babel-loader": "^8.2.2",
"babel-plugin-macros": "^3.0.1",
"babel-plugin-transform-inline-environment-variables": "^0.4.3",
"chrome-call": "^4.0.1",
"clean-webpack-plugin": "^3.0.0",
"connect.io": "^3.1.3",
"conventional-changelog-cli": "^2.1.1",
"copy-webpack-plugin": "^6.4.0",
"core-js": "3",
"cross-env": "^7.0.3",
"crypto-js": "^4.0.0",
"css-loader": "^5.0.1",
"dotenv": "^8.2.0",
"eslint": "^7.16.0",
"eslint-config-prettier": "^8.3.0",
"eslint-plugin-prettier": "^3.4.0",
"eslint-plugin-react": "^7.20.6",
"eslint-plugin-react-hooks": "^4.1.2",
"file-loader": "^6.2.0",
"fs-extra": "^9.0.1",
"html-loader": "^1.3.2",
"html-webpack-plugin": "^5.0.0-alpha.15",
"husky": "^4.3.6",
"lint-staged": "^10.5.3",
"lodash-es": "^4.17.20",
"mini-css-extract-plugin": "^1.3.3",
"notistack": "^2.0.5",
"np": "^7.2.0",
"npm-run-all": "^4.1.5",
"pino": "^6.9.0",
"postcss": "^8.2.2",
"postcss-import": "^14.0.0",
"postcss-loader": "^4.1.0",
"prettier": "^2.2.1",
"process": "^0.11.10",
"query-string": "^6.13.8",
"rangy": "^1.3.0",
"react": "^17.0.1",
"react-clipboard.js": "^2.0.16",
"react-collapse": "^5.1.0",
"react-dom": "^17.0.1",
"react-draggable": "^4.4.3",
"react-hot-loader": "^4.13.0",
"react-resizable": "^3.0.4",
"react-scroll-to-bottom": "^4.1.0",
"sass": "^1.54.3",
"sass-loader": "^10.1.0",
"scrollparent": "^2.0.1",
"semver": "^7.3.4",
"smoothscroll-polyfill": "^0.4.4",
"source-map-loader": "^2.0.0",
"style-loader": "^2.0.0",
"tailwindcss": "^2.0.2",
"terser-webpack-plugin": "^5.0.3",
"twin.macro": "^2.0.7",
"typescript": "4.7.4",
"uuid": "^8.3.2",
"webpack": "^5.10.1",
"webpack-cli": "^4.2.0",
"webpack-dev-server": "^3.11.0"
},
"husky": {
"hooks": {
"pre-commit": "lint-staged",
"commit-msg": "commitlint -c .commitlintrc.json -E HUSKY_GIT_PARAMS"
}
},
"lint-staged": {
"*.js": "eslint",
"*.jsx": "eslint",
"*.ts": "eslint --ext .ts",
"*.tsx": "eslint --ext .tsx"
},
"engines": {
"node": ">=16.0.0"
}
}