This repository was archived by the owner on Jul 25, 2024. It is now read-only.
-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathpackage.json
More file actions
60 lines (60 loc) · 2.01 KB
/
package.json
File metadata and controls
60 lines (60 loc) · 2.01 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
{
"private": true,
"name": "venture-client",
"description": "Venture Client",
"version": "1.0.0-alpha",
"author": "Zyrenth <work@zyrenth.dev>",
"main": "app/background.js",
"scripts": {
"dev": "node scripts/builder/dev.js",
"build": "node scripts/builder/prod.js",
"postinstall": "electron-builder install-app-deps"
},
"dependencies": {
"@babel/core": "^7.23.2",
"@babel/plugin-transform-runtime": "^7.23.2",
"@babel/preset-env": "^7.23.2",
"@babel/preset-typescript": "^7.23.2",
"@babel/runtime-corejs3": "^7.23.2",
"@next/eslint-plugin-next": "^14.0.0",
"@typescript-eslint/eslint-plugin": "^6.9.0",
"axios": "^1.6.0",
"babel": "^6.23.0",
"babel-loader": "^9.1.3",
"chokidar": "^3.5.3",
"clsx": "^2.0.0",
"custom-electron-titlebar": "^4.2.7",
"electron-serve": "^1.1.0",
"electron-store": "^8.1.0",
"eslint-config-next": "^14.0.0",
"eslint-plugin-header": "^3.1.1",
"eslint-plugin-prettier": "^5.0.1",
"eslint-plugin-simple-header": "^1.0.2",
"eslint-plugin-simple-import-sort": "^10.0.0",
"eslint-plugin-unused-imports": "^3.0.0",
"events": "^3.3.0",
"execa": "^8.0.1",
"ms": "^2.1.3",
"terser-webpack-plugin": "^5.3.9",
"tsconfig-paths-webpack-plugin": "^4.1.0",
"use-async-effect": "^2.2.7",
"webpack": "^5.89.0",
"webpack-merge": "^5.10.0",
"zlib": "^1.0.5"
},
"devDependencies": {
"@types/node": "^18.17.1",
"@types/react": "^18.2.33",
"autoprefixer": "^10.4.16",
"electron": "^27.0.2",
"electron-builder": "^24.6.4",
"eslint-config-prettier": "^9.0.0",
"eslint-plugin-license-header": "^0.6.0",
"next": "^14.0.0",
"postcss": "^8.4.30",
"react": "^18.2.0",
"react-dom": "^18.2.0",
"tailwindcss": "^3.3.5",
"typescript": "^5.2.2"
}
}