-
Notifications
You must be signed in to change notification settings - Fork 1
Expand file tree
/
Copy pathpackage.json
More file actions
86 lines (86 loc) · 2.18 KB
/
Copy pathpackage.json
File metadata and controls
86 lines (86 loc) · 2.18 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
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
84
85
86
{
"name": "infolink",
"version": "0.1.0",
"private": true,
"dependencies": {
"@azure/msal-browser": "^4.0.1",
"@azure/msal-react": "^3.0.1",
"@dnd-kit/core": "^6.3.1",
"@monaco-editor/react": "^4.7.0",
"@reduxjs/toolkit": "^2.5.0",
"@xyflow/react": "^12.10.2",
"async-mutex": "^0.5.0",
"axios": "^1.7.9",
"dayjs": "^1.11.13",
"immer": "^11.1.8",
"jsonpath-plus": "^10.4.0",
"react": "^19.0.0",
"react-datepicker": "^7.6.0",
"react-diff-viewer": "^3.1.1",
"react-dom": "^19.0.0",
"react-helmet": "^6.1.0",
"react-icons": "^5.4.0",
"react-json-view": "^1.21.3",
"react-redux": "^9.2.0",
"react-router-dom": "^7.1.3",
"react-select": "^5.9.0",
"react-syntax-highlighter": "^15.6.1",
"react-toastify": "^11.0.3",
"recharts": "^2.15.0",
"redux-ecq": "^1.0.12",
"select": "^1.1.2",
"vite-plugin-mkcert": "^1.17.6"
},
"scripts": {
"dev": "vite",
"dev:bun": "bun --bun vite dev",
"start": "vite",
"build": "tsc && vite build",
"preview": "vite preview",
"lint": "eslint .",
"lint:fix": "eslint --fix",
"test": "vitest run",
"test:watch": "vitest"
},
"eslintConfig": {
"extends": [
"react-app"
]
},
"browserslist": {
"production": [
">3%",
"not dead",
"not op_mini all",
"not ie 11 "
],
"development": [
"last 1 chrome version",
"last 1 firefox version",
"last 1 safari version"
]
},
"devDependencies": {
"@types/jsonwebtoken": "^9.0.7",
"@types/lodash": "^4.17.14",
"@types/node": "^22.10.7",
"@types/react": "^19.0.7",
"@types/react-datepicker": "^7.0.0",
"@types/react-dom": "^19.0.3",
"@types/react-helmet": "^6.1.11",
"@types/react-icons": "^3.0.0",
"@types/redux-logger": "^3.0.13",
"@vitejs/plugin-react-swc": "^3.7.2",
"@vitest/ui": "^4.1.7",
"autoprefixer": "^10.4.20",
"eslint": "^9.18.0",
"eslint-plugin-jsx-a11y": "^6.10.2",
"eslint-plugin-prettier": "^5.2.3",
"eslint-plugin-react": "^7.37.4",
"postcss": "^8.5.1",
"tailwindcss": "^3.4.17",
"typescript": "^5.7.3",
"vite": "^6.0.9",
"vitest": "^4.1.7"
}
}