-
-
Notifications
You must be signed in to change notification settings - Fork 5
/
Copy pathpackage.json
71 lines (71 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
71
{
"name": "pachtop",
"private": true,
"version": "1.2.0",
"type": "module",
"scripts": {
"dev": "vite",
"build": "tsc && vite build",
"preview": "vite preview",
"tauri": "tauri",
"lint": "eslint . --fix",
"prepare": "husky"
},
"dependencies": {
"@ag-grid-community/client-side-row-model": "^32.2.2",
"@ag-grid-community/core": "^32.2.2",
"@emotion/react": "^11.13.3",
"@mantine/core": "^6.0.22",
"@mantine/form": "^6.0.22",
"@mantine/hooks": "^6.0.22",
"@mantine/notifications": "^6.0.22",
"@tabler/icons-react": "^2.47.0",
"@tauri-apps/api": "^2.0.2",
"@tauri-apps/plugin-autostart": "~2",
"@tauri-apps/plugin-fs": "^2.0.0",
"@tauri-apps/plugin-log": "~2",
"@tauri-apps/plugin-os": "~2",
"@tauri-apps/plugin-process": "^2.0.0",
"@tauri-apps/plugin-shell": "^2.0.0",
"@tauri-apps/plugin-store": "~2",
"@tauri-apps/plugin-updater": "^2.0.0",
"ag-grid-react": "^32.2.2",
"classnames": "^2.5.1",
"highcharts": "^11.4.6",
"highcharts-react-official": "^3.2.1",
"immer": "^10.1.1",
"non.geist": "^1.0.4",
"posthog-js": "^1.167.0",
"react": "^18.3.1",
"react-arborist": "^3.4.0",
"react-dom": "^18.3.1",
"react-geiger": "^1.2.0",
"react-github-btn": "^1.4.0",
"react-router-dom": "^6.27.0",
"react-text-gradients": "^1.0.2",
"styled-components": "^6.1.13",
"zustand": "^4.5.5"
},
"devDependencies": {
"@eslint/js": "^9.12.0",
"@tauri-apps/cli": "2.0.3",
"@types/lodash.sortby": "^4.7.9",
"@types/node": "^22.7.5",
"@types/react": "^18.3.11",
"@types/react-dom": "^18.3.1",
"@vitejs/plugin-react": "^4.3.2",
"@vitejs/plugin-react-swc": "^3.7.1",
"eslint": "^9.12.0",
"eslint-config-react-app": "^7.0.1",
"eslint-plugin-no-relative-import-paths": "^1.5.5",
"eslint-plugin-react": "^7.37.1",
"eslint-plugin-unused-imports": "^4.1.4",
"globals": "^15.11.0",
"husky": "^9.1.6",
"typescript": "^5.6.3",
"typescript-eslint": "^7.18.0",
"vite": "^5.4.8",
"vite-plugin-eslint": "^1.8.1"
},
"packageManager": "[email protected]"
}