-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathpackage.json
More file actions
44 lines (44 loc) · 1.25 KB
/
package.json
File metadata and controls
44 lines (44 loc) · 1.25 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
{
"name": "translatable",
"license": "MIT",
"version": "0.1.09",
"type": "module",
"scripts": {
"dev": "vite",
"build": "vite build",
"lint": "eslint . --ext js,jsx --report-unused-disable-directives --max-warnings 0",
"preview": "vite preview"
},
"dependencies": {
"@babel/core": "^7.24.5",
"@emotion/react": "^11.11.4",
"@emotion/styled": "^11.11.5",
"@mui/icons-material": "^5.15.15",
"@mui/lab": "^5.0.0-alpha.147",
"@mui/material": "^5.0.0-alpha.147",
"@mui/system": "^5.8.0",
"@mui/x-tree-view": "^6.17.0",
"@oce-editor-tools/mui-core": "^v0.1.31-beta.15",
"browser-fs-access": "^0.35.0",
"dompurify": "^3.1.6",
"font-detect-rhl": "^1.1.7",
"js-file-download": "^0.4.12",
"prop-types": "^15.8.1",
"react": "^18.2.0",
"react-dom": "^18.2.0",
"react-icons": "^4.x",
"react-router-dom": "^6.23.0",
"simple-text-editor-rcl": "^6.16.0",
"tslib": "2.5.0"
},
"devDependencies": {
"@types/react": "^18.2.66",
"@vitejs/plugin-react": "^4.2.1",
"eslint": "^8.57.0",
"eslint-plugin-react": "^7.34.1",
"eslint-plugin-react-hooks": "^4.6.0",
"eslint-plugin-react-refresh": "^0.4.6",
"vite": "^5.2.0"
},
"packageManager": "yarn@1.22.22"
}