-
Notifications
You must be signed in to change notification settings - Fork 154
/
package.json
52 lines (52 loc) · 1.77 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": "deepl-crack",
"license": "GPL-3.0",
"description": "A browser extension to crack DeepL's 5000 characters limit and unlock editing restrictions",
"version": "1.2.3",
"scripts": {
"build": "rollup --config rollup.config.prod.mjs && rollup --config rollup.config.background.prod.mjs",
"dev": "rollup --config rollup.config.dev.mjs && rollup --config rollup.config.background.dev.mjs",
"validate": "deno run --allow-write --allow-read --allow-net ./deepl-api-validator.ts"
},
"dependencies": {
"@emotion/react": "^11.11.1",
"@emotion/styled": "^11.11.0",
"@mui/icons-material": "^5.11.16",
"@mui/material": "^5.13.5",
"@mui/x-data-grid-premium": "6.7.0",
"@mui/x-license-pro": "6.6.0",
"byte-guide": "^1.0.7",
"jszip": "^3.10.1",
"localforage": "^1.10.0",
"mobx": "^6.9.0",
"mobx-persist-store": "^1.1.3",
"mobx-react": "^8.0.0",
"notistack": "3.0.1",
"preact": "^10.15.1",
"pretty-bytes": "^6.1.0",
"random-useragent": "0.5.0",
"react": "18.2.0",
"react-dom": "18.2.0"
},
"devDependencies": {
"@babel/core": "7.22.5",
"@babel/preset-react": "^7.22.5",
"@emotion/babel-plugin": "^11.11.0",
"@rollup/plugin-alias": "5.0.0",
"@rollup/plugin-babel": "^6.0.3",
"@rollup/plugin-commonjs": "25.0.1",
"@rollup/plugin-json": "^6.0.0",
"@rollup/plugin-node-resolve": "^15.1.0",
"@rollup/plugin-replace": "^5.0.2",
"@rollup/plugin-terser": "0.4.3",
"@types/babel__core": "^7.20.1",
"@types/random-useragent": "^0.3.1",
"@types/react": "^18.2.12",
"@types/react-dom": "^18.2.5",
"babel-plugin-transform-imports": "^2.0.0",
"esbuild": "^0.18.2",
"rollup": "3.25.1",
"rollup-plugin-esbuild": "^5.0.0",
"rollup-plugin-worker": "^3.0.4"
}
}