forked from buerokratt/Buerokratt-Chatbot
-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathpackage.json
110 lines (110 loc) · 3.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
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
{
"name": "byk-training-module-gui",
"private": true,
"version": "0.0.0",
"type": "module",
"scripts": {
"dev": "vite --port 3001 --host",
"build": "tsc && vite build",
"preview": "vite preview",
"lint": "tsc --noEmit && eslint \"./src/**/*.{js,ts,tsx}\"",
"prettier": "prettier --write \"{,!(node_modules)/**/}*.{ts,tsx,js,json,css,less,scss}\""
},
"dependencies": {
"@buerokratt-ria/header": "^0.1.14",
"@buerokratt-ria/menu": "^0.2.0",
"@buerokratt-ria/styles": "^0.0.1",
"@fontsource/roboto": "^4.5.8",
"@formkit/auto-animate": "^1.0.0-beta.5",
"@fortaine/fetch-event-source": "^3.0.6",
"@radix-ui/react-accessible-icon": "^1.0.1",
"@radix-ui/react-collapsible": "^1.0.1",
"@radix-ui/react-dialog": "^1.0.2",
"@radix-ui/react-popover": "^1.0.2",
"@radix-ui/react-select": "^1.1.2",
"@radix-ui/react-switch": "^1.0.1",
"@radix-ui/react-tabs": "^1.0.1",
"@radix-ui/react-toast": "^1.1.2",
"@radix-ui/react-tooltip": "^1.0.2",
"@tanstack/match-sorter-utils": "^8.7.2",
"@tanstack/react-query": "^4.20.4",
"@tanstack/react-table": "^8.7.4",
"axios": "^1.2.1",
"clsx": "^1.2.1",
"date-fns": "^2.29.3",
"downshift": "^7.0.5",
"esbuild": "^0.24.0",
"framer-motion": "^8.5.5",
"howler": "^2.2.4",
"i18next": "^22.4.5",
"i18next-browser-languagedetector": "^7.0.1",
"linkify-react": "^4.1.1",
"linkifyjs": "^4.1.1",
"lodash": "^4.17.21",
"markdown-to-jsx": "^7.5.0",
"react": "^18.2.0",
"react-color": "^2.19.3",
"react-cookie": "^4.1.1",
"react-datepicker": "^4.8.0",
"react-dom": "^18.2.0",
"react-hook-form": "^7.41.5",
"react-i18next": "^12.1.1",
"react-icons": "^4.10.1",
"react-idle-timer": "^5.5.2",
"react-modal": "^3.16.1",
"react-redux": "^8.1.1",
"react-router-dom": "^6.5.0",
"react-select": "^5.7.4",
"react-text-selection-popover": "^2.0.2",
"react-textarea-autosize": "^8.4.0",
"reactflow": "^11.4.0",
"regexify-string": "^1.0.19",
"rxjs": "^7.8.1",
"timeago.js": "^4.0.2",
"usehooks-ts": "^2.9.1",
"uuid": "^9.0.0",
"zustand": "^4.4.4",
"use-debounce": "^10.0.1"
},
"devDependencies": {
"@types/howler": "^2.2.11",
"@types/lodash": "^4.14.191",
"@types/lodash.debounce": "^4.0.7",
"@types/node": "^18.11.17",
"@types/react": "^18.0.26",
"@types/react-color": "^3.0.6",
"@types/react-datepicker": "^4.8.0",
"@types/react-dom": "^18.0.9",
"@types/uuid": "^9.0.2",
"@vitejs/plugin-react": "^3.0.0",
"eslint": "^8.30.0",
"eslint-config-react-app": "^7.0.1",
"eslint-plugin-react": "^7.31.11",
"eslint-plugin-typescript": "^0.14.0",
"mocksse": "^1.0.4",
"msw": "^0.49.2",
"prettier": "^2.8.1",
"sass": "^1.57.0",
"typescript": "^4.9.3",
"vite": "^4.0.0",
"vite-plugin-env-compatible": "^1.1.1",
"vite-plugin-svgr": "^2.4.0",
"vite-plugin-transform": "^2.0.1",
"vite-tsconfig-paths": "^4.0.3"
},
"browserslist": {
"production": [
">0.2%",
"not dead",
"not op_mini all"
],
"development": [
"last 1 chrome version",
"last 1 firefox version",
"last 1 safari version"
]
},
"msw": {
"workerDirectory": "public"
}
}