-
Notifications
You must be signed in to change notification settings - Fork 100
/
Copy pathpackage.json
51 lines (51 loc) · 1.42 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
{
"name": "frontend",
"private": true,
"version": "0.0.0",
"type": "module",
"scripts": {
"dev": "vite",
"build": "tsc && vite build",
"watch": "tsc && vite build --watch"
},
"dependencies": {
"@fluentui/react": "^8.122.9",
"@fluentui/react-components": "^9.58.3",
"@fluentui/react-hooks": "^8.6.29",
"@fluentui/react-icons": "^2.0.274",
"@fluentui/react-icons-mdl2": "^1.3.82",
"@types/node": "^22.13.4",
"@types/react-modal": "^3.16.3",
"docx": "^9.1.1",
"file-saver": "^2.0.5",
"jspdf": "^2.5.2",
"lodash": "^4.17.21",
"lodash-es": "^4.17.21",
"react": "^18.2.0",
"react-dom": "^18.2.0",
"react-markdown": "^9.0.3",
"react-modal": "^3.16.3",
"react-router-dom": "^7.1.5",
"react-uuid": "^2.0.0",
"rehype-raw": "^7.0.0",
"remark-gfm": "^4.0.0",
"remark-supersub": "^1.0.0"
},
"devDependencies": {
"@types/file-saver": "^2.0.7",
"@types/lodash-es": "^4.17.7",
"@types/react": "^18.0.27",
"@types/react-dom": "^18.0.10",
"@typescript-eslint/eslint-plugin": "^6.4.0",
"@vitejs/plugin-react": "^4.3.4",
"eslint": "^8.57.0",
"eslint-config-standard-with-typescript": "^43.0.1",
"eslint-plugin-import": "^2.31.0",
"eslint-plugin-n": "^16.0.0",
"eslint-plugin-promise": "^6.6.0",
"eslint-plugin-react": "^7.37.4",
"prettier": "^3.4.2",
"typescript": "^5.7.3",
"vite": "^6.2.4"
}
}