-
Notifications
You must be signed in to change notification settings - Fork 1
Expand file tree
/
Copy pathpackage.json
More file actions
63 lines (63 loc) · 1.79 KB
/
package.json
File metadata and controls
63 lines (63 loc) · 1.79 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
{
"private": true,
"name": "client",
"description": "",
"version": "1.0.0",
"main": "app/background.js",
"scripts": {
"dev": "nextron",
"build": "nextron build",
"postinstall": "electron-builder install-app-deps",
"lint": "next lint",
"lint:eslint": "eslint . --fix",
"lint-staged": "lint-staged",
"format": "prettier --write ."
},
"dependencies": {
"@headlessui/react": "^2.1.8",
"@radix-ui/react-icons": "^1.3.0",
"@radix-ui/react-scroll-area": "^1.1.0",
"axios": "^1.7.7",
"child_process": "^1.0.2",
"class-variance-authority": "^0.7.0",
"clsx": "^2.1.1",
"electron-serve": "^1.3.0",
"electron-store": "^8.2.0",
"framer-motion": "^11.5.4",
"lucide-react": "^0.441.0",
"mini-svg-data-uri": "^1.4.4",
"next-themes": "^0.3.0",
"react-icons": "^5.3.0",
"recharts": "^2.12.7",
"systeminformation": "^5.23.5",
"tailwind-merge": "^2.5.2",
"tailwindcss-animate": "^1.0.7",
"vaul": "^0.9.2"
},
"devDependencies": {
"@tailwindcss/forms": "^0.5.9",
"@types/node": "^20.11.16",
"@types/react": "^18.2.52",
"@typescript-eslint/eslint-plugin": "^6.21.0",
"autoprefixer": "^10.4.19",
"electron": "^31.0.1",
"electron-builder": "^24.13.3",
"eslint": "^8",
"eslint-config-next": "14.1.0",
"eslint-config-prettier": "^9.1.0",
"eslint-plugin-prettier": "^5.1.3",
"eslint-plugin-react": "^7.33.2",
"eslint-plugin-simple-import-sort": "^12.0.0",
"eslint-plugin-unused-imports": "^3.0.0",
"lint-staged": "^15.2.10",
"next": "^14.2.4",
"nextron": "^9.1.0",
"postcss": "^8.4.38",
"prettier": "^3.3.3",
"prettier-plugin-tailwindcss": "^0.6.6",
"react": "^18.3.1",
"react-dom": "^18.3.1",
"tailwindcss": "^3.4.3",
"typescript": "^5"
}
}