-
Notifications
You must be signed in to change notification settings - Fork 521
/
Copy pathpackage.json
58 lines (58 loc) · 1.94 KB
/
package.json
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
{
"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.26.7",
"@fluentui/react": "^8.122.9",
"@fluentui/react-icons": "^2.0.274",
"@fortawesome/fontawesome-svg-core": "^6.7.2",
"@fortawesome/free-solid-svg-icons": "^6.7.2",
"@fortawesome/react-fontawesome": "github:fortawesome/react-fontawesome",
"lodash": "^4.17.21",
"lodash-es": "^4.17.21",
"microsoft-cognitiveservices-speech-sdk": "^1.42.0",
"postcss": "^8.5.1",
"react": "^18.3.1",
"react-dom": "^18.3.1",
"react-markdown": "^9.0.3",
"react-router-dom": "^7.5.2",
"rehype-raw": "^7.0.0",
"remark-gfm": "^4.0.0",
"remark-supersub": "^1.0.0",
"uuid": "^11.0.5"
},
"devDependencies": {
"@testing-library/jest-dom": "^6.5.0",
"@testing-library/react": "^16.0.1",
"@testing-library/user-event": "^14.5.2",
"@types/isomorphic-fetch": "^0.0.39",
"@types/jest": "^29.5.13",
"@types/lodash-es": "^4.17.12",
"@types/node": "^22.13.0",
"@types/react": "^18.3.1",
"@types/react-dom": "^18.3.1",
"@types/testing-library__user-event": "^4.2.0",
"@types/uuid": "^10.0.0",
"identity-obj-proxy": "^3.0.0",
"isomorphic-fetch": "^3.0.0",
"jest": "^29.7.0",
"jest-environment-jsdom": "^29.7.0",
"msw": "^2.4.9",
"@vitejs/plugin-react": "^4.3.4",
"prettier": "^3.4.2",
"ts-jest": "^29.2.5",
"ts-node": "^10.9.2",
"typescript": "^5.7.3",
"vite": "^6.0.11",
"vitest": "^3.0.4"
}
}