-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathpackage.json
More file actions
43 lines (43 loc) · 1.06 KB
/
Copy pathpackage.json
File metadata and controls
43 lines (43 loc) · 1.06 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
{
"name": "algorithmicplus",
"private": true,
"version": "0.1.0",
"type": "module",
"scripts": {
"dev": "vite",
"build": "tsc && vite build",
"preview": "vite preview",
"tauri": "tauri"
},
"dependencies": {
"@tailwindcss/postcss": "^4.1.10",
"@tailwindcss/vite": "^4.1.10",
"@tauri-apps/api": "^2",
"@tauri-apps/plugin-opener": "^2",
"@types/ms": "^2.1.0",
"daisyui": "^5.0.43",
"fuse.js": "^7.1.0",
"lightweight-charts": "^5.0.7",
"lodash": "^4.17.21",
"ms": "^2.1.3",
"postcss": "^8.5.5",
"re-resizable": "^6.11.2",
"react": "^18.3.1",
"react-day-picker": "^9.7.0",
"react-dom": "^18.3.1",
"react-draggable": "^4.4.6",
"react-icons": "^5.5.0",
"react-resizable-panels": "^3.0.3",
"tailwindcss": "^4.1.10",
"zustand": "^5.0.5"
},
"devDependencies": {
"@tauri-apps/cli": "^2",
"@types/lodash": "^4.17.17",
"@types/react": "^18.3.1",
"@types/react-dom": "^18.3.1",
"@vitejs/plugin-react": "^4.3.4",
"typescript": "~5.6.2",
"vite": "^6.0.3"
}
}