-
Notifications
You must be signed in to change notification settings - Fork 2
/
package.json
87 lines (87 loc) · 2.63 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
{
"name": "wag",
"version": "0.8.0-beta",
"description": "Word At a Glance",
"main": "index.js",
"scripts": {
"test": "TS_NODE_COMPILER_OPTIONS='{\"module\":\"commonjs\", \"target\":\"es2018\"}' NODE_ENV=test node_modules/mocha/bin/mocha --require ts-node/register './test/**/*.ts'",
"start": "launch"
},
"author": "",
"license": "Apache-2.0",
"repository": {
"type": "git",
"url": "https://github.com/czcorpus/wag"
},
"sideEffects": false,
"devDependencies": {
"@babel/core": "^7.19.6",
"@babel/plugin-proposal-class-properties": "^7.18.6",
"@babel/plugin-proposal-object-rest-spread": "^7.19.4",
"@babel/preset-env": "^7.19.4",
"@babel/preset-react": "^7.18.6",
"@babel/preset-typescript": "^7.18.6",
"@types/chai": "^4.3.3",
"@types/mocha": "^9.1.1",
"@types/sinon": "^10.0.13",
"ajv-cli": "^5.0.0",
"babel-loader": "^9.0.1",
"babel-plugin-dynamic-import-webpack": "^1.1.0",
"babel-plugin-styled-components": "^2.0.7",
"chai": "^4.3.6",
"clean-webpack-plugin": "^4.0.0",
"file-loader": "^6.2.0",
"merge": "~2.1.1",
"mocha": "^9.2.2",
"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",
"terser-webpack-plugin": "^5.3.6",
"ts-node": "^10.9.1",
"typescript": "^4.8.4",
"typescript-json-schema": "^0.54.0",
"webpack": "^5.74.0",
"webpack-cli": "^4.10.0",
"webpack-dev-server": "^4.11.1",
"webpack-merge": "^5.8.0",
"webpack-node-externals": "^3.0.0"
},
"dependencies": {
"@babel/plugin-syntax-dynamic-import": "^7.8.3",
"@types/d3": "^7.4.0",
"@types/react": "^18.0.28",
"@types/react-dom": "^18.0.11",
"@types/sanitize-html": "2.9.0",
"@types/sax": "^1.2.4",
"@types/soundmanager2": "^2.97.4",
"@types/sqlite3": "^3.1.8",
"@types/styled-components": "^5.1.26",
"ajv": "^8.12.0",
"axios": "^1.3.4",
"buffer": "^6.0.3",
"cnc-tskit": "^1.7.2",
"cookie-parser": "^1.4.6",
"d3": "^7.8.2",
"express": "^4.18.2",
"express-session": "^1.17.3",
"kombo": "^0.95.2",
"path-browserify": "^1.0.1",
"react": "^18.2.0",
"react-dom": "^18.2.0",
"recharts": "^2.5.0",
"rxjs": "^7.8.0",
"sanitize-html": "2.10.0",
"sax": "^1.2.4",
"session-file-store": "^1.5.0",
"soundmanager2": "^2.97.20170602",
"sqlite3": "^5.1.6",
"stream-browserify": "^3.0.0",
"styled-components": "^5.3.9",
"winston": "^3.8.2",
"winston-daily-rotate-file": "^4.7.1"
}
}