forked from ulixee/platform
-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathpackage.json
More file actions
169 lines (169 loc) · 5.45 KB
/
package.json
File metadata and controls
169 lines (169 loc) · 5.45 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
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
150
151
152
153
154
155
156
157
158
159
160
161
162
163
164
165
166
167
168
169
{
"name": "@ulixee/platform",
"private": true,
"description": "The internal developer environment that we use for building and running the Ulixee platform",
"scripts": {
"prepare": "husky",
"build": "yarn && yarn tsc && yarn build:docpage && cd ./build && yarn",
"build:hero": "cd hero && yarn build",
"build:desktop": "yarn workspace @ulixee/desktop build:ui",
"build:docpage": "yarn workspace @ulixee/datastore-docpage build",
"build:broker": "yarn workspace @ulixee/databroker-admin build",
"build:all": "yarn build:hero && yarn build:desktop && yarn build:broker yarn build",
"build:dist": "shx rm -rf build-dist && tsc -b tsconfig.dist.json && yarn copy:dist && yarn workspace @ulixee/datastore-docpage build:dist && yarn workspace @ulixee/databroker-admin build:dist",
"copy:build": "ulx-repo-after-build && ulx-repo-adjust-paths",
"copy:dist": "ulx-repo-after-build --dist",
"tsc": "tsc -b -i tsconfig.json && yarn copy:build",
"tsc:hero": "cd hero && yarn tsc",
"tsc:all": "yarn tsc:hero && yarn tsc",
"watch": "yarn tsc && tsc -b -w tsconfig.json",
"watch:all": "concurrently -n hero,devenv \"cd hero && yarn watch\" \"yarn watch\"",
"start": "yarn workspace @ulixee/cloud start",
"test": "yarn copy:build && yarn test:build",
"test:build": "cd ./build && cross-env ULX_DATA_DIR=.data-test ULX_DATASTORE_DIR=.data-test ULX_QUERY_HERO_SESSIONS_DIR=.data-test/hero-sessions NODE_ENV=test jest",
"test:all": "yarn copy:build && cross-env ULX_DATA_DIR=.data-test ULX_DATASTORE_DIR=.data-test ULX_QUERY_HERO_SESSIONS_DIR=.data-test/hero-sessions NODE_ENV=test jest",
"lint": "eslint --cache ./",
"version:check": "ulx-repo-version-check fix",
"version:bump": "ulx-repo-version-bump"
},
"repository": "git@github.com:ulixee/platform.git",
"author": "Data Liberation Foundation",
"contributors": [
"Caleb Clark",
"Blake Byrnes"
],
"license": "MIT",
"bugs": {
"url": "https://github.com/ulixee/platform/issues"
},
"homepage": "https://ulixee.org",
"engines": {
"node": ">=18"
},
"devDependencies": {
"@commitlint/cli": "^18.6.0",
"@commitlint/config-conventional": "^18.6.0",
"@types/jest": "^29.5.11",
"@types/node": "^18.19.10",
"@typescript-eslint/eslint-plugin": "^6.20.0",
"@typescript-eslint/parser": "^6.20.0",
"@ulixee/repo-tools": "^1.0.31",
"concurrently": "^6.2.2",
"copyfiles": "^2.4.1",
"cross-env": "^7.0.3",
"eslint": "^8.56.0",
"eslint-config-airbnb-base": "^15.0.0",
"eslint-config-airbnb-typescript": "^17.1.0",
"eslint-config-prettier": "^9.1.0",
"eslint-import-resolver-typescript": "^3.6.1",
"eslint-plugin-eslint-comments": "^3.2.0",
"eslint-plugin-import": "^2.29.1",
"eslint-plugin-jest": "^27.6.3",
"eslint-plugin-jsx-a11y": "^6.8.0",
"eslint-plugin-monorepo-cop": "^1.0.2",
"eslint-plugin-prettier": "^5.1.3",
"eslint-plugin-promise": "^6.1.1",
"husky": "^9.0.7",
"jest": "^29.7.0",
"lerna": "^4.0.0",
"lint-staged": "^13.2.2",
"prettier": "^3.2.4",
"shx": "^0.3.3",
"typescript": "~5.3.3"
},
"#linkMainchain": {
"packages": [
"../mainchain/localchain",
"../mainchain/client/nodejs"
]
},
"workspaces": {
"packages": [
"desktop/*",
"desktop/main/app",
"datastore/*",
"datastore/plugins/*",
"cloud/*",
"sql/*",
"client/*",
"cli",
"utils",
"schema",
"specification",
"end-to-end",
"playgrounds/*",
"hero/build/*",
"hero/build/plugins/*",
"../shared/build/*",
"../unblocked/build/agent/*",
"../unblocked/build/plugins/*",
"../unblocked/build/specification",
"../unblocked/build/js-path",
"../unblocked/build/real-user-agents"
],
"nohoist": [
"**/babel-loader",
"**/electron-webpack",
"**/@electron",
"**/@electron/**",
"**/electron",
"**electron**",
"**/@argonprotocol/mainchain",
"**/desktop/**/@argonprotocol/localchain-*",
"**/desktop/main/app/**",
"**/desktop/**/@ulixee/datastore-docpage",
"**/desktop/**/@ulixee/databroker-admin",
"**/desktop/**/better-sqlite3",
"**/electron-*",
"**/electron-log",
"**/electron-builder",
"**/electron-webpack/**",
"**/electron-updater",
"**/nseventmonitor",
"**/global-mouse-events",
"**/electron-clipboard-ex",
"**/@ulixee/repo-tools",
"@ulixee/repo-tools",
"**/vite",
"**/vite-plugin-prismjs",
"**/vite/**",
"**/vite-svg-loader",
"**/vite-plugin-prismjs",
"**/vite-*",
"**/@vitejs/**",
"**/@vue/**",
"**/@polkadot/api",
"**/@polkadot/wasm-*",
"**/@polkadot/*",
"**/@polkadot/util",
"**/@polkadot/util-crypto",
"**/@vue/**/**",
"**/vue",
"**/vue-loader",
"**/vue-class-component",
"**/vue-router",
"**/vue-template-compiler",
"**/vue-class-component",
"**/@types/**",
"**/autoprefixer",
"**/postcss",
"**/tailwindcss",
"**/@nodelib",
"**/@nodelib/**"
]
},
"lint-staged": {
"*.ts": [
"eslint --fix"
],
"*.json": [
"prettier --write"
]
},
"resolutions": {
"tough-cookie": "^4.1.3",
"@polkadot/util": "13.0.2",
"@polkadot/util-crypto": "13.0.2"
},
"packageManager": "yarn@1.22.21+sha256.dbed5b7e10c552ba0e1a545c948d5473bc6c5a28ce22a8fd27e493e3e5eb6370"
}