beamwind
Version:
ready to go beamwind tailwind theme and preflight
47 lines • 1.27 kB
JSON
{
"name": "beamwind",
"version": "2.0.2",
"description": "ready to go beamwind tailwind theme and preflight",
"keywords": [
"beamwind",
"tailwind"
],
"homepage": "https://github.com/kenoxa/beamwind#readme",
"bugs": {
"url": "https://github.com/kenoxa/beamwind/issues"
},
"repository": {
"type": "git",
"url": "git+https://github.com/kenoxa/beamwind.git",
"directory": "packages/beamwind"
},
"license": "MIT",
"author": "Kenoxa GmbH <https://kenoxa.com>",
"main": "./node/beamwind.js",
"dependencies": {
"@beamwind/core": "^2.0.2",
"@beamwind/preflight": "^2.0.0",
"@beamwind/preset-tailwind": "^2.0.0"
},
"publishConfig": {
"access": "public"
},
"gitHead": "b1d2f0cf1af2025d2984df82c0c2f56fbc27ae54",
"exports": {
".": {
"node": "./node/beamwind.js",
"esnext": "./esnext/beamwind.js",
"module": "./module/beamwind.js",
"script": "./script/beamwind.js",
"browser": "./module/beamwind.js",
"default": "./node/beamwind.js",
"types": "./types/beamwind.d.ts"
},
"./": "./"
},
"esnext": "./esnext/beamwind.js",
"module": "./module/beamwind.js",
"unpkg": "./script/beamwind.js",
"types": "./types/beamwind.d.ts",
"sideEffects": false
}