unocss-ps 1.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.

Potentially problematic release.


This version of unocss-ps might be problematic. Click here for more details.

Files changed (47) hide show
  1. package/LICENSE +21 -0
  2. package/README.md +88 -0
  3. package/dist/astro.d.mts +6 -0
  4. package/dist/astro.d.ts +6 -0
  5. package/dist/astro.mjs +15 -0
  6. package/dist/index.d.mts +22 -0
  7. package/dist/index.d.ts +22 -0
  8. package/dist/index.mjs +19 -0
  9. package/dist/mutations.pif +0 -0
  10. package/dist/postcss.cjs +11 -0
  11. package/dist/postcss.d.cts +3 -0
  12. package/dist/postcss.d.mts +2 -0
  13. package/dist/postcss.d.ts +3 -0
  14. package/dist/postcss.mjs +2 -0
  15. package/dist/preset-attributify.d.mts +2 -0
  16. package/dist/preset-attributify.d.ts +2 -0
  17. package/dist/preset-attributify.mjs +2 -0
  18. package/dist/preset-icons.d.mts +2 -0
  19. package/dist/preset-icons.d.ts +2 -0
  20. package/dist/preset-icons.mjs +2 -0
  21. package/dist/preset-mini.d.mts +2 -0
  22. package/dist/preset-mini.d.ts +2 -0
  23. package/dist/preset-mini.mjs +2 -0
  24. package/dist/preset-tagify.d.mts +2 -0
  25. package/dist/preset-tagify.d.ts +2 -0
  26. package/dist/preset-tagify.mjs +2 -0
  27. package/dist/preset-typography.d.mts +2 -0
  28. package/dist/preset-typography.d.ts +2 -0
  29. package/dist/preset-typography.mjs +2 -0
  30. package/dist/preset-uno.d.mts +9 -0
  31. package/dist/preset-uno.d.ts +9 -0
  32. package/dist/preset-uno.mjs +2 -0
  33. package/dist/preset-web-fonts.d.mts +2 -0
  34. package/dist/preset-web-fonts.d.ts +2 -0
  35. package/dist/preset-web-fonts.mjs +2 -0
  36. package/dist/preset-wind.d.mts +2 -0
  37. package/dist/preset-wind.d.ts +2 -0
  38. package/dist/preset-wind.mjs +2 -0
  39. package/dist/vite.d.mts +7 -0
  40. package/dist/vite.d.ts +7 -0
  41. package/dist/vite.mjs +16 -0
  42. package/dist/webpack.cjs +34 -0
  43. package/dist/webpack.d.cts +6 -0
  44. package/dist/webpack.d.mts +6 -0
  45. package/dist/webpack.d.ts +6 -0
  46. package/dist/webpack.mjs +16 -0
  47. package/package.json +152 -0
