@getdashfy/themes 0.1.0 → 0.1.1
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/CHANGELOG.md +9 -0
- package/LICENSE +0 -0
- package/package.json +13 -13
package/CHANGELOG.md
CHANGED
package/LICENSE
CHANGED
|
File without changes
|
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@getdashfy/themes",
|
|
3
|
-
"version": "0.1.
|
|
3
|
+
"version": "0.1.1",
|
|
4
4
|
"description": "Customizable theme system with pre-built themes for Dashfy",
|
|
5
5
|
"keywords": [
|
|
6
6
|
"dashfy",
|
|
@@ -47,6 +47,17 @@
|
|
|
47
47
|
"engines": {
|
|
48
48
|
"node": ">=20.0.0"
|
|
49
49
|
},
|
|
50
|
+
"dependencies": {
|
|
51
|
+
"@getdashfy/types": "0.1.1"
|
|
52
|
+
},
|
|
53
|
+
"devDependencies": {
|
|
54
|
+
"@types/node": "^22.8.6",
|
|
55
|
+
"jsdom": "^25.0.1",
|
|
56
|
+
"tsup": "^8.3.5",
|
|
57
|
+
"typescript": "^5.7.2",
|
|
58
|
+
"vitest": "^2.1.9",
|
|
59
|
+
"@getdashfy/tsconfig": "0.0.0"
|
|
60
|
+
},
|
|
50
61
|
"scripts": {
|
|
51
62
|
"build": "tsup",
|
|
52
63
|
"check:circular": "madge --circular --extensions ts,tsx src/",
|
|
@@ -55,16 +66,5 @@
|
|
|
55
66
|
"test": "vitest run",
|
|
56
67
|
"test:watch": "vitest",
|
|
57
68
|
"typecheck": "tsc --noEmit"
|
|
58
|
-
},
|
|
59
|
-
"dependencies": {
|
|
60
|
-
"@getdashfy/types": "workspace:*"
|
|
61
|
-
},
|
|
62
|
-
"devDependencies": {
|
|
63
|
-
"@getdashfy/tsconfig": "workspace:*",
|
|
64
|
-
"@types/node": "^22.8.6",
|
|
65
|
-
"jsdom": "^25.0.1",
|
|
66
|
-
"tsup": "^8.3.5",
|
|
67
|
-
"typescript": "^5.7.2",
|
|
68
|
-
"vitest": "^2.1.9"
|
|
69
69
|
}
|
|
70
|
-
}
|
|
70
|
+
}
|