-
Notifications
You must be signed in to change notification settings - Fork 18
/
package.json
93 lines (93 loc) · 2.34 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
76
77
78
79
80
81
82
83
84
85
86
87
88
89
90
91
92
93
{
"name": "fixyl",
"version": "1.0.11",
"private": true,
"dependencies": {
"@ag-grid-community/all-modules": "^26.1.0",
"@ag-grid-community/core": "^26.1.0",
"@ag-grid-community/react": "^26.1.0",
"@ant-design/icons": "^4.7.0",
"antd": "^4.16.13",
"antd-mask-input": "^0.1.15",
"electron-is-dev": "^2.0.0",
"flexlayout-react": "^0.5.16",
"keytar": "^7.7.0",
"mark.js": "^8.11.1",
"moment": "^2.29.4",
"react": "^17.0.2",
"react-diff-viewer": "^3.1.1",
"react-dom": "^17.0.2",
"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",
"web-vitals": "^1.0.1",
"xml-reader": "^2.4.3"
},
"homepage": "./",
"main": "./src/app/electron-starter.js",
"scripts": {
"react-start": "react-scripts start",
"react-build": "react-scripts build",
"react-test": "react-scripts test",
"react-eject": "react-scripts eject",
"electron": "electron .",
"dev": "set ELECTRON_START_URL=http://localhost:3000 && electron .",
"electron-build": "electron-builder",
"build": "npm run react-build && npm run electron-build",
"start": "concurrently \"cross-env BROWSER=none npm run react-start\" \"wait-on http://localhost:3000 && electron .\""
},
"eslintConfig": {
"extends": [
"react-app",
"react-app/jest"
]
},
"browserslist": {
"production": [
">0.2%",
"not dead",
"not op_mini all"
],
"development": [
"last 1 chrome version",
"last 1 firefox version",
"last 1 safari version"
]
},
"devDependencies": {
"@testing-library/jest-dom": "^5.11.4",
"@testing-library/react": "^11.1.0",
"@testing-library/user-event": "^12.1.10",
"@types/jest": "^26.0.15",
"@types/node": "^12.0.0",
"@types/react": "^17.0.0",
"@types/react-dom": "^17.0.0",
"concurrently": "^6.3.0",
"cross-env": "^7.0.3",
"electron": "^15.5.7",
"electron-builder": "^23.0.2",
"node-sass": "6.0.0",
"sass": "^1.42.1",
"typescript": "^4.1.2",
"wait-on": "^6.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"
}
}