-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathpackage.json
61 lines (61 loc) · 1.88 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
{
"name": "dot-vids",
"type": "module",
"version": "0.0.1",
"packageManager": "[email protected]",
"scripts": {
"dev": "astro dev --host",
"start": "astro dev",
"build": "astro build",
"build-tr": "node --trace-warnings ./node_modules/.bin/astro build",
"preview": "astro preview",
"preview-cf": "wrangler pages dev ./dist",
"cf-dev": "wrangler pages dev --proxy=3000 -- pnpm run dev",
"astro": "astro",
"lint": "npx eslint ./",
"check": "astro check"
},
"dependencies": {
"@astrojs/cloudflare": "^12.2.0",
"@astrojs/solid-js": "5.0.2",
"@brightcove/player-loader": "^1.8.0",
"@kobalte/core": "^0.13.7",
"@solid-primitives/i18n": "^2.1.1",
"@solid-primitives/resize-observer": "^2.0.27",
"@solid-primitives/scheduled": "^1.4.4",
"@unocss/reset": "^65.4.0",
"astro": "^5.1.6",
"client-zip": "^2.4.6",
"solid-js": "1.9.4",
"video.js": "^8.21.0"
},
"devDependencies": {
"@astrojs/check": "^0.9.4",
"@cloudflare/workers-types": "^4.20250109.0",
"@types/video.js": "^7.3.58",
"@typescript-eslint/eslint-plugin": "^8.20.0",
"@typescript-eslint/parser": "^8.20.0",
"@unocss/transformer-directives": "^65.4.0",
"@unocss/transformer-variant-group": "^65.4.0",
"@vite-pwa/astro": "^0.5.0",
"eslint": "^9.18.0",
"eslint-plugin-astro": "^1.3.1",
"eslint-plugin-jsx-a11y": "^6.10.2",
"eslint-plugin-solid": "^0.14.5",
"rollup-plugin-visualizer": "^5.14.0",
"typescript": "^5.7.3",
"unocss": "^65.4.0",
"vite-plugin-pwa": "^0.21.1",
"workbox-cacheable-response": "^7.3.0",
"workbox-core": "^7.3.0",
"workbox-expiration": "^7.3.0",
"workbox-precaching": "^7.3.0",
"workbox-routing": "^7.3.0",
"workbox-strategies": "^7.3.0",
"workbox-window": "^7.3.0",
"wrangler": "^3.101.0"
},
"resolutions": {
"intl-messageformat": "10.5.4"
}
}