-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathpackage.json
75 lines (75 loc) · 2.22 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
63
64
65
66
67
68
69
70
71
72
73
74
75
{
"name": "run-tc",
"version": "0.1.1",
"license": "MIT",
"author": "Tekiter <tekiter8@gmail.com>",
"main": "dist/electron/main/index.js",
"scripts": {
"dev": "vite",
"build": "tsc && vite build && electron-builder",
"lint": "run-s lint:*",
"lint:eslint": "eslint --ignore-path .gitignore --resolve-plugins-relative-to . --fix .",
"lint:prettier": "prettier --ignore-path .gitignore --write .",
"test": "jest"
},
"dependencies": {},
"devDependencies": {
"@chakra-ui/react": "^2.3.2",
"@electron/remote": "^2.0.8",
"@emotion/react": "^11.10.4",
"@emotion/styled": "^11.10.4",
"@types/jest": "^29.1.1",
"@types/react": "^18.0.17",
"@types/react-dom": "^18.0.6",
"@typescript-eslint/eslint-plugin": "^5.36.1",
"@typescript-eslint/parser": "^5.36.1",
"@uiw/react-codemirror": "^4.12.1",
"@vitejs/plugin-react": "^2.0.1",
"allotment": "^1.17.0",
"await-to-js": "^3.0.0",
"compare-versions": "^5.0.1",
"electron": "^20.0.2",
"electron-builder": "^23.3.3",
"electron-log": "^4.4.8",
"electron-store": "^8.1.0",
"electron-updater": "^5.2.1",
"emotion-reset": "^3.0.1",
"eslint": "^8.23.0",
"eslint-config-prettier": "^8.5.0",
"eslint-import-resolver-node": "^0.3.6",
"eslint-import-resolver-typescript": "^3.5.0",
"eslint-plugin-import": "^2.26.0",
"eslint-plugin-simple-import-sort": "^7.0.0",
"framer-motion": "^7.3.2",
"jest": "^29.1.2",
"local-echo": "wavesoft/local-echo",
"npm-run-all": "^4.1.5",
"prettier": "^2.7.1",
"react": "^18.2.0",
"react-diff-viewer": "^3.1.1",
"react-dom": "^18.2.0",
"react-icons": "^4.4.0",
"react-resize-detector": "^7.1.2",
"react-spinners": "^0.13.4",
"recoil": "^0.7.5",
"sass": "^1.54.4",
"ts-jest": "^29.0.3",
"typescript": "^4.7.4",
"vite": "^3.0.7",
"vite-plugin-electron": "^0.9.2",
"xterm": "^4.19.0",
"xterm-addon-fit": "^0.5.0",
"zod": "^3.19.1"
},
"engines": {
"node": "^14.18.0 || >=16.0.0"
},
"debug": {
"env": {
"VITE_DEV_SERVER_HOSTNAME": "127.0.0.1",
"VITE_DEV_SERVER_PORT": 7777,
"VITE_DEV_SERVER_URL": "http://127.0.0.1:7777"
}
},
"productName": "RunTC"
}