-
Notifications
You must be signed in to change notification settings - Fork 0
/
package.json
62 lines (62 loc) · 1.8 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
{
"name": "kos-new",
"productName": "kos-new",
"version": "1.0.0",
"description": "My Electron application description",
"main": ".vite/build/main.js",
"scripts": {
"start": "electron-forge start",
"package": "electron-forge package",
"make": "electron-forge make",
"publish": "electron-forge publish",
"lint": "eslint --ext .ts,.tsx ."
},
"keywords": [],
"author": {
"name": "Muhammed Karamuk",
"email": "mkaramuk2002@gmail.com"
},
"license": "MIT",
"devDependencies": {
"@electron-forge/cli": "^7.2.0",
"@electron-forge/maker-deb": "^7.2.0",
"@electron-forge/maker-rpm": "^7.2.0",
"@electron-forge/maker-squirrel": "^7.2.0",
"@electron-forge/maker-zip": "^7.2.0",
"@electron-forge/plugin-auto-unpack-natives": "^7.2.0",
"@electron-forge/plugin-vite": "^7.2.0",
"@types/follow-redirects": "^1.14.4",
"@types/react": "^18.2.45",
"@types/react-dom": "^18.2.18",
"@types/tmp": "^0.2.6",
"@typescript-eslint/eslint-plugin": "^5.0.0",
"@typescript-eslint/parser": "^5.0.0",
"@vitejs/plugin-react": "^4.2.1",
"autoprefixer": "^10.4.16",
"electron": "28.0.0",
"eslint": "^8.0.1",
"eslint-plugin-import": "^2.25.0",
"postcss": "^8.4.32",
"tailwindcss": "^3.3.6",
"ts-node": "^10.0.0",
"typescript": "~4.5.4"
},
"dependencies": {
"@hookform/resolvers": "^3.3.2",
"@szhsin/react-menu": "^4.1.0",
"electron-squirrel-startup": "^1.0.0",
"follow-redirects": "^1.15.3",
"moment": "^2.29.4",
"react": "^18.2.0",
"react-dom": "^18.2.0",
"react-hook-form": "^7.49.2",
"react-select": "^5.8.0",
"react-toastify": "^9.1.3",
"tailwind-merge": "^2.1.0",
"tmp": "^0.2.1",
"wouter": "^2.12.1",
"yaml": "^2.3.4",
"yup": "^1.3.3",
"zustand": "^4.4.7"
}
}