-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathpackage.json
More file actions
55 lines (55 loc) · 1.26 KB
/
package.json
File metadata and controls
55 lines (55 loc) · 1.26 KB
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
{
"name": "@e280/shiny",
"version": "0.1.0-21",
"description": "✨ web ui library",
"license": "MIT",
"type": "module",
"main": "./x/index.js",
"sideEffects": false,
"exports": {
".": "./x/index.js"
},
"files": [
"x",
"s"
],
"scripts": {
"build": "rm -rf x && mkdir x && tsc && scute -v && ln -s \"$(realpath s)\" x/s && ln -s \"$(realpath assets)\" x/assets",
"dev": "octo 'tsc -w' 'scute -vw' 'node --watch x/test.js' 'hottie x --debounce 300'",
"test": "node x/test.js",
"count": "find s -path '*/_archive' -prune -o -name '*.ts' -exec wc -l {} +"
},
"peerDependencies": {
"@e280/sly": "^0.3.7",
"lit": "^3.3.2"
},
"dependencies": {
"@e280/strata": "^0.3.3",
"@e280/stz": "^0.2.32",
"prismjs": "^1.30.0"
},
"devDependencies": {
"@e280/hottie": "^0.1.0",
"@e280/octo": "^0.1.0",
"@e280/science": "^0.1.10",
"@e280/scute": "^0.3.2",
"@types/prismjs": "^1.26.6",
"http-server": "^14.1.1",
"typescript": "^6.0.3"
},
"author": "Chase Moskal <chasemoskal@gmail.com>",
"homepage": "https://github.com/e280/shiny#readme",
"repository": {
"type": "git",
"url": "git+https://github.com/e280/shiny.git"
},
"bugs": {
"url": "https://github.com/e280/shiny/issues"
},
"keywords": [
"web ui",
"ui library",
"lit",
"sly"
]
}