-
Notifications
You must be signed in to change notification settings - Fork 2
Expand file tree
/
Copy pathpackage.json
More file actions
95 lines (95 loc) · 2.82 KB
/
Copy pathpackage.json
File metadata and controls
95 lines (95 loc) · 2.82 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
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
{
"name": "frontend",
"private": true,
"version": "0.0.0",
"type": "module",
"scripts": {
"dev": "vite",
"build": "tsc -b && vite build",
"lint": "eslint . --ext ts,tsx --report-unused-disable-directives --max-warnings 0",
"preview": "vite preview",
"test": "vitest --globals --reporter verbose"
},
"dependencies": {
"@blocknote/core": "^0.16.0",
"@blocknote/mantine": "^0.16.0",
"@blocknote/react": "^0.16.0",
"@radix-ui/react-tooltip": "^1.1.4",
"@react-oauth/google": "^0.12.1",
"@rollup/plugin-commonjs": "^28.0.0",
"@rollup/plugin-node-resolve": "^15.3.0",
"@tailwindcss/line-clamp": "^0.4.4",
"@tanstack/react-query": "^5.55.4",
"@tinymce/tinymce-react": "^5.1.1",
"@types/react-modal": "^3.16.3",
"@types/tinymce": "^4.6.9",
"@xyflow/react": "^12.3.0",
"apexcharts": "^3.54.0",
"axios": "^1.7.7",
"esbuild": "^0.24.0",
"framer-motion": "^11.5.6",
"jwt-decode": "^4.0.0",
"localforage": "^1.10.0",
"lucide-react": "^0.441.0",
"match-sorter": "^6.3.4",
"react": "^18.3.1",
"react-apexcharts": "^1.4.1",
"react-dnd": "^16.0.1",
"react-dnd-html5-backend": "^16.0.1",
"react-dom": "^18.3.1",
"react-icons": "^5.3.0",
"react-modal": "^3.16.1",
"react-router-dom": "^6.26.2",
"react-slick": "^0.30.2",
"reactflow": "^11.11.4",
"rollup": "^4.24.0",
"slick-carousel": "^1.8.1",
"sort-by": "^1.2.0",
"sweetalert2": "^11.14.5",
"tailwind-scrollbar": "^3.1.0",
"tailwind-scrollbar-hide": "^1.1.7",
"tinymce": "^7.4.1",
"uuid": "^10.0.0",
"zustand": "^4.5.5"
},
"devDependencies": {
"@eslint/js": "^9.9.0",
"@tanstack/eslint-plugin-query": "^5.53.0",
"@testing-library/jest-dom": "^6.5.0",
"@testing-library/react": "^16.0.1",
"@testing-library/user-event": "^14.5.2",
"@trivago/prettier-plugin-sort-imports": "^4.3.0",
"@types/cookie": "^0.6.0",
"@types/estree": "^1.0.6",
"@types/json-schema": "^7.0.15",
"@types/mute-stream": "^0.0.4",
"@types/react": "^18.3.3",
"@types/react-dom": "^18.3.0",
"@types/react-slick": "^0.23.13",
"@types/statuses": "^2.0.5",
"@types/tough-cookie": "^4.0.5",
"@types/uuid": "^10.0.0",
"@vitejs/plugin-react-swc": "^3.5.0",
"autoprefixer": "^10.4.20",
"eslint": "^9.9.0",
"eslint-plugin-react-hooks": "^5.1.0-rc.0",
"eslint-plugin-react-refresh": "^0.4.9",
"globals": "^15.9.0",
"msw": "^2.4.4",
"postcss": "^8.4.45",
"prettier": "^3.3.3",
"prettier-plugin-tailwindcss": "^0.6.6",
"tailwindcss": "^3.4.10",
"tsconfig-paths": "^4.2.0",
"typescript": "^5.5.3",
"typescript-eslint": "^8.0.1",
"vite": "^5.4.1",
"vite-tsconfig-paths": "^5.0.1",
"vitest": "^2.0.5"
},
"msw": {
"workerDirectory": [
"public"
]
}
}