-
Notifications
You must be signed in to change notification settings - Fork 1
Expand file tree
/
Copy pathpackage.json
More file actions
62 lines (62 loc) · 1.93 KB
/
Copy pathpackage.json
File metadata and controls
62 lines (62 loc) · 1.93 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
{
"name": "vrc_hyperrate_v2",
"productName": "VRC OSC Hyperate Integration",
"version": "2.1.1",
"description": "A simple implementation hyperate for VRC OSC",
"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 .",
"prettier:fix": "prettier --write \"**/*.{js,jsx,ts,tsx,css,scss,pcss}\""
},
"devDependencies": {
"@electron-forge/cli": "^7.4.0",
"@electron-forge/maker-deb": "^7.4.0",
"@electron-forge/maker-rpm": "^7.4.0",
"@electron-forge/maker-squirrel": "^7.4.0",
"@electron-forge/maker-zip": "^7.4.0",
"@electron-forge/plugin-auto-unpack-natives": "^7.4.0",
"@electron-forge/plugin-fuses": "^7.4.0",
"@electron-forge/plugin-vite": "^7.4.0",
"@electron/fuses": "^1.8.0",
"@trivago/prettier-plugin-sort-imports": "^5.2.2",
"@types/react": "^18.3.1",
"@types/react-dom": "^18.3.0",
"@typescript-eslint/eslint-plugin": "^5.0.0",
"@typescript-eslint/parser": "^5.0.0",
"@vue/compiler-sfc": "^3.4.26",
"electron": "30.0.2",
"eslint": "^8.0.1",
"eslint-plugin-import": "^2.25.0",
"prettier": "^3.6.2",
"ts-node": "^10.0.0",
"typescript": "~4.5.4",
"vite": "^5.0.12",
"vite-svg-loader": "^5.1.0"
},
"keywords": [],
"author": {
"name": "Mikhail Babynichev",
"email": "i@kotrik.ru"
},
"license": "MIT",
"dependencies": {
"@chakra-ui/react": "^2.8.2",
"@electron-forge/publisher-github": "^7.4.0",
"@emotion/react": "^11.11.4",
"@emotion/styled": "^11.11.5",
"@types/node-osc": "^6.0.3",
"@types/ws": "^8.5.10",
"date-fns": "^3.6.0",
"dotenv": "^17.2.3",
"electron-squirrel-startup": "^1.0.0",
"framer-motion": "^11.1.7",
"node-osc": "^9.1.1",
"react": "^18.3.1",
"react-dom": "^18.3.1",
"ws": "^8.17.0"
}
}