-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathpackage.json
More file actions
36 lines (36 loc) · 944 Bytes
/
package.json
File metadata and controls
36 lines (36 loc) · 944 Bytes
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
{
"name": "blowpipe",
"private": true,
"version": "0.0.0",
"type": "module",
"scripts": {
"dev": "vite",
"build": "tsc && vite build",
"preview": "vite preview"
},
"dependencies": {
"@solid-primitives/bounds": "^0.0.118",
"@solid-primitives/scheduled": "^1.4.1",
"@solidjs/router": "^0.10.1",
"autoprefixer": "^10.4.16",
"clsx": "^2.0.0",
"dashjs": "^4.7.3",
"date-fns": "^2.30.0",
"postcss": "^8.4.32",
"solid-js": "^1.8.5",
"video.js": "^8.6.1",
"videojs-contrib-quality-levels": "^4.0.0",
"videojs-hls-quality-selector": "^1.1.4",
"videojs-seek-buttons": "^3.0.1"
},
"devDependencies": {
"postcss-modules": "^6.0.0",
"solid-devtools": "^0.29.2",
"tailwindcss": "^3.3.6",
"typescript": "^5.2.2",
"typescript-plugin-css-modules": "^5.0.2",
"vite": "^5.0.0",
"vite-plugin-solid": "^2.7.2",
"vite-plugin-solid-svg": "^0.7.0"
}
}