-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathpackage.json
More file actions
60 lines (60 loc) · 1.79 KB
/
Copy pathpackage.json
File metadata and controls
60 lines (60 loc) · 1.79 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
{
"name": "react-vite-ts",
"private": true,
"version": "0.0.0",
"type": "module",
"scripts": {
"start": "serve -s dist -l 5000",
"dev": "vite --host 0.0.0.0",
"build": "tsc && vite build",
"lint": "eslint . --ext ts,tsx --report-unused-disable-directives --max-warnings 0",
"preview": "vite preview",
"test:e2e": "playwright test",
"test:e2e:ui": "playwright test --ui"
},
"dependencies": {
"@emotion/react": "^11.14.0",
"@emotion/styled": "^11.14.0",
"@mui/material": "^6.4.1",
"@mui/x-date-pickers": "^7.24.1",
"@pdftron/webviewer": "^11.1.1",
"@reduxjs/toolkit": "^2.2.7",
"@syncfusion/ej2-documenteditor": "^27.2.5",
"@tailwindcss/forms": "^0.5.7",
"axios": "^1.7.7",
"classnames": "^2.5.1",
"dayjs": "^1.11.13",
"framer-motion": "^11.3.21",
"pdfjs-dist": "^4.8.69",
"react": "^18.2.0",
"react-dom": "^18.2.0",
"react-hot-toast": "^2.4.1",
"react-icons": "^5.3.0",
"react-redux": "^9.1.2",
"react-router-dom": "^6.25.1",
"react-use-draggable-scroll": "^0.4.7",
"react-xml-viewer": "^2.0.4",
"sass-embedded": "^1.77.8",
"tailwind-merge": "^2.4.0",
"tailwind-scrollbar": "^3.1.0",
"usehooks-ts": "^3.1.0",
"vite-plugin-svgr": "^4.2.0"
},
"devDependencies": {
"@playwright/test": "^1.49.0",
"@types/react": "^18.2.65",
"@types/react-dom": "^18.2.21",
"@types/socket.io-client": "^3.0.0",
"@typescript-eslint/eslint-plugin": "^7.2.0",
"@typescript-eslint/parser": "^7.2.0",
"@vitejs/plugin-react": "^4.2.1",
"autoprefixer": "10.4.19",
"eslint": "^8.57.0",
"eslint-plugin-react-hooks": "^4.6.0",
"eslint-plugin-react-refresh": "^0.4.5",
"postcss": "8.4.38",
"tailwindcss": "3.4.3",
"typescript": "^5.4.2",
"vite": "^6.2.6"
}
}