@base-framework/ui 1.0.294 → 1.0.295
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- package/package.json +85 -83
package/package.json
CHANGED
|
@@ -1,83 +1,85 @@
|
|
|
1
|
-
{
|
|
2
|
-
"name": "@base-framework/ui",
|
|
3
|
-
"version": "1.0.
|
|
4
|
-
"description": "This is a UI package that adds components and atoms that use Tailwind CSS and a theme based on Shadcn.",
|
|
5
|
-
"main": "./dist/index.es.js",
|
|
6
|
-
"scripts": {
|
|
7
|
-
"dev": "vite",
|
|
8
|
-
"build": "vite build && tsc",
|
|
9
|
-
"preview": "vite preview"
|
|
10
|
-
},
|
|
11
|
-
"type": "module",
|
|
12
|
-
"keywords": [
|
|
13
|
-
"JavaScript",
|
|
14
|
-
"Framework",
|
|
15
|
-
"Base",
|
|
16
|
-
"ES6",
|
|
17
|
-
"UI"
|
|
18
|
-
],
|
|
19
|
-
"author": "Chris Durfee",
|
|
20
|
-
"license": "ISC",
|
|
21
|
-
"repository": {
|
|
22
|
-
"type": "git",
|
|
23
|
-
"url": "git+https://github.com/chrisdurfee/ui.git"
|
|
24
|
-
},
|
|
25
|
-
"bugs": {
|
|
26
|
-
"url": "https://github.com/chrisdurfee/ui/issues"
|
|
27
|
-
},
|
|
28
|
-
"devDependencies": {
|
|
29
|
-
"
|
|
30
|
-
"
|
|
31
|
-
|
|
32
|
-
|
|
33
|
-
|
|
34
|
-
|
|
35
|
-
"@base-framework/
|
|
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
|
-
|
|
74
|
-
|
|
75
|
-
|
|
76
|
-
|
|
77
|
-
|
|
78
|
-
|
|
79
|
-
|
|
80
|
-
|
|
81
|
-
|
|
82
|
-
|
|
83
|
-
}
|
|
1
|
+
{
|
|
2
|
+
"name": "@base-framework/ui",
|
|
3
|
+
"version": "1.0.295",
|
|
4
|
+
"description": "This is a UI package that adds components and atoms that use Tailwind CSS and a theme based on Shadcn.",
|
|
5
|
+
"main": "./dist/index.es.js",
|
|
6
|
+
"scripts": {
|
|
7
|
+
"dev": "vite",
|
|
8
|
+
"build": "vite build && tsc",
|
|
9
|
+
"preview": "vite preview"
|
|
10
|
+
},
|
|
11
|
+
"type": "module",
|
|
12
|
+
"keywords": [
|
|
13
|
+
"JavaScript",
|
|
14
|
+
"Framework",
|
|
15
|
+
"Base",
|
|
16
|
+
"ES6",
|
|
17
|
+
"UI"
|
|
18
|
+
],
|
|
19
|
+
"author": "Chris Durfee",
|
|
20
|
+
"license": "ISC",
|
|
21
|
+
"repository": {
|
|
22
|
+
"type": "git",
|
|
23
|
+
"url": "git+https://github.com/chrisdurfee/ui.git"
|
|
24
|
+
},
|
|
25
|
+
"bugs": {
|
|
26
|
+
"url": "https://github.com/chrisdurfee/ui/issues"
|
|
27
|
+
},
|
|
28
|
+
"devDependencies": {
|
|
29
|
+
"autoprefixer": "^10.4.20",
|
|
30
|
+
"esbuild": "^0.25.0",
|
|
31
|
+
"postcss": "^8.4.47",
|
|
32
|
+
"tailwindcss": "^3.4.13"
|
|
33
|
+
},
|
|
34
|
+
"dependencies": {
|
|
35
|
+
"@base-framework/atoms": "^1.0.41",
|
|
36
|
+
"@base-framework/base": "^3.0.295",
|
|
37
|
+
"@base-framework/organisms": "^1.0.69",
|
|
38
|
+
"d3": "^7.9.0",
|
|
39
|
+
"tailwindcss-animate": "^1.0.7",
|
|
40
|
+
"typescript": "^5.7.3",
|
|
41
|
+
"vite": "^7.1.0"
|
|
42
|
+
},
|
|
43
|
+
"types": "./dist/types/**/*.d.ts",
|
|
44
|
+
"files": [
|
|
45
|
+
"package.json",
|
|
46
|
+
"readme.md",
|
|
47
|
+
"dist"
|
|
48
|
+
],
|
|
49
|
+
"exports": {
|
|
50
|
+
"./package.json": "./package.json",
|
|
51
|
+
".": {
|
|
52
|
+
"import": "./dist/index.es.js",
|
|
53
|
+
"require": "./dist/index.cjs"
|
|
54
|
+
},
|
|
55
|
+
"./atoms": {
|
|
56
|
+
"import": "./dist/atoms.es.js",
|
|
57
|
+
"require": "./dist/atoms.cjs"
|
|
58
|
+
},
|
|
59
|
+
"./icons": {
|
|
60
|
+
"import": "./dist/icons.es.js",
|
|
61
|
+
"require": "./dist/icons.cjs"
|
|
62
|
+
},
|
|
63
|
+
"./molecules": {
|
|
64
|
+
"import": "./dist/molecules.es.js",
|
|
65
|
+
"require": "./dist/molecules.cjs"
|
|
66
|
+
},
|
|
67
|
+
"./organisms": {
|
|
68
|
+
"import": "./dist/organisms.es.js",
|
|
69
|
+
"require": "./dist/organisms.cjs"
|
|
70
|
+
},
|
|
71
|
+
"./utils": {
|
|
72
|
+
"import": "./dist/utils.es.js",
|
|
73
|
+
"require": "./dist/utils.cjs"
|
|
74
|
+
},
|
|
75
|
+
"./pages": {
|
|
76
|
+
"import": "./dist/pages.es.js",
|
|
77
|
+
"require": "./dist/pages.cjs"
|
|
78
|
+
},
|
|
79
|
+
"./templates": {
|
|
80
|
+
"import": "./dist/templates.es.js",
|
|
81
|
+
"require": "./dist/templates.cjs"
|
|
82
|
+
}
|
|
83
|
+
},
|
|
84
|
+
"homepage": "https://github.com/chrisdurfee/organisms#readme"
|
|
85
|
+
}
|