-
Notifications
You must be signed in to change notification settings - Fork 625
Expand file tree
/
Copy pathpackage.json
More file actions
64 lines (58 loc) · 1.91 KB
/
package.json
File metadata and controls
64 lines (58 loc) · 1.91 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
{
"name": "frontend",
"private": true,
"version": "0.0.0",
"type": "module",
"scripts": {
"dev": "tsc && vite",
"build": "tsc && vite build",
"watch": "tsc && vite build --watch",
"test": "jest --coverage --verbose",
"test:watch": "jest --coverage --verbose --watchAll"
},
"dependencies": {
"@babel/traverse": "^7.29.0",
"@fluentui/react": "^8.125.4",
"@fluentui/react-icons": "^2.0.319",
"@fortawesome/fontawesome-svg-core": "^7.2.0",
"@fortawesome/free-solid-svg-icons": "^7.2.0",
"@fortawesome/react-fontawesome": "^3.2.0",
"lodash": "^4.17.23",
"lodash-es": "^4.18.1",
"microsoft-cognitiveservices-speech-sdk": "^1.48.0",
"postcss": "^8.5.6",
"react": "^19.2.4",
"react-dom": "^19.2.4",
"react-markdown": "^10.1.0",
"react-router-dom": "^7.13.0",
"rehype-raw": "^7.0.0",
"remark-gfm": "^4.0.1",
"remark-supersub": "^1.0.0",
"uuid": "^13.0.0"
},
"devDependencies": {
"@testing-library/jest-dom": "^6.9.1",
"@testing-library/react": "^16.3.2",
"@testing-library/user-event": "^14.6.1",
"@types/isomorphic-fetch": "^0.0.39",
"@types/jest": "^30.0.0",
"@types/lodash-es": "^4.17.12",
"@types/node": "^25.2.3",
"@types/react": "^19.2.14",
"@types/react-dom": "^19.2.3",
"@types/testing-library__user-event": "^4.2.0",
"@types/uuid": "^11.0.0",
"identity-obj-proxy": "^3.0.0",
"isomorphic-fetch": "^3.0.0",
"jest": "^30.2.0",
"jest-environment-jsdom": "^30.2.0",
"msw": "^2.12.10",
"@vitejs/plugin-react": "^5.1.4",
"prettier": "^3.8.1",
"ts-jest": "^29.4.6",
"ts-node": "^10.9.2",
"typescript": "^5.9.3",
"vite": "^7.3.1",
"vitest": "^4.0.18"
}
}