-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathpackage.json
More file actions
66 lines (66 loc) · 1.97 KB
/
package.json
File metadata and controls
66 lines (66 loc) · 1.97 KB
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
{
"name": "translator-fe",
"version": "0.0.1",
"scripts": {
"dev": "vite",
"build": "vite build",
"preview": "vite preview",
"lint": "eslint src/**/*.ts src/**/*.tsx",
"fix-lint": "eslint src/**/*.ts src/**/*.tsx --fix",
"postinstall": "tsx ./bin/postinstall"
},
"dependencies": {
"@babel/core": "^7.19.0",
"@emotion/react": "^11.10.4",
"@emotion/styled": "^11.10.4",
"@mui/icons-material": "^5.10.3",
"@mui/material": "^5.10.5",
"@react-spring/web": "^9.5.4",
"@techstark/opencv-js": "4.5.5-release.2",
"@timzhong2000/browser-image-helper": "0.3.2",
"@use-gesture/react": "^10.2.19",
"axios": "^0.27.2",
"canvas-context": "^3.2.0",
"clipboard-polyfill": "^3.0.3",
"i18next": "21.6.12",
"i18next-browser-languagedetector": "^6.1.5",
"idb-keyval": "^6.2.0",
"lodash-es": "^4.17.21",
"md5": "^2.3.0",
"mobx": "^6.6.2",
"mobx-react-lite": "^3.4.0",
"normalize.css": "^8.0.1",
"react": "^17.0.2",
"react-async-hook": "^4.0.0",
"react-dom": "^17.0.2",
"react-i18next": "11.15.5",
"react-router-dom": "^6.3.0",
"tesseract.js": "3.0.1",
"wasm-feature-detect": "^1.2.11"
},
"devDependencies": {
"@types/lodash-es": "^4.17.6",
"@types/md5": "^2.3.2",
"@types/node": "^18.7.17",
"@types/offscreencanvas": "^2019.7.0",
"@types/react": "^17.0.49",
"@types/react-dom": "^17.0.17",
"@types/rollup-plugin-visualizer": "^4.2.1",
"@typescript-eslint/eslint-plugin": "^5.37.0",
"@typescript-eslint/parser": "^5.37.0",
"@vitejs/plugin-react": "2.1.0",
"chalk": "^5.0.1",
"eslint": "^8.23.1",
"eslint-config-prettier": "^8.5.0",
"eslint-plugin-prettier": "^4.2.1",
"eslint-plugin-react": "^7.31.8",
"npm-check-updates": "^16.1.2",
"prettier": "^2.7.1",
"react-is": "17.0.2",
"rollup": "^2.79.0",
"rollup-plugin-visualizer": "^5.8.1",
"ts-node": "^10.9.1",
"typescript": "4.8.3",
"vite": "3.1.0"
}
}