-
Notifications
You must be signed in to change notification settings - Fork 1
/
Copy pathpackage.json
62 lines (62 loc) · 1.69 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
{
"name": "hakuraku",
"version": "0.1.0",
"private": true,
"dependencies": {
"@aksel/structjs": "^1.0.0",
"@bufbuild/protobuf": "^1.3.1",
"@textea/json-viewer": "^2.17.2",
"@types/lodash": "^4.14.197",
"@types/node": "^16.18.46",
"@types/pako": "^2.0.0",
"@types/react": "^17.0.65",
"@types/react-bootstrap-table-next": "^4.0.19",
"@types/react-bootstrap-table2-filter": "^1.3.4",
"@types/react-bootstrap-typeahead": "^5.1.9",
"@types/react-dom": "^17.0.20",
"@types/react-router-dom": "^5.3.0",
"@types/wanakana": "^4.0.3",
"@ygoe/msgpack": "^1.0.3",
"echarts": "^5.5.0",
"echarts-for-react": "^3.0.2",
"js-base64": "^3.7.2",
"lodash": "^4.17.21",
"memoize-one": "^6.0.0",
"pako": "^2.0.4",
"react": "^17.0.1",
"react-bootstrap": "^1.6.7",
"react-bootstrap-table-next": "^4.0.3",
"react-bootstrap-table2-filter": "^1.3.3",
"react-bootstrap-typeahead": "^5.2.0",
"react-dom": "^17.0.1",
"react-router-dom": "^5.3.0",
"react-scripts": "^5.0.1",
"typescript": "^4.4.3",
"wanakana": "^5.1.0"
},
"scripts": {
"start": "react-scripts start",
"build": "react-scripts build",
"eject": "react-scripts eject",
"protoc": "protoc --es_out=target=ts:src/data --python_out=umdb/ --pyi_out=umdb/ --proto_path=umdb/ umdb/*.proto"
},
"eslintConfig": {
"extends": [
"react-app"
]
},
"browserslist": {
"production": [
"last 2 chrome versions",
"last 2 firefox versions",
"firefox esr"
],
"development": [
"last 1 chrome version",
"last 1 firefox version"
]
},
"devDependencies": {
"@bufbuild/protoc-gen-es": "^1.3.1"
}
}