-
Notifications
You must be signed in to change notification settings - Fork 22
/
package.json
57 lines (57 loc) · 1.56 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
{
"name": "kontext",
"description": "An advanced web front-end for the Manatee-open corpus search engine",
"license": "GPL-2.0",
"version": "0.18.2",
"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.1.57",
"@swc/core": "^1.3.3",
"@types/styled-components": "^5.1.26",
"@xmldom/xmldom": "~0.8.3",
"clean-webpack-plugin": "^4.0.0",
"css-loader": "^6.7.1",
"cypress": "^13.15.0",
"merge": "~2.1.1",
"mini-css-extract-plugin": "^2.6.1",
"pegjs": "~0.10.0",
"progress-bar-webpack-plugin": "^2.1.0",
"script-launcher": "^1.37.1",
"source-map-loader": "^4.0.0",
"style-loader": "^3.3.1",
"swc-loader": "^0.2.3",
"terser-webpack-plugin": "^5.3.6",
"typescript": "^4.8.3",
"webpack": "^5.76.0",
"webpack-cli": "^4.10.0",
"webpack-dev-server": "^4.11.1",
"webpack-merge": "^5.8.0"
},
"dependencies": {
"@types/d3": "^7.4.0",
"@types/d3-color": "^3.1.0",
"@types/diff": "^5.0.2",
"@types/react": "^18.0.21",
"@types/react-dom": "^18.0.6",
"cnc-tskit": "^1.7.4",
"copy-to-clipboard": "^3.3.3",
"d3": "^7.6.1",
"d3-color": "^3.1.0",
"diff": "^5.1.0",
"kombo": "^0.96.7",
"react": "^18.2.0",
"react-dom": "^18.2.0",
"react-is": "^18.2.0",
"recharts": "^2.1.14",
"rxjs": "^7.5.7",
"styled-components": "^5.3.5"
},
"scripts": {
"start": "launch"
}
}