-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathpackage.json
44 lines (44 loc) · 1.13 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
{
"name": "@plexigraph/plex-ui",
"private": false,
"version": "0.0.9",
"type": "module",
"main": "dist/plex-ui.js",
"types": "all-components.d.ts",
"repository": {
"type": "git",
"url": "https://github.com/plexigraph/plex-ui"
},
"scripts": {
"dev": "vite",
"build": "tsc && vite build",
"build:demo": "tsc && vite build --base /plex-ui/",
"preview": "vite preview"
},
"dependencies": {
"@aninest/extensions": "^1.7.1",
"@lit-labs/preact-signals": "^1.0.1",
"@lit/context": "^1.1.0",
"@material/material-color-utilities": "^0.2.7",
"aninest": "^4.4.0",
"lit": "^3.1.0"
},
"devDependencies": {
"@lit-labs/compiler": "^1.0.3",
"@lit-labs/ssr": "^3.2.0",
"@lit-labs/ssr-client": "^1.1.5",
"@rollup/plugin-typescript": "^11.1.5",
"@sveltejs/adapter-static": "^3.0.1",
"@types/node": "^20.10.4",
"esm-env": "^1.0.0",
"fsevents": "^2.3.3",
"glob": "^11.0.0",
"html-entities": "^2.4.0",
"jsdom": "^24.0.0",
"rollup-plugin-brotli": "^3.1.0",
"sass": "^1.69.5",
"tslib": "^2.6.2",
"typescript": "^5.3.3",
"vite": "^5.0.7"
}
}