forked from Kenya-DK/quantframe-react
-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathpackage.json
More file actions
68 lines (68 loc) · 2.2 KB
/
package.json
File metadata and controls
68 lines (68 loc) · 2.2 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
{
"name": "quantframe-react",
"private": true,
"version": "1.6.19",
"type": "module",
"scripts": {
"dev": "vite",
"build": "tsc && vite build",
"lint": "eslint . --ext ts,tsx --report-unused-disable-directives --max-warnings 0",
"preview": "vite preview",
"tauri:build": "pnpm tauri build --debug",
"tauri:dev": "pnpm tauri dev",
"tauri:dev-temp-db": "pnpm tauri dev -- -- --use-temp-db"
},
"dependencies": {
"@fortawesome/fontawesome-free": "^7.0.0",
"@fortawesome/fontawesome-svg-core": "^7.0.0",
"@fortawesome/free-brands-svg-icons": "^7.0.0",
"@fortawesome/free-solid-svg-icons": "^7.0.0",
"@fortawesome/react-fontawesome": "^3.0.2",
"@mantine/core": "9.0.0",
"@mantine/dates": "9.0.0",
"@mantine/form": "9.0.0",
"@mantine/hooks": "9.0.0",
"@mantine/modals": "9.0.0",
"@mantine/notifications": "9.0.0",
"@mantine/tiptap": "9.0.0",
"@tanstack/react-query": "^5.90.21",
"@tauri-apps/api": "2.9.1",
"@tauri-apps/plugin-clipboard-manager": "^2.3.0",
"@tauri-apps/plugin-dialog": "2.6.0",
"@tauri-apps/plugin-fs": "2.4.5",
"@tauri-apps/plugin-http": "2.5.6",
"@tauri-apps/plugin-notification": "2.3.3",
"@tauri-apps/plugin-os": "2.3.2",
"@tauri-apps/plugin-process": "2.3.1",
"@tauri-apps/plugin-shell": "2.3.4",
"@tauri-apps/plugin-updater": "~2.9.0",
"@tiptap/pm": "^3.22.0",
"@tiptap/react": "^3.22.0",
"@tiptap/starter-kit": "^3.22.0",
"chart.js": "^4.4.4",
"clsx": "^2.1.1",
"dayjs": "^1.11.13",
"i18next": "^26.0.3",
"mantine-datatable": "^8.3.13",
"react": "^19.2.4",
"react-chartjs-2": "^5.3.0",
"react-dom": "^19.2.4",
"react-i18next": "^17.0.2",
"react-router-dom": "^7.7.0",
"tiptap-markdown": "^0.9.0"
},
"devDependencies": {
"@tauri-apps/cli": "^2.9.6",
"@types/node": "^20.19.30",
"@types/react": "^19.2.14",
"@types/react-dom": "^19.2.3",
"@typescript-eslint/eslint-plugin": "^7.6.0",
"@typescript-eslint/parser": "^7.6.0",
"@vitejs/plugin-react": "^6.0.1",
"postcss": "^8.4.38",
"postcss-preset-mantine": "^1.14.4",
"postcss-simple-vars": "^7.0.1",
"typescript": "^6.0.2",
"vite": "^8.0.3"
}
}