-
Notifications
You must be signed in to change notification settings - Fork 1
/
package.json
61 lines (61 loc) · 1.82 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
{
"name": "tproject",
"private": true,
"version": "1.1.0",
"author": "Luka Nikitin",
"scripts": {
"dev": "vite",
"build": "tsc && vite build && electron-builder",
"lint": "eslint src --ext ts,tsx --report-unused-disable-directives --max-warnings 0",
"preview": "vite preview"
},
"dependencies": {
"@aptabase/electron": "^0.3.1",
"@electron/remote": "^2.0.12",
"@heroicons/react": "^1.0.6",
"@tremor/react": "^3.13.4",
"@types/chart.js": "^2.9.39",
"@types/react-grid-layout": "^1.3.4",
"electron-store": "^8.1.0",
"file-icon": "^5.1.1",
"is-apple-silicon": "^1.1.2",
"mac-memory-ts": "^0.0.4",
"moment": "^2.29.4",
"prettier": "^3.0.3",
"psaux": "^0.4.0",
"react": "^18.2.0",
"react-beautiful-dnd": "^13.1.1",
"react-dom": "^18.2.0",
"react-grid-layout": "^1.4.2",
"react-lazy-load-image-component": "^1.6.0",
"react-styled-toggle": "^1.1.0",
"react-tooltip": "^5.22.0",
"react-virtualized": "^9.22.5",
"react-window": "^1.8.9",
"recharts": "^2.9.2",
"systeminformation": "^5.21.15",
"virtua": "^0.16.6"
},
"devDependencies": {
"@types/react": "^18.2.21",
"@types/react-beautiful-dnd": "^13.1.6",
"@types/react-dom": "^18.2.7",
"@typescript-eslint/eslint-plugin": "^6.6.0",
"@typescript-eslint/parser": "^6.6.0",
"@vitejs/plugin-react": "^4.0.4",
"autoprefixer": "^10.4.16",
"electron": "^26.1.0",
"electron-builder": "^24.6.4",
"eslint": "^8.48.0",
"eslint-plugin-react-hooks": "^4.6.0",
"eslint-plugin-react-refresh": "^0.4.3",
"postcss": "^8.4.31",
"sass": "^1.69.5",
"tailwindcss": "^3.3.5",
"typescript": "^5.2.2",
"vite": "^4.4.9",
"vite-plugin-electron": "^0.14.0",
"vite-plugin-electron-renderer": "^0.14.5"
},
"main": "dist-electron/main.js"
}