This repository has been archived by the owner on May 18, 2021. It is now read-only.
-
Notifications
You must be signed in to change notification settings - Fork 1
/
package.json
85 lines (85 loc) · 2.49 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
{
"name": "telestion-rocketsound-psc",
"description": "telestion-rocketsound-psc, a Telestion PSC generated using the telestion-client-cli",
"version": "0.3.1",
"homepage": ".",
"scripts": {
"prepare": "husky install",
"start": "npm run start:electron",
"start:electron": "tc-cli start --electron",
"start:browser": "tc-cli start --browser",
"build": "tc-cli build",
"stats": "tc-cli stats",
"style": "prettier --write package.json '**/*{.ts,.tsx,.js,.jsx,.json,.html,.css,.scss,.sass,.yaml,.yml,.md}'",
"style:ci": "prettier --list-different package.json '**/*{.ts,.tsx,.js,.jsx,.json,.html,.css,.scss,.sass,.yaml,.yml,.md}'",
"lint": "eslint --ext .js,.jsx,.ts,.tsx --ignore-pattern node_modules/ --no-error-on-unmatched-pattern src",
"ts": "tsc",
"clean": "rimraf build dist"
},
"private": true,
"engines": {
"node": ">=14",
"npm": ">=7"
},
"eslintConfig": {
"extends": [
"react-app",
"react-app/jest"
]
},
"dependencies": {
"@adobe/react-spectrum": "^3.10.0",
"@fliegwerk/logsemts": "^0.4.2",
"@react-spectrum/table": "^3.0.0-alpha.12",
"@react-spectrum/tabs": "^3.0.0-rc.0",
"@spectrum-icons/illustrations": "^3.2.1",
"@spectrum-icons/ui": "^3.2.0",
"@spectrum-icons/workflow": "^3.2.0",
"@wuespace/telestion-client-common": "^0.14.1",
"@wuespace/telestion-client-core": "^0.14.0",
"@wuespace/telestion-client-prop-types": "^0.14.1",
"@wuespace/vertx-mock-server": "^0.14.0",
"chalk": "^4.1.1",
"electron": "^12.0.7",
"leaflet": "^1.7.1",
"react": "^17.0.2",
"react-dom": "^17.0.2",
"react-leaflet": "^3.2.0",
"react-router-dom": "^5.2.0",
"react-virtualized-auto-sizer": "^1.0.5",
"recharts": "^2.0.9",
"zustand": "^3.5.1"
},
"devDependencies": {
"@testing-library/jest-dom": "^5.12.0",
"@testing-library/react": "^11.2.7",
"@testing-library/user-event": "^13.1.9",
"@types/jest": "^26.0.23",
"@types/leaflet": "^1.7.0",
"@types/node": "^15.3.0",
"@types/react": "^17.0.4",
"@types/react-dom": "^17.0.5",
"@types/react-virtualized-auto-sizer": "^1.0.0",
"@types/recharts": "^1.8.19",
"@wuespace/telestion-client-cli": "^0.14.1",
"@wuespace/telestion-client-types": "^0.14.0",
"husky": "^6.0.0",
"prettier": "^2.3.0",
"pretty-quick": "^3.1.0",
"react-scripts": "^4.0.3",
"rimraf": "^3.0.2",
"typescript": "^4.2.3"
},
"browserslist": {
"production": [
">0.2%",
"not dead",
"not op_mini all"
],
"development": [
"last 1 chrome version",
"last 1 firefox version",
"last 1 safari version"
]
}
}