-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathpackage.json
57 lines (57 loc) · 1.79 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": "wargroove-match-viewer",
"version": "1.0.0",
"description": "",
"main": "index.js",
"scripts": {
"build": "webpack --mode=production",
"build:live-stats": "webpack --mode=production --config-name=live-stats",
"start": "webpack --config-name=match-viewer --watch & live-server --port=8085 --host=0.0.0.0 dist/ --entry-file=index.html",
"test": "echo \"Error: no test specified\" && exit 1",
"format": "prettier --write '*.{json,js}' 'src/**/*.{js,ts}' 'test/**/*.{js,ts}'"
},
"author": "",
"license": "ISC",
"devDependencies": {
"@types/js-levenshtein": "^1.1.0",
"@types/react": "^17.0.2",
"@types/react-dom": "^17.0.1",
"clean-webpack-plugin": "^4.0.0",
"copy-webpack-plugin": "^8.0.0",
"css-loader": "^6.5.0",
"html-webpack-plugin": "^5.2.0",
"live-server": "^1.2.1",
"prettier": "^2.4.1",
"ts-loader": "^8.0.17",
"typescript": "^4.2.2",
"webpack": "^5.24.1",
"webpack-cli": "^4.5.0"
},
"dependencies": {
"@emotion/react": "^11.4.1",
"@emotion/styled": "^11.3.0",
"@greenelab/hclust": "^0.0.1",
"@mui/icons-material": "^5.0.1",
"@mui/material": "^5.0.2",
"@types/chart.js": "^2.9.31",
"chart.js": "^3.5.0",
"chartjs-chart-graph": "^3.5.0",
"dexie": "^v3.2.0-beta.1",
"dexie-react-hooks": "^1.0.7",
"js-levenshtein": "^1.1.6",
"jsondiffpatch": "^0.4.1",
"minhash": "^0.0.9",
"mui-modal-provider": "^1.5.1",
"notistack": "^2.0.2",
"phaser": "^3.55.2",
"phaser3-rex-plugins": "^1.1.61",
"promise-file-reader": "^1.0.3",
"react": "^16.3.0",
"react-chartjs-2": "^3.2.0",
"react-dom": "^16.3.0",
"react-smooth-dnd": "^0.11.1",
"react-swipeable-views": "^0.14.0",
"styled-components": "^5.2.1",
"wouter": "^2.8.0-alpha.1"
}
}