-
Notifications
You must be signed in to change notification settings - Fork 1
/
package.json
55 lines (55 loc) · 1.5 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
{
"name": "seplis",
"version": "1.0.0",
"repository": {
"type": "git",
"url": "git://github.com/thomaserlang/seplis.git"
},
"scripts": {
"build": "webpack --mode=production",
"watch": "webpack --watch --mode=development"
},
"devDependencies": {
"@types/chrome": "^0.0.243",
"@types/chromecast-caf-sender": "^1.0.5",
"@types/react": "^18.2.21",
"@types/react-dom": "^18.2.7",
"@types/uuid": "^9.0.2",
"css-loader": "^6.8.1",
"html-webpack-plugin": "^5.5.3",
"less": "^4.2.0",
"less-loader": "^11.1.3",
"mini-css-extract-plugin": "^2.7.6",
"style-loader": "^3.3.3",
"ts-loader": "^9.4.4",
"typescript": "^5.1.6",
"webpack": "^5.88.2",
"webpack-cli": "^5.1.4"
},
"dependencies": {
"@chakra-ui/icons": "^2.1.0",
"@chakra-ui/react": "^2.8.0",
"@emotion/react": "^11.11.1",
"@emotion/styled": "^11.11.0",
"@noriginmedia/norigin-spatial-navigation": "^1.3.3",
"@sentry/browser": "7.64.0",
"@sentry/react": "^7.43.0",
"@sentry/tracing": "^7.64.0",
"@tanstack/react-query": "^4.33.0",
"axios": "^1.4.0",
"dayjs": "^1.11.9",
"detect-browser": "^5.3.0",
"hls.js": "^1.4.10",
"is-mobile": "^4.0.0",
"iso-639-1": "^3.0.1",
"pretty-bytes": "^6.1.1",
"react": "^18.2.0",
"react-dom": "^18.2.0",
"react-hook-form": "^7.45.4",
"react-icons": "^4.10.1",
"react-router-dom": "^6.15.0",
"use-query-params": "^2.2.1",
"usehooks-ts": "^2.9.1",
"uuid": "^9.0.0"
}
}