UNPKG

1.24 kBJSONView Raw
1{
2 "name": "@beamwind/preset-tailwind",
3 "version": "2.0.2",
4 "description": "beamwind preset mirroring tailwind default theme",
5 "keywords": [
6 "beamwind",
7 "tailwind"
8 ],
9 "homepage": "https://github.com/kenoxa/beamwind#readme",
10 "bugs": {
11 "url": "https://github.com/kenoxa/beamwind/issues"
12 },
13 "repository": {
14 "type": "git",
15 "url": "git+https://github.com/kenoxa/beamwind.git",
16 "directory": "packages/preset-tailwind"
17 },
18 "license": "MIT",
19 "author": "Kenoxa GmbH <https://kenoxa.com>",
20 "main": "./node/preset-tailwind.js",
21 "publishConfig": {
22 "access": "public"
23 },
24 "gitHead": "455ccf1ebdafc315b775b3c4f235267c617877ee",
25 "exports": {
26 ".": {
27 "node": "./node/preset-tailwind.js",
28 "esnext": "./esnext/preset-tailwind.js",
29 "module": "./module/preset-tailwind.js",
30 "script": "./script/preset-tailwind.js",
31 "browser": "./module/preset-tailwind.js",
32 "default": "./node/preset-tailwind.js",
33 "types": "./types/preset-tailwind.d.ts"
34 },
35 "./": "./"
36 },
37 "esnext": "./esnext/preset-tailwind.js",
38 "module": "./module/preset-tailwind.js",
39 "unpkg": "./script/preset-tailwind.js",
40 "types": "./types/preset-tailwind.d.ts",
41 "sideEffects": false
42}
\No newline at end of file