-
Notifications
You must be signed in to change notification settings - Fork 1
/
package.json
163 lines (163 loc) · 5.52 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
{
"name": "visyn_core",
"description": "Core repository for datavisyn applications.",
"version": "14.2.1-SNAPSHOT",
"author": {
"name": "datavisyn GmbH",
"email": "[email protected]",
"url": "https://www.datavisyn.io"
},
"license": "BSD-3-Clause",
"homepage": "https://www.datavisyn.io",
"bugs": {
"url": "https://github.com/datavisyn/visyn_core/issues"
},
"repository": {
"type": "git",
"url": "[email protected]:datavisyn/visyn_core.git"
},
"main": "src/index.ts",
"types": "src/index.ts",
"exports": {
".": "./src/index.ts",
"./app": "./src/app/index.ts",
"./base": "./src/base/index.ts",
"./components": "./src/components/index.ts",
"./hooks": "./src/hooks/index.ts",
"./i18n": "./src/i18n/index.ts",
"./idtype": "./src/idtype/index.ts",
"./echarts": "./src/echarts/index.ts",
"./plotly/full": "./src/plotly/full/index.ts",
"./plotly": "./src/plotly/index.tsx",
"./plugin": "./src/plugin/index.ts",
"./ranking": "./src/ranking/index.ts",
"./security": "./src/security/index.ts",
"./utils": "./src/utils/index.ts",
"./views": "./src/views/index.ts",
"./vis": "./src/vis/index.ts",
"./icons": "./src/icons/index.ts",
"./types": "./src/types.ts",
"./assets/*": "./src/assets/*",
"./phovea_registry": "./src/phovea_registry.ts",
"./scss/*": "./src/scss/*",
"./package.json": "./package.json"
},
"files": [
"src",
"dist"
],
"engines": {
"npm": ">=8",
"node": ">=16"
},
"scripts": {
"all": "yarn run lint:fix && yarn run test && yarn run build && yarn run dist",
"build": "yarn run clean && yarn run compile && yarn run copy",
"clean": "visyn_scripts clean build dist lib",
"compile:watch": "visyn_scripts compile --watch -p tsconfig.lenient.json",
"compile": "visyn_scripts compile -p tsconfig.lenient.json",
"compile:strict:watch": "visyn_scripts compile --watch",
"compile:strict": "visyn_scripts compile",
"copy": "visyn_scripts copy",
"delete-dependencies": "visyn_scripts clean node_modules",
"dist": "mkdir lib && cd dist && tar cvzf ../lib/bundle.tar.gz *",
"docs": "visyn_scripts docs",
"lint:fix": "visyn_scripts lint --fix",
"lint": "visyn_scripts lint",
"predist": "yarn run lint && yarn run test && yarn run build",
"pw:open": "playwright test --ui",
"pw:run": "playwright test",
"start:full": "visyn_scripts start --env workspace_mode=single fast=false",
"start": "visyn_scripts start --env workspace_mode=single",
"storybook:build": "visyn_scripts storybook build",
"storybook": "visyn_scripts storybook dev -p 6006",
"test": "visyn_scripts test",
"bundle:dev": "visyn_scripts bundle --mode development --env workspace_mode=single",
"bundle:prod": "visyn_scripts bundle --mode production --env workspace_mode=single",
"chromatic": "yarn run chromatic"
},
"dependencies": {
"@emotion/css": "^11.13.0",
"@emotion/react": "^11.13.3",
"@fortawesome/fontawesome-free": "^6.6.0",
"@fortawesome/fontawesome-svg-core": "^6.6.0",
"@fortawesome/free-regular-svg-icons": "^6.6.0",
"@fortawesome/free-solid-svg-icons": "^6.6.0",
"@fortawesome/react-fontawesome": "^0.2.2",
"@mantine/carousel": "~7.12.2",
"@mantine/code-highlight": "~7.12.2",
"@mantine/core": "~7.12.2",
"@mantine/dates": "~7.12.2",
"@mantine/dropzone": "~7.12.2",
"@mantine/form": "~7.12.2",
"@mantine/hooks": "~7.12.2",
"@mantine/modals": "~7.12.2",
"@mantine/notifications": "~7.12.2",
"@mantine/styles": "~6.0.21",
"@mantine/tiptap": "~7.12.2",
"@mantine6/core": "npm:@mantine/core@~6.0.21",
"@sentry/react": "^8.27.0",
"@types/d3-hexbin": "^0.2.5",
"@types/d3v7": "npm:@types/d3@^7.4.3",
"@types/plotly.js-dist-min": "^2.3.4",
"@types/react": "^18.3.5",
"@types/react-dom": "^18.3.0",
"@types/react-plotly.js": "^2.6.3",
"arquero": "5.4.0",
"comlink": "^4.4.1",
"d3-force-boundary": "^0.0.3",
"d3-hexbin": "^0.2.2",
"d3v7": "npm:d3@^7.9.0",
"echarts": "^5.5.1",
"fit-curve": "^0.2.0",
"html-to-image": "^1.11.11",
"i18next": "^23.14.0",
"jstat": "^1.9.6",
"jszip": "^3.10.1",
"lineupjs": "4.11.0",
"lodash": "~4.17.21",
"plotly.js-dist-min": "~2.12.0",
"react": "~18.3.1",
"react-dom": "~18.3.1",
"react-highlight-words": "^0.20.0",
"react-plotly.js": "^2.6.0",
"react-spring": "^9.7.4",
"react-window": "^1.8.10",
"use-deep-compare-effect": "^1.8.1",
"visyn_scripts": "^11.1.0"
},
"devDependencies": {
"@chromatic-com/playwright": "^0.6.18",
"@chromatic-com/storybook": "^1.8.0",
"@playwright/test": "^1.45.2",
"@storybook/addon-actions": "^7.6.20",
"@storybook/addon-essentials": "^7.6.20",
"@storybook/addon-interactions": "^7.6.20",
"@storybook/addon-links": "^7.6.20",
"@storybook/addon-styling": "^1.3.7",
"@storybook/addon-styling-webpack": "^1.0.0",
"@storybook/cli": "^7.6.20",
"@storybook/react": "^7.6.20",
"@storybook/react-webpack5": "^7.6.20",
"@storybook/testing-library": "0.2.2",
"@types/react-window": "^1.8.8",
"chromatic": "^11.7.1",
"storybook": "^7.6.20",
"storybook-addon-swc": "^1.2.0"
},
"resolutions": {
"@swc/core": "1.7.42"
},
"visyn": {
"entries": {
"app": {
"js": "src/demo/index.initialize.tsx",
"html": "index.html",
"template": "src/demo/index.template.ejs",
"chunkName": "app",
"excludeChunks": []
}
}
},
"packageManager": "[email protected]"
}