UNPKG

@cssninja/bulma-css-vars

Version:
75 lines 1.73 kB
{ "name": "@cssninja/bulma-css-vars", "version": "0.9.3", "description": "Bulma with CSS variables", "keywords": [ "bulma", "bulma.io", "CSS Variables" ], "main": "./dist/cjs/index.js", "browser": "./dist/esm/index.js", "module": "./dist/esm/index.js", "types": "./dist/types/index.d.ts", "exports": { ".": { "import": "./dist/esm/index.js", "require": "./dist/cjs/index.js" }, "./*.sass": { "sass": "./*.sass", "style": "./*.sass", "default": "./*.sass" }, "./*": { "import": "./dist/esm/*.js", "require": "./dist/cjs/*.js" } }, "files": [ "/dist", "/bin", "/*.sass" ], "bin": { "bulma-css-vars": "bin/bulma-css-vars.cjs" }, "author": "Thomas Wirth <thomas@wtho.de>", "repository": { "type": "git", "url": "https://github.com/cssninjaStudio/bulma-css-vars" }, "license": "MIT", "engines": { "node": ">= 10.0.0" }, "dependencies": { "color": "^4.2.1", "css": "^3.0.0", "mkdirp": "^1.0.4" }, "peerDependencies": { "bulma": "^0.9.3" }, "devDependencies": { "@types/color": "^3.0.3", "@types/css": "^0.0.33", "@types/jest": "^27.4.1", "@types/mkdirp": "^1.0.2", "@types/node": "^17.0.22", "@types/sass": "^1.43.1", "jest": "^27.5.1", "prettier": "^2.6.0", "sass": "^1.49.9", "ts-jest": "^27.1.3", "ts-loader": "^9.2.8", "typescript": "^4.6.2", "webpack": "^5.70.0", "webpack-cli": "^4.9.2" }, "scripts": { "build": "tsc -p tsconfig.json && tsc -p tsconfig-esm.json && webpack", "test": "jest", "release": "npx standard-version && git push --follow-tags origin master && npm publish" } }