-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathpackage.json
More file actions
71 lines (71 loc) · 2.5 KB
/
Copy pathpackage.json
File metadata and controls
71 lines (71 loc) · 2.5 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
{
"name": "@aijot/frontend",
"private": true,
"version": "0.9.5",
"type": "module",
"scripts": {
"dev": "vite",
"dev:all": "concurrently \"pnpm dev\" \"pnpm --filter @aijot/backend dev\"",
"build": "tsc -b && vite build",
"lint": "eslint .",
"format": "prettier --write .",
"preview": "vite preview",
"update-icons": "pwa-assets-generator -c pwa-assets.config.ts && pwa-assets-generator -c pwa-assets-favicon.config.ts"
},
"dependencies": {
"@codemirror/commands": "^6.10.3",
"@codemirror/state": "^6.6.0",
"@codemirror/view": "^6.41.0",
"@fontsource/be-vietnam-pro": "^5.2.8",
"@fontsource/dm-mono": "^5.2.7",
"@fontsource/fira-code": "^5.2.7",
"@fontsource/fira-sans": "^5.2.7",
"@fontsource/hanken-grotesk": "^5.2.8",
"@fontsource/inclusive-sans": "^5.2.8",
"@fontsource/plus-jakarta-sans": "^5.2.8",
"@fontsource/roboto-mono": "^5.2.8",
"@fontsource/space-grotesk": "^5.2.10",
"@fontsource/space-mono": "^5.2.9",
"@fontsource/work-sans": "^5.2.8",
"@hello-pangea/dnd": "^18.0.1",
"@radix-ui/react-accordion": "^1.2.12",
"@radix-ui/react-context-menu": "^2.2.16",
"@radix-ui/react-dialog": "^1.1.15",
"@radix-ui/react-dropdown-menu": "^2.1.16",
"@tabler/icons-react": "^3.41.1",
"@tanstack/react-query": "^5.97.0",
"cmdk": "^1.1.1",
"dexie": "^4.4.2",
"dropbox": "^10.34.0",
"frimousse": "^0.3.0",
"luxon": "^3.7.2",
"nanoid": "^5.1.9",
"react": "^19.2.4",
"react-dom": "^19.2.4",
"react-hotkeys-hook": "^5.2.4",
"react-router-dom": "^7.14.0",
"sonner": "^2.0.7",
"zustand": "^5.0.12"
},
"devDependencies": {
"@eslint/js": "^9.39.4",
"@types/luxon": "^3",
"@types/node": "^24.12.2",
"@types/react": "^19.2.14",
"@types/react-dom": "^19.2.3",
"@vite-pwa/assets-generator": "^1.0.2",
"@vitejs/plugin-react": "^6.0.1",
"concurrently": "^10.0.3",
"eslint": "^9.39.4",
"eslint-plugin-react-hooks": "^7.0.1",
"eslint-plugin-react-refresh": "^0.5.2",
"globals": "^17.4.0",
"prettier": "^3.8.2",
"sass": "^1.99.0",
"typescript": "~6.0.2",
"typescript-eslint": "^8.58.0",
"vite": "^8.0.4",
"vite-plugin-pwa": "^1.2.0"
},
"packageManager": "pnpm@11.0.9"
}