-
-
Notifications
You must be signed in to change notification settings - Fork 10
/
package.json
35 lines (35 loc) · 911 Bytes
/
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
{
"name": "bsky-embed",
"version": "0.1.8",
"description": "A web-component to easily embed a bluesky feed",
"scripts": {
"start": "vite",
"dev": "vite",
"build": "vite build",
"serve": "vite preview"
},
"author": "Vincent Will <[email protected]>",
"license": "MIT",
"repository": "Vincenius/bsky-embed",
"devDependencies": {
"@babel/cli": "^7.24.1",
"@babel/core": "^7.24.4",
"@babel/preset-env": "^7.24.4",
"@types/hls.js": "^1.0.0",
"autoprefixer": "^10.4.19",
"babel-preset-solid": "^1.8.17",
"postcss": "^8.4.38",
"solid-devtools": "^0.30.1",
"tailwindcss": "^3.4.3",
"typescript": "^5.4.5",
"vite": "^5.2.10",
"vite-plugin-solid": "^2.10.2"
},
"dependencies": {
"@atproto/api": "^0.12.5",
"hls.js": "^0.8.5",
"solid-element": "^1.8.0",
"solid-js": "^1.8.17",
"solid-styled-components": "^0.28.5"
}
}