-
Notifications
You must be signed in to change notification settings - Fork 28
/
package.json
165 lines (165 loc) · 4.81 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
150
151
152
153
154
155
156
157
158
159
160
161
162
163
164
165
{
"name": "gosling.js",
"author": "Sehi L'Yi",
"version": "0.17.0",
"license": "MIT",
"repository": {
"type": "git",
"url": "https://github.com/gosling-lang/gosling.js"
},
"homepage": "https://gosling-lang.github.io/gosling.js/",
"main": "dist/gosling.js",
"module": "dist/gosling.js",
"types": "dist/src/index.d.ts",
"packageManager": "[email protected]",
"files": [
"dist"
],
"type": "module",
"exports": {
".": {
"types": "./dist/src/index.d.ts",
"import": "./dist/gosling.js"
},
"./utils": {
"types": "./dist/src/exported-utils.d.ts",
"import": "./dist/utils.js"
}
},
"scripts": {
"start": "vite --mode editor",
"start-embed": "vite",
"build": "run-s build-clear build-types build-lib",
"build-lib": "vite build --mode lib",
"build-types": "tsc --emitDeclarationOnly -p tsconfig.build.json",
"build-editor": "node --max_old_space_size=8192 ./node_modules/vite/bin/vite.js build",
"build-clear": "rm -rf ./dist",
"preview": "vite preview",
"check": "tsc --noEmit",
"test": "vitest",
"coverage": "vitest run --coverage",
"format": "eslint src/ editor/ --fix && prettier 'editor/**/*.css' --write",
"schema": "node scripts/generate-schemas.mjs",
"version": "conventional-changelog -p angular -i CHANGELOG.md -s && git add CHANGELOG.md",
"knip": "knip --config knip.config.json",
"preinstall": "npx only-allow pnpm",
"test-ct": "playwright test -c playwright-ct.config.ts"
},
"peerDependencies": {
"pixi.js": "^6.3.0",
"react": "^16.6.3 || ^17.0.0 || ^18.0.0",
"react-dom": "^16.6.3 || ^17.0.0 || ^18.0.0"
},
"dependencies": {
"@gmod/bam": "^1.1.18",
"@gmod/bbi": "^3.0.1",
"@gmod/bed": "^2.1.2",
"@gmod/gff": "^1.3.0",
"@gmod/tabix": "^1.5.6",
"@gmod/vcf": "^5.0.10",
"allotment": "^1.19.0",
"bezier-js": "4.0.3",
"buffer": "^6.0.3",
"css-element-queries": "^1.2.3",
"d3-array": "^2.5.1",
"d3-color": "^2.0.0",
"d3-dsv": "^2.0.0",
"d3-format": "^3.1.0",
"d3-scale": "^3.2.1",
"d3-scale-chromatic": "^2.0.0",
"d3-shape": "^2.0.0",
"events": "^3.3.0",
"fflate": "^0.7.1",
"generic-filehandle": "^3.0.1",
"higlass": "^1.13.4",
"higlass-register": "^0.3.0",
"higlass-text": "^0.1.1",
"json-stringify-pretty-compact": "^2.0.0",
"jspdf": "^2.3.1",
"lodash-es": "^4.17.21",
"monaco-editor": "^0.27.0",
"nanoevents": "^7.0.1",
"pubsub-js": "^1.9.3",
"quick-lru": "^6.1.1",
"rbush": "^3.0.1",
"stream-browserify": "^3.0.0",
"threads": "^1.6.4"
},
"devDependencies": {
"@playwright/experimental-ct-react": "^1.41.1",
"@types/bezier-js": "^4.1.0",
"@types/d3": "^7.4.3",
"@types/d3-array": "^3.2.1",
"@types/d3-color": "^3.1.3",
"@types/d3-drag": "^2.0.0",
"@types/d3-dsv": "^3.0.1",
"@types/d3-format": "^3.0.4",
"@types/d3-scale": "^4.0.8",
"@types/d3-scale-chromatic": "^3.0.3",
"@types/d3-selection": "^2.0.0",
"@types/d3-shape": "^3.1.6",
"@types/lodash-es": "^4.17.5",
"@types/node": "^18.6.2",
"@types/pixelmatch": "^5.2.5",
"@types/pngjs": "^6.0.3",
"@types/pubsub-js": "^1.8.2",
"@types/rbush": "^3.0.0",
"@types/react": "^18.2.0",
"@types/react-dom": "^18.2.0",
"@types/react-resize-detector": "^4.2.0",
"@types/react-router-dom": "^5.1.6",
"@typescript-eslint/eslint-plugin": "^5.56.0",
"@typescript-eslint/parser": "^5.56.0",
"@vitejs/plugin-react": "^4.1.0",
"@vitest/coverage-v8": "^0.34.6",
"ajv": "^6.12.2",
"c8": "^7.11.2",
"conventional-changelog-cli": "^2.1.1",
"d3-drag": "^2.0.0",
"d3-selection": "^2.0.0",
"esbuild": "^0.12.25",
"eslint": "^8.19.0",
"eslint-config-prettier": "^8.5.0",
"eslint-plugin-jsx-a11y": "^6.7.1",
"eslint-plugin-prettier": "^4.2.1",
"eslint-plugin-react": "^7.30.1",
"fetch-jsonp": "^1.1.3",
"jsdom": "^19.0.0",
"jsoncrush": "^1.1.6",
"knip": "^2.30.0",
"npm-run-all": "^4.1.5",
"pixelmatch": "^5.3.0",
"pixi.js": "^6.3.0",
"pngjs": "^7.0.0",
"prettier": "^2.0.5",
"react": "^18.2.0",
"react-dom": "^18.2.0",
"react-markdown": "^5.0.3",
"react-monaco-editor": "^0.45.0",
"react-resize-detector": "^4.2.3",
"react-router-dom": "^5.2.0",
"remark-gfm": "^1.0.0",
"safe-stable-stringify": "^2.4.3",
"strip-json-comments": "^3.1.1",
"ts-json-schema-generator": "^1.0.0",
"typescript": "^5.0.2",
"vite": "^4.4.11",
"vitest": "^0.34.6",
"vitest-canvas-mock": "^0.3.3"
},
"resolutions": {
"slugid": "^3.0.0"
},
"browserslist": {
"production": [
">0.2%",
"not dead",
"not op_mini all"
],
"development": [
"last 1 chrome version",
"last 1 firefox version",
"last 1 safari version"
]
}
}