-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathpackage.json
More file actions
60 lines (60 loc) · 1.87 KB
/
Copy pathpackage.json
File metadata and controls
60 lines (60 loc) · 1.87 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
56
57
58
59
60
{
"name": "@ucsantacruz/truss",
"version": "2026.6.0",
"description": "Truss Design System",
"homepage": "https://github.com/ucsc/truss",
"main": "dist/index.cjs.js",
"module": "dist/index.js",
"es2015": "dist/esm/index.mjs",
"es2017": "dist/esm/index.mjs",
"types": "dist/types/components.d.ts",
"collection:main": "dist/collection/index.js",
"collection": "dist/collection/collection-manifest.json",
"unpkg": "dist/ucsc-trss/ucsc-trss.js",
"files": [
"dist/"
],
"scripts": {
"dev": "stencil build --docs --watch --serve",
"start": "stencil build --watch",
"test": "stencil test --spec --e2e",
"test.watch": "stencil test --spec --e2e --watchAll",
"build": "stencil build --docs",
"generate": "stencil generate",
"storybook": "concurrently -k -n stencil,storybook \"stencil build --watch\" \"storybook dev -p 6006 --no-open\"",
"build-storybook": "stencil build && storybook build -o storybook-static"
},
"dependencies": {
"@stencil/core": "^4.0.0",
"@stencil/sass": "^3.0.0"
},
"devDependencies": {
"@storybook/addon-a11y": "^10.3.5",
"@storybook/addon-docs": "^10.3.5",
"@storybook/addon-links": "^10.3.5",
"@storybook/addon-vitest": "^10.3.5",
"@storybook/web-components": "^10.3.5",
"@storybook/web-components-vite": "^10.3.5",
"@types/jest": "^26.0.24",
"@types/node": "^20.19.39",
"case": "^1.6.3",
"concurrently": "^8.2.2",
"jest": "^26.6.3",
"jest-cli": "^26.6.3",
"lit": "^3.3.2",
"puppeteer": "^19.5.2",
"sass": "^1.99.0",
"storybook": "^10.3.5",
"storybook-addon-tag-badges": "^3.1.0",
"vite": "^5.4.21",
"vitest": "^4.1.4",
"playwright": "^1.59.1",
"@vitest/browser-playwright": "^4.1.4",
"@vitest/coverage-v8": "^4.1.4"
},
"license": "MIT",
"repository": {
"type": "git",
"url": "https://github.com/ucsc/truss.git"
}
}