-
Notifications
You must be signed in to change notification settings - Fork 25
Expand file tree
/
Copy pathpackage.json
More file actions
62 lines (62 loc) · 1.68 KB
/
package.json
File metadata and controls
62 lines (62 loc) · 1.68 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
{
"name": "kontext",
"type": "module",
"description": "An advanced web front-end for the Manatee-open corpus search engine",
"license": "GPL-2.0",
"version": "0.22.0-alpha",
"repository": {
"type": "git",
"url": "https://github.com/czcorpus/kontext"
},
"bugs": "https://github.com/czcorpus/kontext/issues",
"homepage": "https://github.com/czcorpus/kontext",
"devDependencies": {
"@swc/cli": "^0.8.1",
"@swc/core": "^1.15.32",
"@types/styled-components": "^5.1.36",
"@xmldom/xmldom": "~0.9.10",
"css-loader": "^7.1.4",
"cypress": "^13.17.0",
"install": "^0.13.0",
"merge": "~2.1.1",
"mini-css-extract-plugin": "^2.10.2",
"npm": "^11.13.0",
"peggy": "^4.2.0",
"progress-bar-webpack-plugin": "^2.1.0",
"script-launcher": "^1.37.3",
"source-map-loader": "^5.0.0",
"style-loader": "^4.0.0",
"swc-loader": "^0.2.7",
"terser-webpack-plugin": "^5.5.0",
"typescript": "^5.8.3",
"webpack": "^5.106.2",
"webpack-cli": "^7.0.2",
"webpack-dev-server": "^5.2.3",
"webpack-merge": "^6.0.1"
},
"dependencies": {
"@types/d3": "^7.4.3",
"@types/d3-color": "^3.1.3",
"@types/diff": "^8.0.0",
"@types/react": "^19.2.14",
"@types/react-dom": "^19.2.3",
"cnc-tskit": "~1.10.0",
"copy-to-clipboard": "^4.0.2",
"d3": "^7.9.0",
"d3-color": "^3.1.0",
"diff": "^8.0.4",
"howler": "^2.2.4",
"intl-messageformat": "^11.2.2",
"kombo": "^1.3.2",
"rc-slider": "^11.1.9",
"react": "^19.2.5",
"react-dom": "^19.2.5",
"react-is": "^19.2.5",
"recharts": "^2.15.4",
"rxjs": "^7.8.2",
"styled-components": "^6.4.1"
},
"scripts": {
"start": "launch"
}
}