-
Notifications
You must be signed in to change notification settings - Fork 2
/
package.json
70 lines (70 loc) · 2.11 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
{
"name": "zdaj-se-pjatk",
"version": "0.1.0",
"private": true,
"dependencies": {
"@instructor-ai/instructor": "^1.0.0",
"@radix-ui/react-accordion": "^1.1.2",
"@radix-ui/react-checkbox": "^1.0.4",
"@radix-ui/react-dialog": "^1.0.5",
"@radix-ui/react-dropdown-menu": "^2.0.6",
"@radix-ui/react-label": "^2.0.2",
"@radix-ui/react-scroll-area": "^1.0.4",
"@radix-ui/react-slot": "^1.0.2",
"@radix-ui/react-toast": "^1.1.4",
"@radix-ui/react-tooltip": "^1.0.6",
"class-variance-authority": "^0.7.0",
"clsx": "^2.0.0",
"cookies-js": "^1.2.3",
"history": "^4.10.1",
"lucide-react": "^0.264.0",
"mathjax": "^3.2.2",
"md5": "^2.3.0",
"openai": "^4.58.1",
"piwik-react-router": "^0.12.1",
"react": "^18.2.0",
"react-dom": "^18.2.0",
"react-helmet": "^6.1.0",
"react-markdown": "^8.0.0",
"react-router-dom": "^5.2.0",
"shallow-equal": "^3.1.0",
"shuffle-array": "^1.0.1",
"tailwind-merge": "^2.5.2",
"tailwindcss-animate": "^1.0.7",
"yup": "^1.2.0",
"zod": "^3.22.4"
},
"scripts": {
"start": "vite --port 3000",
"build": "tsc && vite build",
"preview": "vite preview",
"lint": "eslint ./src --ext ts,tsx",
"type-check": "tsc --noEmit"
},
"devDependencies": {
"@types/md5": "^2.3.2",
"@types/node": "^17.0.21",
"@types/react": "^18.2.6",
"@types/react-dom": "^18.2.4",
"@types/react-helmet": "^6.1.1",
"@types/react-router-dom": "^5.1.7",
"@types/shuffle-array": "^1.0.2",
"@typescript-eslint/eslint-plugin": "^6.3.0",
"@typescript-eslint/parser": "^6.3.0",
"@vitejs/plugin-react": "^4.0.4",
"autoprefixer": "^10.4.14",
"eslint": "^8.46.0",
"eslint-config-prettier": "^9.0.0",
"eslint-import-resolver-typescript": "^3.5.5",
"eslint-plugin-import": "^2.28.0",
"eslint-plugin-jsx-a11y": "^6.7.1",
"eslint-plugin-prettier": "^5.0.0",
"eslint-plugin-react": "^7.33.1",
"eslint-plugin-react-hooks": "^4.6.0",
"postcss": "^8.4.27",
"prettier": "^3.0.1",
"tailwindcss": "^3.4.10",
"typescript": "^5.1.6",
"vite": "^4.4.9"
}
}