-
Notifications
You must be signed in to change notification settings - Fork 0
/
package.json
73 lines (73 loc) · 2.25 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
{
"name": "backoffice",
"private": true,
"version": "0.0.0",
"type": "module",
"packageManager": "pnpm@9.12.1",
"scripts": {
"dev": "vite --port 4000 --host 0.0.0.0",
"build": "tsc && vite build",
"lint": "eslint . --ext ts,tsx --report-unused-disable-directives --max-warnings 0",
"preview": "vite preview --port 4000 --host 0.0.0.0"
},
"dependencies": {
"@dnd-kit/core": "^6.1.0",
"@dnd-kit/sortable": "^8.0.0",
"@hookform/resolvers": "^3.3.4",
"@nextui-org/react": "2.4.8",
"@tanstack/react-query": "^5.17.19",
"@tiptap/extension-code-block-lowlight": "^2.2.0",
"@tiptap/extension-heading": "^2.2.0",
"@tiptap/extension-image": "^2.2.0",
"@tiptap/extension-placeholder": "^2.2.0",
"@tiptap/extension-underline": "^2.2.0",
"@tiptap/extension-youtube": "^2.2.0",
"@tiptap/pm": "^2.2.0",
"@tiptap/react": "^2.2.0",
"@tiptap/starter-kit": "^2.2.0",
"@types/lowlight": "^0.0.7",
"@types/react-router-dom": "^5.3.3",
"@types/sanitize-html": "^2.11.0",
"axios": "^1.6.5",
"classnames": "^2.5.1",
"dayjs": "^1.11.10",
"framer-motion": "^11.1.7",
"localforage": "^1.10.0",
"lodash": "^4.17.21",
"lodash-es": "^4.17.21",
"lowlight": "^3.1.0",
"match-sorter": "^6.3.3",
"path": "^0.12.7",
"react": "^18.2.0",
"react-circular-progressbar": "^2.1.0",
"react-dom": "^18.2.0",
"react-hook-form": "^7.49.3",
"react-hot-toast": "^2.4.1",
"react-icons": "^5.0.1",
"react-router-dom": "^6.21.3",
"sanitize-html": "^2.13.0",
"sort-by": "^1.2.0",
"use-debounce": "^10.0.0",
"yup": "^1.3.3",
"zod": "^3.23.8"
},
"devDependencies": {
"@tanstack/react-query-devtools": "^5.17.21",
"@types/node": "^20.11.6",
"@types/react": "^18.2.43",
"@types/react-dom": "^18.2.17",
"@typescript-eslint/eslint-plugin": "^6.14.0",
"@typescript-eslint/parser": "^6.14.0",
"@vitejs/plugin-react": "^4.2.1",
"autoprefixer": "^10.4.19",
"eslint": "^8.55.0",
"eslint-plugin-react-hooks": "^4.6.0",
"eslint-plugin-react-refresh": "^0.4.5",
"postcss": "^8.4.38",
"sass": "1.79.5",
"tailwindcss": "^3.4.3",
"typescript": "^5.2.2",
"vite": "5.0.8",
"vite-tsconfig-paths": "^4.3.1"
}
}