-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathpackage.json
More file actions
43 lines (43 loc) · 996 Bytes
/
Copy pathpackage.json
File metadata and controls
43 lines (43 loc) · 996 Bytes
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
{
"name": "@jldn/elements",
"version": "2412.2.0-s",
"description": "Modular, multi-layered customizable UI component suite with 28 themes.",
"main": "src/script.js",
"type": "module",
"scripts": {
"dev": "vite",
"build": "vite build",
"preinstall": "pnpm dlx only-allow pnpm"
},
"repository": {
"type": "git",
"url": "git+https://github.com/JLDesignNetwork/Elements.git"
},
"keywords": [
"ui-components",
"design-system",
"css",
"javascript",
"sass",
"vite",
"buttons",
"meters",
"code-snippet",
"gvs",
"jldn"
],
"author": "Jeff Langdon (JL Design Network) <jldesignnetwork@icloud.com>",
"contributors": [
"Jeffgl77"
],
"license": "MIT",
"bugs": {
"url": "https://github.com/JLDesignNetwork/Elements/issues"
},
"homepage": "https://github.com/JLDesignNetwork/Elements#readme",
"devDependencies": {
"sass": "^1.100.0",
"vite": "^8.0.16"
},
"packageManager": "pnpm@11.8.0"
}