UNPKG

1.27 kBJSONView Raw
1{
2 "name": "beamwind",
3 "version": "2.0.2",
4 "description": "ready to go beamwind tailwind theme and preflight",
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/beamwind"
17 },
18 "license": "MIT",
19 "author": "Kenoxa GmbH <https://kenoxa.com>",
20 "main": "./node/beamwind.js",
21 "dependencies": {
22 "@beamwind/core": "^2.0.2",
23 "@beamwind/preflight": "^2.0.0",
24 "@beamwind/preset-tailwind": "^2.0.0"
25 },
26 "publishConfig": {
27 "access": "public"
28 },
29 "gitHead": "b1d2f0cf1af2025d2984df82c0c2f56fbc27ae54",
30 "exports": {
31 ".": {
32 "node": "./node/beamwind.js",
33 "esnext": "./esnext/beamwind.js",
34 "module": "./module/beamwind.js",
35 "script": "./script/beamwind.js",
36 "browser": "./module/beamwind.js",
37 "default": "./node/beamwind.js",
38 "types": "./types/beamwind.d.ts"
39 },
40 "./": "./"
41 },
42 "esnext": "./esnext/beamwind.js",
43 "module": "./module/beamwind.js",
44 "unpkg": "./script/beamwind.js",
45 "types": "./types/beamwind.d.ts",
46 "sideEffects": false
47}
\No newline at end of file