-
Notifications
You must be signed in to change notification settings - Fork 177
Expand file tree
/
Copy pathpackage.json
More file actions
88 lines (88 loc) · 2.37 KB
/
package.json
File metadata and controls
88 lines (88 loc) · 2.37 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
87
88
{
"name": "tre-ui",
"version": "0.8.26",
"private": true,
"type": "module",
"dependencies": {
"@azure/msal-browser": "^2.35.0",
"@azure/msal-react": "^1.5.12",
"@fluentui/react": "^8.122.1",
"@fluentui/react-file-type-icons": "^8.12.6",
"@reduxjs/toolkit": "^1.8.6",
"@rjsf/core": "^5.24.3",
"@rjsf/fluent-ui": "^5.24.3",
"@rjsf/utils": "^5.24.3",
"@rjsf/validator-ajv8": "^5.24.3",
"@types/node": "^20.17.14",
"@types/react": "^18.3.16",
"@types/react-dom": "^18.2.6",
"@vitejs/plugin-react-swc": "latest",
"moment": "^2.29.4",
"react": "^18.3.1",
"react-dom": "^18.3.1",
"react-markdown": "^8.0.3",
"react-redux": "^8.0.4",
"react-router-dom": "6.30.3",
"remark-gfm": "^3.0.1",
"strip-ansi": "^7.1.0",
"typescript": "^5.6.3",
"vite": "latest",
"vite-plugin-svgr": "latest",
"vite-tsconfig-paths": "latest",
"web-vitals": "^3.3.0"
},
"devDependencies": {
"@testing-library/dom": "^10.4.1",
"@testing-library/jest-dom": "^6.9.1",
"@testing-library/react": "^16.3.1",
"@types/jest": "^29.5.0",
"@types/node": "^20.17.14",
"@types/react": "^18.3.16",
"@types/react-dom": "^18.2.6",
"@typescript-eslint/eslint-plugin": "^8.24.0",
"@typescript-eslint/parser": "^8.24.0",
"@vitest/coverage-v8": "latest",
"@vitest/ui": "4.0.13",
"eslint": "^9.39.2",
"eslint-config-prettier": "^10.0.1",
"eslint-plugin-prettier": "^5.2.3",
"eslint-plugin-react": "^7.37.4",
"eslint-plugin-react-hooks": "^5.1.0",
"eslint-plugin-react-refresh": "^0.4.19",
"globals": "^15.14.0",
"jsdom": "latest",
"prettier": "3.5.0",
"sass-embedded": "^1.83.4",
"vite-plugin-checker": "^0.12.0",
"vitest": "latest"
},
"scripts": {
"start": "vite",
"build": "tsc && vite build",
"serve": "vite preview",
"test": "vitest",
"test:coverage": "vitest run --coverage --watch=false",
"test:ui": "vitest --ui",
"lint": "eslint .",
"format": "prettier --write ."
},
"browserslist": {
"production": [
">0.2%",
"not dead",
"not op_mini all"
],
"development": [
"last 1 chrome version",
"last 1 firefox version",
"last 1 safari version"
]
},
"engines": {
"node": ">=21.0.0"
},
"resolutions": {
"nth-check": "^2.0.1",
"node-sass/**/ip": "^2.0.1"
}
}