-
Notifications
You must be signed in to change notification settings - Fork 10
/
Copy pathpackage.json
109 lines (109 loc) · 3.79 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
{
"name": "blueprint",
"private": true,
"version": "2.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",
"update": "git pull && npm install",
"docker-build": "docker build --no-cache -t blueprint-app ."
},
"dependencies": {
"@algolia/autocomplete-js": "^1.18.1",
"@algolia/autocomplete-plugin-recent-searches": "^1.18.1",
"@algolia/autocomplete-theme-classic": "^1.18.1",
"@mdxeditor/editor": "^3.21.3",
"@meilisearch/autocomplete-client": "^0.6.0",
"@meilisearch/instant-meilisearch": "^0.24.0",
"@preact/signals-react": "^3.0.1",
"@radix-ui/react-alert-dialog": "^1.1.6",
"@radix-ui/react-avatar": "^1.1.2",
"@radix-ui/react-checkbox": "^1.1.3",
"@radix-ui/react-dialog": "^1.1.6",
"@radix-ui/react-dropdown-menu": "^2.1.5",
"@radix-ui/react-hover-card": "^1.1.5",
"@radix-ui/react-icons": "^1.3.2",
"@radix-ui/react-label": "^2.1.1",
"@radix-ui/react-menubar": "^1.1.5",
"@radix-ui/react-navigation-menu": "^1.2.4",
"@radix-ui/react-progress": "^1.1.1",
"@radix-ui/react-radio-group": "^1.2.2",
"@radix-ui/react-scroll-area": "^1.2.2",
"@radix-ui/react-select": "^2.1.5",
"@radix-ui/react-separator": "^1.1.1",
"@radix-ui/react-slot": "^1.1.2",
"@radix-ui/react-switch": "^1.1.2",
"@radix-ui/react-toast": "^1.2.6",
"@radix-ui/react-toggle": "^1.1.1",
"@radix-ui/react-toggle-group": "^1.1.1",
"@radix-ui/react-tooltip": "^1.1.8",
"@tailwindcss/vite": "^4.0.0",
"@tanstack/react-query": "^5.66.0",
"@tanstack/react-table": "^8.20.6",
"appwrite": "^14.0.1",
"browser-image-compression": "^2.0.2",
"class-variance-authority": "^0.7.1",
"clsx": "^2.1.1",
"cmdk": "^1.0.4",
"date-fns": "^4.1.0",
"dompurify": "^3.1.7",
"dotenv": "^16.4.7",
"electron": "^34.1.1",
"embla-carousel-autoplay": "^8.5.2",
"embla-carousel-react": "^8.5.2",
"expo-auth-session": "^6.0.3",
"expo-web-browser": "^14.0.2",
"framer-motion": "^12.4.3",
"i18next": "^23.11.3",
"i18next-browser-languagedetector": "^7.2.1",
"i18next-http-backend": "^2.5.1",
"instantsearch.css": "^8.5.1",
"lucide-react": "^0.473.0",
"marked": "^14.1.2",
"minecraft-textures-library": "^1.0.11",
"react": "^19.0.0",
"react-colorful": "^5.6.1",
"react-dom": "^19.0.0",
"react-i18next": "^14.1.1",
"react-resizable-panels": "^2.1.7",
"react-select": "^5.10.0",
"tailwind-merge": "^2.6.0",
"use-debounce": "^10.0.4",
"vite-plugin-compression": "^0.5.1",
"zod": "^3.24.1",
"zustand": "^5.0.3"
},
"devDependencies": {
"@tailwindcss/postcss": "^4.0.7",
"@types/dompurify": "^3.0.5",
"@types/node": "^22.10.7",
"@types/react": "^19.0.8",
"@types/react-dom": "^19.0.3",
"@types/react-lazyload": "^3.2.3",
"@typescript-eslint/eslint-plugin": "^7.2.0",
"@typescript-eslint/parser": "^7.2.0",
"@vitejs/plugin-react": "^4.3.4",
"babel-plugin-react-compiler": "^19.0.0-beta-21e868a-20250216",
"eslint": "^8.57.0",
"eslint-plugin-react-compiler": "^19.0.0-beta-21e868a-20250216",
"eslint-plugin-react-hooks": "^4.6.0",
"eslint-plugin-react-refresh": "^0.4.6",
"postcss": "^8.5.1",
"postcss-cli": "^11.0.0",
"postcss-import": "^16.1.0",
"react-router-dom": "^6.23.0",
"rollup-plugin-visualizer": "^5.14.0",
"tailwindcss": "^4.0.7",
"tailwindcss-animate": "^1.0.7",
"typescript": "^5.2.2",
"vite": "^6.0.11",
"vite-cloudflared-tunnel": "^1.0.2",
"vite-plugin-bundle-analyzer": "^0.0.1",
"vite-plugin-imagemin": "^0.6.1",
"vite-plugin-inspect": "^10.2.1",
"vite-plugin-purge-icons": "^0.10.0"
}
}