-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathpackage.json
59 lines (59 loc) · 1.62 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
{
"name": "disco-party",
"version": "0.1.5",
"description": "A handful of experimental PartyKit-backed web components for ambient presence",
"main": "dist/index.cjs.js",
"module": "dist/index.js",
"es2015": "dist/esm/index.mjs",
"es2017": "dist/esm/index.mjs",
"types": "dist/types/index.d.ts",
"collection": "dist/collection/collection-manifest.json",
"collection:main": "dist/collection/index.js",
"unpkg": "dist/disco-party/disco-party.esm.js",
"repository": {
"type": "git",
"url": "https://github.com/partykit/sketch-disco.git"
},
"files": [
"dist/",
"loader/"
],
"scripts": {
"build": "stencil build --docs",
"start": "stencil build --dev --watch --serve",
"test": "stencil test --spec --e2e",
"test.watch": "stencil test --spec --e2e --watchAll",
"generate": "stencil generate"
},
"dependencies": {
"@stencil/core": "^4.0.0",
"debounce": "^1.2.1",
"i": "^0.3.7",
"npm": "^10.1.0",
"object-hash": "^3.0.0",
"partykit": "^0.0.0-00bdda2",
"partysocket": "^0.0.0-00bdda2",
"rangy": "^1.3.1"
},
"devDependencies": {
"@stencil/sass": "^3.0.5",
"@types/jest": "^27.5.2",
"@types/node": "^16.18.11",
"@types/object-hash": "^3.0.3",
"jest": "^27.5.1",
"jest-cli": "^27.5.1",
"puppeteer": "^21.0.3",
"stencil-tailwind-plugin": "^1.8.0",
"tailwindcss": "^3.3.3"
},
"license": "MIT",
"bugs": {
"url": "https://github.com/partykit/sketch-disco/issues"
},
"homepage": "https://github.com/partykit/sketch-disco#readme",
"keywords": [
"web components",
"partykit"
],
"author": "Matt Webb"
}