-
Notifications
You must be signed in to change notification settings - Fork 2
/
Copy pathpackage.json
84 lines (84 loc) · 2.29 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
{
"name": "wag",
"type": "module",
"version": "0.9.0-beta",
"description": "Word At a Glance",
"main": "index.js",
"scripts": {
"test": "NODE_ENV=test tsx --tsconfig tsconfig.test.json node_modules/mocha/bin/mocha.js './test/**/*.ts'",
"start": "launch"
},
"author": "",
"license": "Apache-2.0",
"repository": {
"type": "git",
"url": "https://github.com/czcorpus/wag"
},
"sideEffects": false,
"devDependencies": {
"@swc/cli": "^0.6.0",
"@swc/core": "^1.11.1",
"@swc/plugin-styled-components": "^7.0.0",
"@types/chai": "^4.3.3",
"@types/mocha": "^9.1.1",
"@types/sinon": "^10.0.13",
"ajv-cli": "^5.0.0",
"chai": "^4.3.6",
"clean-webpack-plugin": "^4.0.0",
"file-loader": "^6.2.0",
"merge": "~2.1.1",
"mocha": "^11.1.0",
"mock-xmlhttprequest": "^7.0.4",
"null-loader": "^4.0.1",
"path-browserify": "^1.0.1",
"progress-bar-webpack-plugin": "^2.1.0",
"script-launcher": "^1.37.3",
"sinon": "11.1.2",
"source-map-loader": "^4.0.1",
"swc-loader": "^0.2.6",
"terser-webpack-plugin": "^5.3.6",
"tsx": "^4.19.3",
"typescript": "^5.7.3",
"typescript-json-schema": "^0.54.0",
"webpack": "^5.98.0",
"webpack-cli": "^6.0.1",
"webpack-dev-server": "^5.2.0",
"webpack-merge": "^6.0.1",
"webpack-node-externals": "^3.0.0"
},
"dependencies": {
"@types/d3": "^7.4.0",
"@types/react": "^19.0.0",
"@types/react-dom": "^19.0.0",
"@types/sanitize-html": "^2.9.0",
"@types/sax": "^1.2.4",
"@types/sqlite3": "^3.1.8",
"@types/styled-components": "^5.1.34",
"ajv": "^8.17.1",
"axios": "^1.7.9",
"buffer": "^6.0.3",
"cnc-tskit": "^1.8.2",
"cookie-parser": "^1.4.6",
"d3": "^7.8.2",
"dom-to-image-more": "^3.5.0",
"express": "^4.18.2",
"express-session": "^1.18.1",
"howler": "^2.2.4",
"kombo": "^1.0.4",
"path-browserify": "^1.0.1",
"pino": "~9.6.0",
"pino-pretty": "~13.0.0",
"pino-roll": "~3.0.0",
"react": "^19.0.0",
"react-dom": "^19.0.0",
"recharts": "^2.15.1",
"rxjs": "^7.8.2",
"sanitize-html": "2.14.0",
"sax": "^1.4.1",
"session-file-store": "^1.5.0",
"sqlite3": "^5.1.6",
"stream-browserify": "^3.0.0",
"styled-components": "^6.1.15",
"url-join": "^5.0.0"
}
}