-
Notifications
You must be signed in to change notification settings - Fork 1
/
package.json
56 lines (56 loc) · 1.62 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
{
"name": "wag-contribb",
"version": "0.1.0",
"description": "Word At a Glance - additional/3rd-party tiles and resources",
"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": {},
"dependencies": {
"@types/axios": "^0.14.0",
"@types/d3": "^5.7.2",
"@types/express": "^4.17.9",
"@types/ioredis": "^4.17.8",
"@types/react": "^17.0.0",
"@types/react-dom": "^17.0.0",
"@types/sanitize-html": "1.20.0",
"@types/sax": "^1.2.1",
"@types/soundmanager2": "^2.97.3",
"@types/sqlite3": "^3.1.6",
"@types/styled-components": "5.1.11",
"ajv": "^6.12.6",
"axios": "^0.21.0",
"body-parser": "^1.19.0",
"buffer": "^6.0.3",
"cnc-tskit": "^0.25.1",
"cookie-parser": "^1.4.5",
"d3": "^5.16.0",
"express": "^4.17.1",
"express-session": "^1.17.1",
"ioredis": "^4.19.4",
"kombo": "^0.94.0",
"path-browserify": "^1.0.1",
"react": "^17.0.1",
"react-dom": "^17.0.1",
"recharts": "^1.8.5",
"rxjs": "^6.6.3",
"sanitize-html": "1.20.0",
"sax": "^1.2.4",
"session-file-store": "^1.5.0",
"soundmanager2": "^2.97.20170602",
"sqlite3": "^5.0.0",
"stream-browserify": "^3.0.0",
"styled-components": "^5.3.0",
"winston": "^3.3.3",
"winston-daily-rotate-file": "^4.5.0"
}
}