-
Notifications
You must be signed in to change notification settings - Fork 3
/
Copy pathpackage.json
76 lines (76 loc) · 2.64 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
{
"name": "zium",
"private": true,
"version": "0.0.0",
"type": "module",
"scripts": {
"dev": "vite",
"build": "yarn tsc && yarn lint && vite build",
"preview": "vite preview",
"lint:ts": "eslint src/**/*.{ts,tsx}",
"lint:css": "prettier -c src/**/*.scss",
"lint": "yarn lint:ts && yarn lint:css",
"type-check": "tsc --noEmit",
"build-tokens": "token-transformer --expandTypography --expandShadow --expandComposition --expandBorder src/tokens/global.json src/tokens/global.sd.json && style-dictionary build --config tokens.config.json && rm -f src/tokens/*.sd.json"
},
"dependencies": {
"@heroicons/react": "^2.0.18",
"@popperjs/core": "^2.11.8",
"@radix-ui/react-tooltip": "^1.0.6",
"@sentry/browser": "^7.70.0",
"@sindresorhus/transliterate": "^1.6.0",
"bitmovin-player": "^8.133.0",
"bitmovin-player-ui": "^3.50.0",
"classnames": "^2.3.2",
"date-fns": "^2.30.0",
"eventemitter2": "^6.4.9",
"fast-deep-equal": "^3.1.3",
"focus-trap-react": "^10.2.1",
"lottie-react": "^2.4.0",
"lottie-web": "^5.12.2",
"moize": "^6.1.6",
"mpd-parser": "^1.2.2",
"object-merge": "^2.5.1",
"piwik-react-router": "^0.12.1",
"react": "^18.2.0",
"react-dom": "^18.2.0",
"react-image": "^4.1.0",
"react-popper": "^2.3.0",
"react-router-dom": "^6.16.0",
"react-transition-group": "^4.4.5",
"ts-functional-pipe": "^3.1.2",
"ts-key-enum": "^2.0.12",
"zod": "^3.22.2",
"zustand": "^4.4.1"
},
"devDependencies": {
"@sentry/cli": "^2.21.1",
"@types/object-merge": "^2.5.1",
"@types/piwik-react-router": "^0.12.0",
"@types/react": "18.2.21",
"@types/react-dom": "^18.2.7",
"@types/react-transition-group": "^4.4.6",
"@typescript-eslint/eslint-plugin": "^6.7.2",
"@typescript-eslint/parser": "^6.7.2",
"@vitejs/plugin-react-swc": "^3.3.2",
"eslint": "^8.50.0",
"eslint-config-prettier": "^9.0.0",
"eslint-plugin-import": "^2.28.1",
"eslint-plugin-prettier": "^5.0.0",
"eslint-plugin-react": "^7.33.2",
"eslint-plugin-react-hooks": "^4.6.0",
"prettier": "^3.0.3",
"sass": "^1.68.0",
"style-dictionary": "^3.8.0",
"token-transformer": "^0.0.33",
"typescript": "^5.2.2",
"typescript-plugin-css-modules": "^5.0.1",
"vite": "^4.4.9",
"vite-plugin-svgr": "^3.3.0"
},
"packageManager": "[email protected]",
"resolutions": {
"lottie-react@^2.4.0": "patch:lottie-react@npm%3A2.4.0#./.yarn/patches/lottie-react-npm-2.4.0-d4d95c55aa.patch",
"bitmovin-player-ui@^3.50.0": "patch:bitmovin-player-ui@npm%3A3.51.0#./.yarn/patches/bitmovin-player-ui-npm-3.51.0-bff36d4016.patch"
}
}