-
Notifications
You must be signed in to change notification settings - Fork 17
/
Copy pathpackage.json
73 lines (73 loc) · 1.99 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
{
"name": "fixyl",
"version": "1.0.14",
"private": true,
"dependencies": {
"ag-grid-community": "29.3.5",
"ag-grid-react": "29.3.5",
"antd": "^4.16.13",
"antd-mask-input": "^0.1.15",
"electron-is-dev": "^2.0.0",
"electron-log": "^5.2.4",
"flexlayout-react": "^0.5.16",
"keytar": "^7.7.0",
"mark.js": "^8.11.1",
"moment": "^2.29.4",
"react": "^18.3.1",
"react-diff-viewer": "^3.1.1",
"react-dom": "^18.3.1",
"react-intl-universal": "2.4.2",
"react-joyride": "^2.5.0",
"react-json-view": "^1.21.3",
"react-scripts": "4.0.3",
"react-sortable-hoc": "^2.0.0",
"resize-observer-polyfill": "^1.5.1",
"rxjs": "^7.1.0",
"uuid": "^8.3.2",
"vite-plugin-commonjs": "^0.10.4",
"web-vitals": "^1.0.1",
"xml-reader": "^2.4.3"
},
"homepage": "./",
"main": "./src/app/electron-starter.js",
"scripts": {
"start": "concurrently \"npm run react-start\" \"npm run electron\"",
"react-start": "vite",
"electron": "electron .",
"build": "npm run react-build && npm run electron-build",
"react-build": "vite build",
"electron-build": "electron-builder"
},
"devDependencies": {
"@types/react": "^18.3.3",
"@types/react-dom": "^18.3.0",
"@vitejs/plugin-react-swc": "^3.5.0",
"concurrently": "^6.3.0",
"cross-env": "^7.0.3",
"electron": "^15.5.7",
"electron-builder": "^23.0.2",
"eslint": "^9.9.0",
"eslint-plugin-react-hooks": "^5.1.0-rc.0",
"eslint-plugin-react-refresh": "^0.4.9",
"globals": "^15.9.0",
"sass-embedded": "^1.80.4",
"typescript": "^4.0.3",
"typescript-eslint": "^8.0.1",
"vite": "^5.4.9",
"vite-plugin-eslint2": "^5.0.1"
},
"optionalDependencies": {
"iconv-corefoundation": "^1.1.7"
},
"build": {
"files": [
"./build/**/*",
"./src/app/**/*"
],
"appId": "yaala.fix.client",
"extends": null,
"productName": "FIXYL",
"copyright": "Copyright @2021-2022 Yaala Labs",
"buildVersion": "1"
}
}