This repository has been archived by the owner on Jul 26, 2023. It is now read-only.
-
Notifications
You must be signed in to change notification settings - Fork 9
/
Copy pathpackage.json
149 lines (149 loc) · 5.55 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
94
95
96
97
98
99
100
101
102
103
104
105
106
107
108
109
110
111
112
113
114
115
116
117
118
119
120
121
122
123
124
125
126
127
128
129
130
131
132
133
134
135
136
137
138
139
140
141
142
143
144
145
146
147
148
149
{
"name": "root",
"private": true,
"license": "Apache-2.0",
"scripts": {
"postinstall": "lerna bootstrap",
"bootstrap": "lerna bootstrap",
"build": "lerna run build --stream",
"build:about": "lerna run build --scope='*/desktop-about' --stream",
"build:api": "lerna run build --scope='*/desktop-api' --stream",
"build:core": "lerna run build --scope='*/desktop-core' --stream",
"build:dock": "lerna run build --scope='*/desktop-dock' --stream",
"build:sdk": "lerna run build --scope='*/desktop-sdk' --stream",
"build:types": "lerna run build --scope='*/desktop-types' --stream",
"build:dev": "lerna run build:dev --stream",
"build:dev:about": "lerna run build:dev --scope='*/desktop-about' --stream",
"build:dev:api": "lerna run build:dev --scope='*/desktop-api' --stream",
"build:dev:core": "lerna run build:dev --scope='*/desktop-core' --stream",
"build:dev:dock": "lerna run build:dev --scope='*/desktop-dock' --stream",
"clean": "run-s clean:packages clean:modules",
"clean:packages": "lerna run clean",
"clean:modules": "lerna clean --yes",
"convert": "run-s link bootstrap",
"docs": "vuepress dev docs",
"docs:build": "vuepress build docs",
"link": "lerna link convert",
"lint": "eslint . --ext ts --ext tsx --quiet",
"lint:fix": "eslint . --ext ts --ext tsx --quiet --fix",
"asar": "lerna run asar",
"package:linux": "lerna run package:linux --stream",
"package:darwin": "lerna run package:darwin --stream",
"package:win32": "lerna run package:win32 --stream",
"publish": "lerna publish from-package --no-git-reset --yes",
"release": "lerna version --yes",
"release:pre": "lerna version --conventional-prerelease --yes",
"release:grad": "lerna version --conventional-graduate --yes",
"start": "lerna run start --scope='*/desktop-core' --stream",
"start:about": "lerna run start --scope='*/desktop-about' --stream",
"start:api": "lerna run start --scope='*/desktop-api' --stream",
"start:dock": "lerna run start --scope='*/desktop-dock' --stream --includeDependencies",
"test": "lerna run test --stream",
"watch": "lerna run watch --parallel"
},
"devDependencies": {
"@types/compression": "^1.7.2",
"@types/cors": "2.8.8",
"@types/cron": "^1.7.2",
"@types/easy-table": "0.0.32",
"@types/express": "^4.17.12",
"@types/express-useragent": "^1.0.0",
"@types/express-ws": "^3.0.0",
"@types/extract-zip": "^1.6.2",
"@types/flat": "^5.0.1",
"@types/hpp": "^0.2.1",
"@types/jest": "^26.0.23",
"@types/js-yaml": "^3.12.6",
"@types/node-ipc": "^9.1.4",
"@types/numeral": "^2.0.2",
"@types/react": "^17.0.16",
"@types/react-dom": "^17.0.7",
"@types/react-virtualized-auto-sizer": "^1.0.0",
"@types/react-window": "^1.8.3",
"@types/response-time": "^2.3.4",
"@types/yargs": "^15.0.12",
"@typescript-eslint/eslint-plugin": "^4.26.1",
"@typescript-eslint/parser": "^4.26.1",
"@vuepress/plugin-active-header-links": "^1.8.2",
"@vuepress/plugin-back-to-top": "^1.8.2",
"@vuepress/plugin-medium-zoom": "^1.8.2",
"@vuepress/plugin-nprogress": "^1.8.2",
"@vuepress/plugin-pwa": "^1.8.2",
"asar": "^3.0.3",
"bestzip": "^2.2.0",
"bufferutil": "^4.0.3",
"clean-webpack-plugin": "^3.0.0",
"compression": "^1.7.4",
"copy-webpack-plugin": "^6.4.0",
"copyfiles": "^2.4.1",
"cors": "^2.8.5",
"cron": "1.7.2",
"cross-var": "^1.1.0",
"csp-html-webpack-plugin": "^4.0.0",
"css-loader": "^5.2.6",
"dayjs": "^1.10.5",
"easy-table": "^1.1.1",
"electron": "^13.1.8",
"electron-builder": "^22.10.5",
"electron-fetch": "^1.7.3",
"electron-notarize": "^1.0.0",
"electron-store": "^5.2.0",
"electron-updater": "^4.3.9",
"eslint": "^7.28.0",
"eslint-config-prettier": "^7.2.0",
"eslint-plugin-jest": "^24.3.6",
"eslint-plugin-prettier": "^3.4.0",
"eslint-plugin-react": "^7.24.0",
"express": "^4.17.1",
"express-useragent": "^1.0.15",
"express-ws": "^4.0.0",
"file-loader": "^6.2.0",
"flat": "^5.0.2",
"helmet": "^4.6.0",
"hpp": "^0.2.3",
"html-webpack-plugin": "^3.2.0",
"html-webpack-template": "^6.2.0",
"ix": "^4.3.1",
"jest": "^26.6.3",
"jest-mock-extended": "^1.0.16",
"js-yaml": "^3.14.1",
"lerna": "^4.0.0",
"nanoid": "^3.1.23",
"node-ipc": "^9.1.4",
"npm-run-all": "^4.1.5",
"numeral": "^2.0.6",
"optimize-css-assets-webpack-plugin": "^5.0.6",
"prettier": "^2.3.1",
"renamer": "^2.0.1",
"replace": "^1.2.1",
"response-time": "^2.3.2",
"rimraf": "^3.0.2",
"rxjs": "^6.6.7",
"terser-webpack-plugin": "^4.2.3",
"ts-jest": "^26.5.6",
"ts-loader": "^8.3.0",
"typescript": "^4.3.5",
"unique-names-generator": "^4.5.0",
"utf-8-validate": "^5.0.5",
"vuepress": "^1.8.2",
"webpack": "^4.46.0",
"webpack-cli": "^3.3.12",
"webpack-dev-server": "^3.11.2",
"webpack-merge": "^5.8.0",
"webpack-subresource-integrity": "^1.5.2",
"winston": "^3.3.3",
"yargs": "^15.4.1"
},
"workspaces": [
"packages/*"
],
"dependencies": {
"@reactivemarkets/desktop": "file:packages/desktop",
"@reactivemarkets/desktop-about": "file:packages/desktop-about",
"@reactivemarkets/desktop-api": "file:packages/desktop-api",
"@reactivemarkets/desktop-core": "file:packages/desktop-core",
"@reactivemarkets/desktop-dock": "file:packages/desktop-dock",
"@reactivemarkets/desktop-sdk": "file:packages/desktop-sdk",
"@reactivemarkets/desktop-types": "file:packages/desktop-types"
}
}