-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathpackage.json
39 lines (39 loc) · 1.01 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
{
"private": true,
"name": "vrc-osc-controller",
"productName": "vrc-osc-controller",
"description": "An application that sends OSC commands to VRChat",
"version": "1.2.1",
"author": "labthe3rd <labthe3rd@gmail.com>",
"main": "app/background.js",
"scripts": {
"dev": "nextron",
"build": "nextron build",
"postinstall": "electron-builder install-app-deps",
"packager": "electron-packager ./ --platform=win32"
},
"build": {
"icon": "/resources/icon"
},
"dependencies": {
"electron-packager": "^17.1.2",
"electron-serve": "^1.1.0",
"electron-store": "^8.1.0"
},
"devDependencies": {
"@popperjs/core": "^2.9.2",
"autoprefixer": "^10.4.16",
"electron": "^26.2.2",
"electron-builder": "^24.6.4",
"electron-prompt": "^1.7.0",
"fs": "^0.0.1-security",
"he": "^1.2.0",
"next": "^12.3.4",
"nextron": "^8.12.0",
"osc": "^2.4.4",
"postcss": "^8.4.31",
"react": "^18.2.0",
"react-dom": "^18.2.0",
"tailwindcss": "^3.3.3"
}
}