UNPKG

@ntohq/buefy-next

Version:

Lightweight UI components for Vue.js (v3) based on Bulma

80 lines (79 loc) 2.46 kB
{ "name": "@ntohq/buefy-next", "version": "0.2.0", "description": "Lightweight UI components for Vue.js (v3) based on Bulma", "keywords": [ "vuejs", "bulma", "buefy", "nodejs", "components-library", "open-source", "css", "scss", "typescript" ], "author": "Wesley Ford <wes@wesdev.pro>", "homepage": "https://buefy.org", "license": "MIT", "main": "dist/cjs/index.js", "module": "dist/buefy.esm.js", "unpkg": "dist/buefy.min.js", "typings": "dist/buefy.d.ts", "sideEffects": [ "*.css", "*.scss" ], "files": [ "dist", "src" ], "repository": { "type": "git", "url": "git+https://github.com/ntohq/buefy-next.git" }, "bugs": { "url": "https://github.com/ntohq/buefy-next/issues" }, "scripts": { "test": "npm run lint && npm run unit:update", "unit": "vitest --run", "unit:update": "vitest -u --run", "lint": "eslint src --ext .js,.ts,.vue", "lint:fix": "eslint src --ext .js,.ts,.vue --fix", "type-check": "vue-tsc --noEmit -p tsconfig.test.json --composite false", "build": "rimraf dist && npm run build:js && npm run build:scss && npm run build:dts && npm run vetur", "build:js": "rollup -c && rollup -c --environment MINIFY", "build:dts": "rimraf temp-dts && vue-tsc -p tsconfig.types.json && api-extractor run --local && node build/augment-dts.mjs", "build:scss": "node ./build/banner.js < src/scss/buefy-build.scss | sass --stdin --load-path src/scss > dist/buefy.css && cleancss -o dist/buefy.min.css dist/buefy.css", "vetur": "node -r esm build/vetur.js" }, "peerDependencies": { "vue": "^3.0.0" }, "devDependencies": { "@babel/plugin-transform-runtime": "^7.23.2", "@babel/preset-env": "^7.23.2", "@microsoft/api-extractor": "^7.38.3", "@rollup/plugin-babel": "^6.0.4", "@rollup/plugin-commonjs": "^25.0.7", "@rollup/plugin-node-resolve": "^15.2.3", "@rollup/plugin-terser": "^0.4.4", "@testing-library/jest-dom": "^6.1.4", "@vue/test-utils": "^2.4.1", "@vue/vue3-jest": "^29.2.6", "babel-jest": "^29.7.0", "clean-css-cli": "^5.6.2", "esm": "^3.2.25", "jest": "^29.7.0", "jest-environment-jsdom": "^29.7.0", "jest-serializer-vue": "^3.1.0", "rimraf": "^5.0.5", "rollup": "^4.1.4", "rollup-plugin-esbuild": "^6.1.0", "vitest": "^0.34.6" }, "optionalDependencies": { "@rollup/rollup-linux-x64-gnu": "4.6.1" } }