typographics 3.0.0-dev.8 → 3.0.0
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 +10 -3
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "typographics",
|
|
3
|
-
"version": "3.0.0
|
|
3
|
+
"version": "3.0.0",
|
|
4
4
|
"description": "typographics provides flexible and adaptive styles for typography on web pages. This package allows you to automate the resizing of fonts based on screen width, ensuring good readability on any device.",
|
|
5
5
|
"author": "ux-ui.pro",
|
|
6
6
|
"license": "MIT",
|
|
@@ -12,7 +12,9 @@
|
|
|
12
12
|
"url": "https://github.com/ux-ui-pro/typographics/issues"
|
|
13
13
|
},
|
|
14
14
|
"homepage": "https://github.com/ux-ui-pro/typographics",
|
|
15
|
-
"sideEffects":
|
|
15
|
+
"sideEffects": [
|
|
16
|
+
"dist/*.css"
|
|
17
|
+
],
|
|
16
18
|
"scripts": {
|
|
17
19
|
"build": "vite build",
|
|
18
20
|
"lint:css": "stylelint src/**/*.scss",
|
|
@@ -24,10 +26,15 @@
|
|
|
24
26
|
"files": [
|
|
25
27
|
"dist/"
|
|
26
28
|
],
|
|
29
|
+
"browserslist": [
|
|
30
|
+
">=0.5%",
|
|
31
|
+
"last 2 versions",
|
|
32
|
+
"not dead"
|
|
33
|
+
],
|
|
27
34
|
"devDependencies": {
|
|
28
35
|
"stylelint": "16.25.0",
|
|
29
36
|
"stylelint-config-standard-scss": "16.0.0",
|
|
30
|
-
"sass": "1.93.
|
|
37
|
+
"sass": "1.93.3",
|
|
31
38
|
"vite": "7.1.12"
|
|
32
39
|
},
|
|
33
40
|
"keywords": [
|