-
Notifications
You must be signed in to change notification settings - Fork 5
/
Copy pathpackage.json
111 lines (111 loc) · 3.98 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
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
89
90
91
92
93
94
95
96
97
98
99
100
101
102
103
104
105
106
107
108
109
110
111
{
"name": "spark-ai-frontend",
"private": true,
"version": "0.0.0",
"type": "module",
"scripts": {
"dev": "vite --host",
"build": "vite build",
"build:prod": "vite build --mode prodhost",
"build:dev": "vite build --mode devhost",
"lint": "eslint . --ext ts,tsx --report-unused-disable-directives --max-warnings 0",
"preview": "vite preview",
"test": "vitest",
"test:ui": "vitest --ui",
"test:coverage": "vitest run --coverage",
"test:run": "vitest run",
"format": "prettier --write \"**/*.{ts,tsx,md,css,json,js,jsx}\"",
"prepare": "husky"
},
"dependencies": {
"@cyntler/react-doc-viewer": "^1.17.0",
"@emotion/react": "^11.11.4",
"@emotion/styled": "^11.11.5",
"@fortawesome/free-regular-svg-icons": "^6.7.2",
"@fortawesome/free-solid-svg-icons": "^6.6.0",
"@fortawesome/react-fontawesome": "^0.2.2",
"@mui/icons-material": "^5.14.19",
"@mui/material": "^5.15.15",
"@mui/x-charts": "^7.6.1",
"@radix-ui/react-dialog": "^1.1.5",
"@radix-ui/react-label": "^2.1.1",
"@radix-ui/react-slot": "^1.1.1",
"@radix-ui/react-toast": "^1.2.5",
"@radix-ui/react-tooltip": "^1.1.7",
"@restart/ui": "^1.8.0",
"@types/react-beautiful-dnd": "^13.1.8",
"axios": "^1.5.1",
"bootstrap": "^5.3.2",
"class-variance-authority": "^0.7.1",
"clsx": "^2.1.1",
"date-fns": "^3.6.0",
"docx": "^8.5.0",
"draft-js": "^0.11.7",
"draft-js-export-html": "^1.4.1",
"file-saver": "^2.0.5",
"file-uploader": "^1.0.0",
"lodash": "^4.17.21",
"lucide-react": "^0.473.0",
"mammoth": "^1.8.0",
"moment": "^2.29.4",
"mui": "^0.0.1",
"pdfjs-dist": "^4.6.82",
"posthog-js": "^1.188.1",
"react": "^17.0.2",
"react-auth-kit": "^2.12.7",
"react-beautiful-dnd": "^13.1.1",
"react-bootstrap": "^2.9.1",
"react-chat-widget": "^3.1.4",
"react-confetti": "^6.2.2",
"react-datepicker": "^7.3.0",
"react-dom": "^17.0.2",
"react-draft-wysiwyg": "^1.15.0",
"react-ga4": "^2.1.0",
"react-markdown": "^8.0.7",
"react-onboarding": "^1.5.0",
"react-pdf": "^9.1.1",
"react-plotly.js": "^2.6.0",
"react-router-dom": "^6.17.0",
"react-tooltip": "^5.25.0",
"rehype-raw": "^7.0.0",
"remark-gfm": "^4.0.0",
"tailwind-merge": "^2.6.0",
"tailwindcss-animate": "^1.0.7"
},
"devDependencies": {
"@testing-library/jest-dom": "^6.6.3",
"@testing-library/react": "^12.1.5",
"@testing-library/user-event": "^14.5.2",
"@types/axios-mock-adapter": "^1.10.0",
"@types/draft-js": "^0.11.18",
"@types/jest": "^29.5.14",
"@types/lodash": "^4.17.7",
"@types/node": "^22.12.0",
"@types/react": "^18.2.55",
"@types/react-dom": "^18.2.19",
"@types/react-draft-wysiwyg": "^1.13.8",
"@types/react-pdf": "^7.0.0",
"@typescript-eslint/eslint-plugin": "^6.8.0",
"@typescript-eslint/parser": "^6.8.0",
"@vitejs/plugin-react": "^4.1.0",
"@vitest/ui": "^2.0.1",
"autoprefixer": "^10.4.16",
"dotenv": "^16.4.7",
"eslint": "^8.51.0",
"eslint-plugin-react-hooks": "^4.6.0",
"eslint-plugin-react-refresh": "^0.4.3",
"husky": "^9.1.6",
"identity-obj-proxy": "^3.0.0",
"jest": "^29.7.0",
"jest-environment-jsdom": "^29.7.0",
"jsdom": "^24.0.0",
"postcss": "^8.4.31",
"prettier": "^3.4.2",
"prettier-quick": "^0.0.5",
"tailwindcss": "^3.3.5",
"ts-jest": "^29.2.5",
"typescript": "^5.3.3",
"vite": "^5.2.0",
"vitest": "^2.0.2"
}
}