-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathpackage.json
More file actions
57 lines (57 loc) · 1.69 KB
/
package.json
File metadata and controls
57 lines (57 loc) · 1.69 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
{
"name": "frontend",
"private": true,
"version": "0.0.0",
"type": "module",
"scripts": {
"dev": "vite",
"build": "tsc && vite build",
"lint": "eslint . --ext ts,tsx --report-unused-disable-directives --max-warnings 0",
"preview": "vite preview"
},
"dependencies": {
"@lexical/react": "^0.12.5",
"@lexical/rich-text": "^0.12.5",
"@tanstack/react-query": "^5.8.9",
"@tanstack/react-query-devtools": "^5.8.9",
"@types/dompurify": "^3.0.5",
"@types/lodash": "^4.14.202",
"@types/react-router-dom": "^5.3.3",
"axios": "^1.6.2",
"dompurify": "^3.0.8",
"event-source-polyfill": "^1.0.31",
"flowbite": "^2.2.1",
"lexical": "^0.12.5",
"loadash": "^1.0.0",
"lodash": "^4.17.21",
"react": "^18.2.0",
"react-dom": "^18.2.0",
"react-hook-form": "^7.48.2",
"react-router-dom": "^6.20.0",
"recoil": "^0.7.7",
"vite-plugin-node-polyfills": "^0.17.0",
"vite-tsconfig-paths": "^4.2.1"
},
"devDependencies": {
"@types/event-source-polyfill": "^1.0.5",
"@types/react": "^18.2.37",
"@types/react-dom": "^18.2.15",
"@typescript-eslint/eslint-plugin": "^6.13.1",
"@typescript-eslint/parser": "^6.13.1",
"@vitejs/plugin-react-swc": "^3.5.0",
"autoprefixer": "^10.4.16",
"eslint": "^8.54.0",
"eslint-config-prettier": "^9.0.0",
"eslint-plugin-prettier": "^5.0.1",
"eslint-plugin-react-hooks": "^4.6.0",
"eslint-plugin-react-refresh": "^0.4.4",
"postcss": "^8.4.31",
"postcss-nesting": "^12.0.2",
"prettier": "^3.1.0",
"tailwindcss": "^3.3.5",
"tailwindcss-animated": "^1.0.1",
"typescript": "^5.2.2",
"vite": "^5.0.0",
"vite-plugin-eslint": "^1.8.1"
}
}