-
Notifications
You must be signed in to change notification settings - Fork 7
Expand file tree
/
Copy pathpackage.json
More file actions
73 lines (73 loc) · 2.04 KB
/
package.json
File metadata and controls
73 lines (73 loc) · 2.04 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
61
62
63
64
65
66
67
68
69
70
71
72
73
{
"name": "ui",
"version": "0.0.8",
"description": "Zensical user interface",
"bugs": {
"url": "https://github.com/zensical/ui/issues",
"email": "contributors@zensical.org"
},
"license": "MIT",
"private": true,
"author": {
"name": "Contributors of Zensical",
"email": "contributors@zensical.org"
},
"contributors": [],
"repository": {
"type": "git",
"url": "https://github.com/zensical/ui.git"
},
"scripts": {
"build": "rimraf dist && ts-node -T tools/build --optimize",
"clean": "rimraf dist",
"start": "ts-node -T tools/build --verbose --dirty --watch",
"upgrade": "run-s upgrade:*",
"upgrade:bump": "ncu --upgrade --filterVersion \"/^\\^/\"",
"upgrade:install": "npm install"
},
"dependencies": {
"clipboard": "^2.0.11",
"escape-html": "^1.0.3",
"focus-visible": "^5.2.1",
"rxjs": "^7.8.2"
},
"devDependencies": {
"@fortawesome/fontawesome-free": "^7.1.0",
"@gitbeaker/core": "^43.8.0",
"@mdi/svg": "^7.4.47",
"@primer/octicons": "^19.21.1",
"@types/css-modules": "^1.0.5",
"@types/escape-html": "^1.0.4",
"@types/html-minifier-terser": "^7.0.2",
"@types/node": "^25.0.3",
"@types/resize-observer-browser": "^0.1.11",
"autoprefixer": "^10.4.23",
"chokidar": "^5.0.0",
"cssnano": "5.1.0",
"esbuild": "^0.27.2",
"github-types": "^1.0.0",
"google-fonts-complete": "jonathantneal/google-fonts-complete",
"html-minifier-terser": "^7.2.0",
"lucide-static": "^0.562.0",
"material-design-color": "^2.3.2",
"material-shadows": "^3.0.1",
"npm-check-updates": "^19.2.0",
"npm-run-all": "^4.1.5",
"postcss": "^8.5.6",
"postcss-dir-pseudo-class": "^9.0.1",
"postcss-inline-svg": "^6.0.0",
"postcss-logical": "5.0.4",
"postcss-pseudo-is": "^0.3.0",
"preact": "^10.28.0",
"rimraf": "^6.1.2",
"sass": "^1.97.0",
"simple-icons": "^16.2.0",
"svgo": "3.3.2",
"tiny-glob": "^0.2.9",
"ts-node": "^10.9.2",
"typescript": "^5.9.3"
},
"engines": {
"node": ">= 24"
}
}