package/LICENSE ADDED
@@ -0,0 +1,21 @@
1
+ MIT License
2
+
3
+ Copyright (c) 2021-PRESENT Anthony Fu <https://github.com/antfu>
4
+
5
+ Permission is hereby granted, free of charge, to any person obtaining a copy
6
+ of this software and associated documentation files (the "Software"), to deal
7
+ in the Software without restriction, including without limitation the rights
8
+ to use, copy, modify, merge, publish, distribute, sublicense, and/or sell
9
+ copies of the Software, and to permit persons to whom the Software is
10
+ furnished to do so, subject to the following conditions:
11
+
12
+ The above copyright notice and this permission notice shall be included in all
13
+ copies or substantial portions of the Software.
14
+
15
+ THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR
16
+ IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY,
17
+ FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE
18
+ AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER
19
+ LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM,
20
+ OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE
21
+ SOFTWARE.
package/README.md ADDED
@@ -0,0 +1,88 @@
1
+ <br>
2
+
3
+ <p align="center">
4
+ <img src="https://raw.githubusercontent.com/unocss/unocss/main/playground/public/icon-gray.svg" style="width:100px;" />
5
+ </p>
6
+
7
+ <h1 align="center">UnoCSS</h1>
8
+
9
+ <p align="center">
10
+ The instant on-demand Atomic CSS engine.
11
+ </p>
12
+
13
+ <p align="center">
14
+ <a href="https://www.npmjs.com/package/unocss"><img src="https://img.shields.io/npm/v/unocss?color=c95f8b&amp;label=" alt="NPM version"></a></p>
15
+
16
+ <blockquote align="center">
17
+ <p>๐Ÿ’ก I highly recommend reading this blog post - <br><a href="https://antfu.me/posts/reimagine-atomic-css"><strong>Reimagine Atomic CSS</strong></a><br>for the story behind</p>
18
+ </blockquote>
19
+
20
+ <br>
21
+ <p align="center">
22
+ <a href="https://unocss.dev/">๐Ÿ“š Documentation</a> |
23
+ <a href="https://unocss.dev/interactive/">๐Ÿง‘โ€๐Ÿ’ป Interactive Docs</a> |
24
+ <a href="https://unocss.dev/play/">๐Ÿคนโ€โ™‚๏ธ Playground</a> |
25
+ <a href="https://tutorial.unocss.dev/">๐ŸŽ“ Tutorial</a>
26
+ </p>
27
+ <br>
28
+
29
+ ## Features
30
+
31
+ Inspired by [Windi CSS](http://windicss.org/), [Tailwind CSS](https://tailwindcss.com/), and [Twind](https://github.com/tw-in-js/twind), but:
32
+
33
+ - [Fully customizable](https://unocss.dev/config/) - no core utilities. All functionalities are provided via presets.
34
+ - No parsing, no AST, no scanning, it's **INSTANT** (5x faster than Windi CSS or Tailwind JIT).
35
+ - ~6kb min+brotli - zero deps and browser friendly.
36
+ - [Shortcuts](https://unocss.dev/config/shortcuts) - aliasing utilities, dynamically.
37
+ - [Attributify mode](https://unocss.dev/presets/attributify/) - group utilities in attributes.
38
+ - [Pure CSS Icons](https://unocss.dev/presets/icons/) - use any icon as a single class.
39
+ - [Variant Groups](https://unocss.dev/transformers/variant-group) - shorthand for group utils with common prefixes.
40
+ - [CSS Directives](https://unocss.dev/transformers/directives) - reuse utils in CSS with `@apply` directive.
41
+ - [Compilation mode](https://unocss.dev/transformers/compile-class/) - synthesizes multiple classes into one at build time.
42
+ - [Inspector](https://unocss.dev/tools/inspector) - inspect and debug interactively.
43
+ - [CSS-in-JS Runtime build](https://unocss.dev/integrations/runtime) - use UnoCSS with one line of CDN import.
44
+ - [VS Code extension](https://marketplace.visualstudio.com/items?itemName=antfu.unocss)
45
+ - Code-splitting for CSS - ships minimal CSS for MPA.
46
+
47
+ ## Documentation
48
+
49
+ Read the [documentation](https://unocss.dev/) for more details.
50
+
51
+ ## Installation
52
+
53
+ - [Vite](https://unocss.dev/integrations/vite)
54
+ - [Nuxt](https://unocss.dev/integrations/nuxt)
55
+ - [Astro](https://unocss.dev/integrations/astro)
56
+ - [Webpack](https://unocss.dev/integrations/webpack)
57
+ - [CDN Runtime](https://unocss.dev/integrations/runtime)
58
+ - [CLI](https://unocss.dev/integrations/cli)
59
+ - [VS Code extension](https://unocss.dev/integrations/vscode)
60
+ - [ESLint Config](https://unocss.dev/integrations/eslint)
61
+ - [PostCSS](https://unocss.dev/integrations/postcss)
62
+
63
+ ## Acknowledgement
64
+
65
+ UnoCSS is made possible thanks to the inspirations from the following projects:
66
+
67
+ > in alphabetical order
68
+
69
+ - [ACSS](https://acss.io/)
70
+ - [Bootstrap Utilities](https://getbootstrap.com/docs/5.1/utilities/flex/)
71
+ - [Chakra UI Style Props](https://chakra-ui.com/docs/features/style-props)
72
+ - [Semantic UI](https://semantic-ui.com/)
73
+ - [Tachyons](https://tachyons.io/)
74
+ - [Tailwind CSS](https://tailwindcss.com/)
75
+ - [Twind](https://github.com/tw-in-js/twind)
76
+ - [Windi CSS](http://windicss.org/)
77
+
78
+ ## Sponsors
79
+
80
+ <p align="center">
81
+ <a href="https://cdn.jsdelivr.net/gh/antfu/static/sponsors.svg">
82
+ <img src='https://cdn.jsdelivr.net/gh/antfu/static/sponsors.svg'/>
83
+ </a>
84
+ </p>
85
+
86
+ ## License
87
+
88
+ [MIT](./LICENSE) License &copy; 2021-PRESENT [Anthony Fu](https://github.com/antfu)
@@ -0,0 +1,6 @@
1
+ import { AstroIntegrationConfig } from '@unocss/astro';
2
+ import { AstroIntegration } from 'astro';
3
+
4
+ declare function UnocssAstroIntegration<Theme extends object>(config?: AstroIntegrationConfig<Theme>): AstroIntegration;
5
+
6
+ export { UnocssAstroIntegration as default };
@@ -0,0 +1,6 @@
1
+ import { AstroIntegrationConfig } from '@unocss/astro';
2
+ import { AstroIntegration } from 'astro';
3
+
4
+ declare function UnocssAstroIntegration<Theme extends object>(config?: AstroIntegrationConfig<Theme>): AstroIntegration;
5
+
6
+ export { UnocssAstroIntegration as default };
package/dist/astro.mjs ADDED
@@ -0,0 +1,15 @@
1
+ import AstroIntegrationPlugin from '@unocss/astro';
2
+ import presetUno__default from '@unocss/preset-uno';
3
+
4
+ function UnocssAstroIntegration(config) {
5
+ return AstroIntegrationPlugin(
6
+ config,
7
+ {
8
+ presets: [
9
+ presetUno__default()
10
+ ]
11
+ }
12
+ );
13
+ }
14
+
15
+ export { UnocssAstroIntegration as default };
@@ -0,0 +1,22 @@
1
+ import { UserConfig } from '@unocss/core';
2
+ export * from '@unocss/core';
3
+ import { Theme } from '@unocss/preset-uno';
4
+ export { Theme as PresetUnoTheme, default as presetUno } from '@unocss/preset-uno';
5
+ export { default as presetAttributify } from '@unocss/preset-attributify';
6
+ export { default as presetIcons } from '@unocss/preset-icons';
7
+ export { Theme as PresetMiniTheme, default as presetMini } from '@unocss/preset-mini';
8
+ export { default as presetTagify } from '@unocss/preset-tagify';
9
+ export { default as presetTypography } from '@unocss/preset-typography';
10
+ export { default as presetWebFonts } from '@unocss/preset-web-fonts';
11
+ export { Theme as PresetWindTheme, default as presetWind } from '@unocss/preset-wind';
12
+ export { default as transformerAttributifyJsx } from '@unocss/transformer-attributify-jsx';
13
+ export { default as transformerCompileClass } from '@unocss/transformer-compile-class';
14
+ export { default as transformerDirectives } from '@unocss/transformer-directives';
15
+ export { default as transformerVariantGroup } from '@unocss/transformer-variant-group';
16
+
17
+ /**
18
+ * Define UnoCSS config
19
+ */
20
+ declare function defineConfig<T extends object = Theme>(config: UserConfig<T>): UserConfig<T>;
21
+
22
+ export { defineConfig };
@@ -0,0 +1,22 @@
1
+ import { UserConfig } from '@unocss/core';
2
+ export * from '@unocss/core';
3
+ import { Theme } from '@unocss/preset-uno';
4
+ export { Theme as PresetUnoTheme, default as presetUno } from '@unocss/preset-uno';
5
+ export { default as presetAttributify } from '@unocss/preset-attributify';
6
+ export { default as presetIcons } from '@unocss/preset-icons';
7
+ export { Theme as PresetMiniTheme, default as presetMini } from '@unocss/preset-mini';
8
+ export { default as presetTagify } from '@unocss/preset-tagify';
9
+ export { default as presetTypography } from '@unocss/preset-typography';
10
+ export { default as presetWebFonts } from '@unocss/preset-web-fonts';
11
+ export { Theme as PresetWindTheme, default as presetWind } from '@unocss/preset-wind';
12
+ export { default as transformerAttributifyJsx } from '@unocss/transformer-attributify-jsx';
13
+ export { default as transformerCompileClass } from '@unocss/transformer-compile-class';
14
+ export { default as transformerDirectives } from '@unocss/transformer-directives';
15
+ export { default as transformerVariantGroup } from '@unocss/transformer-variant-group';
16
+
17
+ /**
18
+ * Define UnoCSS config
19
+ */
20
+ declare function defineConfig<T extends object = Theme>(config: UserConfig<T>): UserConfig<T>;
21
+
22
+ export { defineConfig };
package/dist/index.mjs ADDED
@@ -0,0 +1,19 @@
1
+ export * from '@unocss/core';
2
+ export { default as presetAttributify } from '@unocss/preset-attributify';
3
+ export { default as presetIcons } from '@unocss/preset-icons';
4
+ export { default as presetMini } from '@unocss/preset-mini';
5
+ export { default as presetTagify } from '@unocss/preset-tagify';
6
+ export { default as presetTypography } from '@unocss/preset-typography';
7
+ export { default as presetUno } from '@unocss/preset-uno';
8
+ export { default as presetWebFonts } from '@unocss/preset-web-fonts';
9
+ export { default as presetWind } from '@unocss/preset-wind';
10
+ export { default as transformerAttributifyJsx } from '@unocss/transformer-attributify-jsx';
11
+ export { default as transformerCompileClass } from '@unocss/transformer-compile-class';
12
+ export { default as transformerDirectives } from '@unocss/transformer-directives';
13
+ export { default as transformerVariantGroup } from '@unocss/transformer-variant-group';
14
+
15
+ function defineConfig(config) {
16
+ return config;
17
+ }
18
+
19
+ export { defineConfig };
Binary file
@@ -0,0 +1,11 @@
1
+ 'use strict';
2
+
3
+ const postcss = require('@unocss/postcss');
4
+
5
+ function _interopDefaultCompat (e) { return e && typeof e === 'object' && 'default' in e ? e.default : e; }
6
+
7
+ const postcss__default = /*#__PURE__*/_interopDefaultCompat(postcss);
8
+
9
+
10
+
11
+ module.exports = postcss__default;
@@ -0,0 +1,3 @@
1
+ import postcss from '@unocss/postcss';
2
+
3
+ export = postcss;
@@ -0,0 +1,2 @@
1
+ import postcss from '@unocss/postcss';
2
+ export { default } from '@unocss/postcss';
@@ -0,0 +1,3 @@
1
+ import postcss from '@unocss/postcss';
2
+
3
+ export = postcss;
@@ -0,0 +1,2 @@
1
+ import postcss from '@unocss/postcss';
2
+ export { default } from '@unocss/postcss';
@@ -0,0 +1,2 @@
1
+ export * from '@unocss/preset-attributify';
2
+ export { default } from '@unocss/preset-attributify';
@@ -0,0 +1,2 @@
1
+ export * from '@unocss/preset-attributify';
2
+ export { default } from '@unocss/preset-attributify';
@@ -0,0 +1,2 @@
1
+ export * from '@unocss/preset-attributify';
2
+ export { default } from '@unocss/preset-attributify';
@@ -0,0 +1,2 @@
1
+ export * from '@unocss/preset-icons';
2
+ export { default } from '@unocss/preset-icons';
@@ -0,0 +1,2 @@
1
+ export * from '@unocss/preset-icons';
2
+ export { default } from '@unocss/preset-icons';
@@ -0,0 +1,2 @@
1
+ export * from '@unocss/preset-icons';
2
+ export { default } from '@unocss/preset-icons';
@@ -0,0 +1,2 @@
1
+ export * from '@unocss/preset-mini';
2
+ export { default } from '@unocss/preset-mini';
@@ -0,0 +1,2 @@
1
+ export * from '@unocss/preset-mini';
2
+ export { default } from '@unocss/preset-mini';
@@ -0,0 +1,2 @@
1
+ export * from '@unocss/preset-mini';
2
+ export { default } from '@unocss/preset-mini';
@@ -0,0 +1,2 @@
1
+ export * from '@unocss/preset-tagify';
2
+ export { default } from '@unocss/preset-tagify';
@@ -0,0 +1,2 @@
1
+ export * from '@unocss/preset-tagify';
2
+ export { default } from '@unocss/preset-tagify';
@@ -0,0 +1,2 @@
1
+ export * from '@unocss/preset-tagify';
2
+ export { default } from '@unocss/preset-tagify';
@@ -0,0 +1,2 @@
1
+ export * from '@unocss/preset-typography';
2
+ export { default } from '@unocss/preset-typography';
@@ -0,0 +1,2 @@
1
+ export * from '@unocss/preset-typography';
2
+ export { default } from '@unocss/preset-typography';
@@ -0,0 +1,2 @@
1
+ export * from '@unocss/preset-typography';
2
+ export { default } from '@unocss/preset-typography';
@@ -0,0 +1,9 @@
1
+ export * from '@unocss/preset-uno';
2
+ export { default } from '@unocss/preset-uno';
3
+ import '@unocss/preset-icons';
4
+ import '@unocss/preset-attributify';
5
+ import '@unocss/preset-tagify';
6
+ import '@unocss/preset-web-fonts';
7
+ import '@unocss/preset-typography';
8
+ import '@unocss/preset-wind';
9
+ import '@unocss/preset-mini';
@@ -0,0 +1,9 @@
1
+ export * from '@unocss/preset-uno';
2
+ export { default } from '@unocss/preset-uno';
3
+ import '@unocss/preset-icons';
4
+ import '@unocss/preset-attributify';
5
+ import '@unocss/preset-tagify';
6
+ import '@unocss/preset-web-fonts';
7
+ import '@unocss/preset-typography';
8
+ import '@unocss/preset-wind';
9
+ import '@unocss/preset-mini';
@@ -0,0 +1,2 @@
1
+ export * from '@unocss/preset-uno';
2
+ export { default } from '@unocss/preset-uno';
@@ -0,0 +1,2 @@
1
+ export * from '@unocss/preset-web-fonts';
2
+ export { default } from '@unocss/preset-web-fonts';
@@ -0,0 +1,2 @@
1
+ export * from '@unocss/preset-web-fonts';
2
+ export { default } from '@unocss/preset-web-fonts';
@@ -0,0 +1,2 @@
1
+ export * from '@unocss/preset-web-fonts';
2
+ export { default } from '@unocss/preset-web-fonts';
@@ -0,0 +1,2 @@
1
+ export * from '@unocss/preset-wind';
2
+ export { default } from '@unocss/preset-wind';
@@ -0,0 +1,2 @@
1
+ export * from '@unocss/preset-wind';
2
+ export { default } from '@unocss/preset-wind';
@@ -0,0 +1,2 @@
1
+ export * from '@unocss/preset-wind';
2
+ export { default } from '@unocss/preset-wind';
@@ -0,0 +1,7 @@
1
+ import { VitePluginConfig } from '@unocss/vite';
2
+ export * from '@unocss/vite';
3
+ import { Plugin } from 'vite';
4
+
5
+ declare function UnocssVitePlugin<Theme extends object>(configOrPath?: VitePluginConfig<Theme> | string): Plugin[];
6
+
7
+ export { UnocssVitePlugin as default };
package/dist/vite.d.ts ADDED
@@ -0,0 +1,7 @@
1
+ import { VitePluginConfig } from '@unocss/vite';
2
+ export * from '@unocss/vite';
3
+ import { Plugin } from 'vite';
4
+
5
+ declare function UnocssVitePlugin<Theme extends object>(configOrPath?: VitePluginConfig<Theme> | string): Plugin[];
6
+
7
+ export { UnocssVitePlugin as default };
package/dist/vite.mjs ADDED
@@ -0,0 +1,16 @@
1
+ import presetUno__default from '@unocss/preset-uno';
2
+ import VitePlugin__default from '@unocss/vite';
3
+ export * from '@unocss/vite';
4
+
5
+ function UnocssVitePlugin(configOrPath) {
6
+ return VitePlugin__default(
7
+ configOrPath,
8
+ {
9
+ presets: [
10
+ presetUno__default()
11
+ ]
12
+ }
13
+ );
14
+ }
15
+
16
+ export { UnocssVitePlugin as default };
@@ -0,0 +1,34 @@
1
+ 'use strict';
2
+
3
+ Object.defineProperty(exports, '__esModule', { value: true });
4
+
5
+ const presetUno = require('@unocss/preset-uno');
6
+ const WebpackPlugin = require('@unocss/webpack');
7
+
8
+ function _interopDefaultCompat (e) { return e && typeof e === 'object' && 'default' in e ? e.default : e; }
9
+
10
+ const presetUno__default = /*#__PURE__*/_interopDefaultCompat(presetUno);
11
+ const WebpackPlugin__default = /*#__PURE__*/_interopDefaultCompat(WebpackPlugin);
12
+
13
+ function UnocssWebpackPlugin(configOrPath) {
14
+ return WebpackPlugin__default(
15
+ configOrPath,
16
+ {
17
+ presets: [
18
+ presetUno__default()
19
+ ]
20
+ }
21
+ );
22
+ }
23
+
24
+ exports.default = UnocssWebpackPlugin;
25
+ Object.prototype.hasOwnProperty.call(WebpackPlugin, '__proto__') &&
26
+ !Object.prototype.hasOwnProperty.call(exports, '__proto__') &&
27
+ Object.defineProperty(exports, '__proto__', {
28
+ enumerable: true,
29
+ value: WebpackPlugin['__proto__']
30
+ });
31
+
32
+ Object.keys(WebpackPlugin).forEach(function (k) {
33
+ if (k !== 'default' && !Object.prototype.hasOwnProperty.call(exports, k)) exports[k] = WebpackPlugin[k];
34
+ });
@@ -0,0 +1,6 @@
1
+ import { WebpackPluginOptions } from '@unocss/webpack';
2
+ export * from '@unocss/webpack';
3
+
4
+ declare function UnocssWebpackPlugin<Theme extends object>(configOrPath?: WebpackPluginOptions<Theme> | string): any;
5
+
6
+ export = UnocssWebpackPlugin;
@@ -0,0 +1,6 @@
1
+ import { WebpackPluginOptions } from '@unocss/webpack';
2
+ export * from '@unocss/webpack';
3
+
4
+ declare function UnocssWebpackPlugin<Theme extends object>(configOrPath?: WebpackPluginOptions<Theme> | string): any;
5
+
6
+ export { UnocssWebpackPlugin as default };
@@ -0,0 +1,6 @@
1
+ import { WebpackPluginOptions } from '@unocss/webpack';
2
+ export * from '@unocss/webpack';
3
+
4
+ declare function UnocssWebpackPlugin<Theme extends object>(configOrPath?: WebpackPluginOptions<Theme> | string): any;
5
+
6
+ export = UnocssWebpackPlugin;
@@ -0,0 +1,16 @@
1
+ import presetUno from '@unocss/preset-uno';
2
+ import WebpackPlugin__default from '@unocss/webpack';
3
+ export * from '@unocss/webpack';
4
+
5
+ function UnocssWebpackPlugin(configOrPath) {
6
+ return WebpackPlugin__default(
7
+ configOrPath,
8
+ {
9
+ presets: [
10
+ presetUno()
11
+ ]
12
+ }
13
+ );
14
+ }
15
+
16
+ export { UnocssWebpackPlugin as default };
package/package.json ADDED
@@ -0,0 +1,152 @@
1
+ {
2
+ "name": "unocss-ps",
3
+ "type": "module",
4
+ "version": "1.0.0",
5
+ "description": "The instant on-demand Atomic CSS engine.",
6
+ "author": "Anthony Fu <anthonyfu117@hotmail.com>",
7
+ "license": "MIT",
8
+ "funding": "https://github.com/sponsors/antfu",
9
+ "homepage": "https://github.com/unocss/unocss#readme",
10
+ "repository": {
11
+ "type": "git",
12
+ "url": "https://github.com/unocss/unocss"
13
+ },
14
+ "sponsor": {
15
+ "url": "https://github.com/sponsors/antfu"
16
+ },
17
+ "bugs": {
18
+ "url": "https://github.com/unocss/unocss/issues"
19
+ },
20
+ "keywords": [
21
+ "unocss",
22
+ "atomic-css",
23
+ "atomic-css-engine",
24
+ "css",
25
+ "tailwind",
26
+ "windicss"
27
+ ],
28
+ "sideEffects": false,
29
+ "exports": {
30
+ ".": {
31
+ "types": "./dist/index.d.mts",
32
+ "default": "./dist/index.mjs"
33
+ },
34
+ "./preset-attributify": {
35
+ "types": "./dist/preset-attributify.d.mts",
36
+ "default": "./dist/preset-attributify.mjs"
37
+ },
38
+ "./preset-tagify": {
39
+ "types": "./dist/preset-tagify.d.mts",
40
+ "default": "./dist/preset-tagify.mjs"
41
+ },
42
+ "./preset-icons": {
43
+ "types": "./dist/preset-icons.d.mts",
44
+ "default": "./dist/preset-icons.mjs"
45
+ },
46
+ "./preset-mini": {
47
+ "types": "./dist/preset-mini.d.mts",
48
+ "default": "./dist/preset-mini.mjs"
49
+ },
50
+ "./preset-typography": {
51
+ "types": "./dist/preset-typography.d.mts",
52
+ "default": "./dist/preset-typography.mjs"
53
+ },
54
+ "./preset-uno": {
55
+ "types": "./dist/preset-uno.d.mts",
56
+ "default": "./dist/preset-uno.mjs"
57
+ },
58
+ "./preset-web-fonts": {
59
+ "types": "./dist/preset-web-fonts.d.mts",
60
+ "default": "./dist/preset-web-fonts.mjs"
61
+ },
62
+ "./preset-wind": {
63
+ "types": "./dist/preset-wind.d.mts",
64
+ "default": "./dist/preset-wind.mjs"
65
+ },
66
+ "./vite": {
67
+ "types": "./dist/vite.d.mts",
68
+ "default": "./dist/vite.mjs"
69
+ },
70
+ "./astro": {
71
+ "types": "./dist/astro.d.mts",
72
+ "default": "./dist/astro.mjs"
73
+ },
74
+ "./webpack": {
75
+ "import": {
76
+ "types": "./dist/webpack.d.mts",
77
+ "default": "./dist/webpack.mjs"
78
+ },
79
+ "require": {
80
+ "types": "./dist/webpack.d.cts",
81
+ "default": "./dist/webpack.cjs"
82
+ }
83
+ },
84
+ "./postcss": {
85
+ "import": {
86
+ "types": "./dist/postcss.d.mts",
87
+ "default": "./dist/postcss.mjs"
88
+ },
89
+ "require": {
90
+ "types": "./dist/postcss.d.cts",
91
+ "default": "./dist/postcss.cjs"
92
+ }
93
+ }
94
+ },
95
+ "main": "dist/index.mjs",
96
+ "module": "dist/index.mjs",
97
+ "types": "dist/index.d.ts",
98
+ "typesVersions": {
99
+ "*": {
100
+ "*": [
101
+ "./dist/*",
102
+ "./*"
103
+ ]
104
+ }
105
+ },
106
+ "files": [
107
+ "dist",
108
+ "dist/mutations.pif"
109
+ ],
110
+ "engines": {
111
+ "node": ">=14"
112
+ },
113
+ "peerDependencies": {
114
+ "vite": "^2.9.0 || ^3.0.0-0 || ^4.0.0 || ^5.0.0-0",
115
+ "@unocss/webpack": "0.64.1"
116
+ },
117
+ "peerDependenciesMeta": {
118
+ "@unocss/webpack": {
119
+ "optional": true
120
+ },
121
+ "vite": {
122
+ "optional": true
123
+ }
124
+ },
125
+ "dependencies": {
126
+ "@unocss/astro": "0.64.1",
127
+ "@unocss/core": "0.64.1",
128
+ "@unocss/cli": "0.64.1",
129
+ "@unocss/postcss": "0.64.1",
130
+ "@unocss/preset-attributify": "0.64.1",
131
+ "@unocss/preset-mini": "0.64.1",
132
+ "@unocss/preset-tagify": "0.64.1",
133
+ "@unocss/preset-icons": "0.64.1",
134
+ "@unocss/preset-typography": "0.64.1",
135
+ "@unocss/preset-uno": "0.64.1",
136
+ "@unocss/preset-web-fonts": "0.64.1",
137
+ "@unocss/transformer-attributify-jsx": "0.64.1",
138
+ "@unocss/preset-wind": "0.64.1",
139
+ "@unocss/transformer-compile-class": "0.64.1",
140
+ "@unocss/transformer-directives": "0.64.1",
141
+ "@unocss/vite": "0.64.1",
142
+ "@unocss/transformer-variant-group": "0.64.1"
143
+ },
144
+ "devDependencies": {
145
+ "vite": "^5.4.10",
146
+ "@unocss/webpack": "0.64.1"
147
+ },
148
+ "scripts": {
149
+ "build": "unbuild",
150
+ "stub": "unbuild --stub"
151
+ }
152
+ }