UNPKG

@bolt/build-tools

Version:

Curated collection of front-end build tools in the Bolt Design System.

132 lines (131 loc) 3.87 kB
{ "name": "@bolt/build-tools", "version": "5.9.0", "description": "Curated collection of front-end build tools in the Bolt Design System.", "keywords": [ "bolt", "bolt design system", "build tools" ], "homepage": "https://boltdesignsystem.com", "bugs": "https://github.com/bolt-design-system/bolt/issues", "repository": "https://github.com/bolt-design-system/bolt/tree/master/packages/build-tools", "license": "MIT", "main": "index.js", "bin": { "bolt": "index.js" }, "scripts": { "test": "FORCE_COLOR=1 npx lerna exec --scope @bolt/build-tools--test* --concurrency 1 -- yarn run test" }, "browserslist": [ "extends @bolt/browserslist-config" ], "dependencies": { "@babel/core": "^7.13.8", "@bolt/api": "^5.8.0", "@bolt/babel-preset-bolt": "^5.0.0", "@bolt/browserslist-config": "^5.0.0", "@bolt/build-utils": "^5.4.0", "@bolt/file-passthrough-loader": "^5.9.0", "@bolt/sass-export-data": "^5.0.0", "@bolt/sassdoc-webpack-plugin": "^5.4.0", "@bolt/svg-transform-loader": "^5.9.0", "@bolt/twig-renderer": "^5.8.0", "@octokit/core": "^2.4.0", "@octokit/plugin-throttling": "^3.2.0", "@octokit/rest": "^16.43.1", "address": "^1.1.2", "array-sort": "^1.0.0", "autoprefixer": "^9.7.4", "babel-loader": "^8.0.6", "better-opn": "^1.0.0", "browser-sync": "^2.26.7", "cache-loader": "^4.1.0", "camelcase": "^5.3.1", "chalk": "^3.0.0", "check-links": "^1.1.8", "cheerio": "^1.0.0-rc.3", "chokidar": "^3.3.1", "clean-css-loader": "^2.0.0", "commander": "^2.20.0", "copy-webpack-plugin": "^5.1.1", "cosmiconfig": "^5.2.1", "css-hot-loader": "^1.4.4", "css-loader": "^3.4.2", "cssnano": "^4.1.10", "deepmerge": "^4.2.2", "del": "^5.1.0", "ejs": "^3.0.1", "eslint": "^6.8.0", "eslint-loader": "^3.0.3", "express": "^4.17.1", "file-loader": "^5.0.2", "front-matter": "^3.1.0", "fs-extra": "^8.1.0", "glob": "^7.1.6", "glob-promise": "^3.4.0", "globby": "^11.0.0", "hard-source-webpack-plugin-patch": "^0.13.3", "incache": "^7.2.1", "json-loader": "^0.5.7", "json-schema-ref-parser": "^7.1.3", "lodash.debounce": "^4.0.8", "marked": "^0.8.0", "mini-css-extract-plugin": "^0.9.0", "mkdirp": "^0.5.1", "node-cache": "^5.1.0", "node-sass": "^4.14.1", "npm-sass": "^3.0.0", "optimize-css-assets-webpack-plugin": "^5.0.3", "ora": "^4.0.3", "portfinder": "^1.0.25", "postcss-discard-duplicates": "^4.0.2", "postcss-loader": "^3.0.0", "postcss-scss": "^2.0.0", "preact": "^10.2.1", "prettier": "^1.19.1", "raw-loader": "^4.0.0", "resolve": "^1.15.0", "resolve-url-loader": "^3.1.1", "sass-loader": "^8.0.2", "sassdoc": "^2.7.1", "sassdoc-theme-default": "^2.8.3", "semver": "^7.1.2", "shelljs": "^0.8.4", "string-replace-loader": "^2.2.0", "style-loader": "^1.1.3", "svg-sprite-loader": "^4.2.1", "svgo": "^1.3.2", "svgo-loader": "^2.2.1", "svgson": "^5.2.1", "terser-webpack-plugin": "^2.3.4", "ts-loader": "^6.2.1", "typescript": "^3.7.5", "uppercamelcase": "^3.0.0", "url-loader": "^3.0.0", "webpack": "^4.42.1", "webpack-cli": "^3.3.11", "webpack-dev-middleware": "^3.7.2", "webpack-hot-middleware": "^2.25.0", "webpack-manifest-plugin": "^2.2.0", "webpack-merge": "^4.2.2", "yaml-loader": "^0.6.0", "yargs": "^15.1.0" }, "optionalDependencies": { "sass": "^1.25.0" }, "publishConfig": { "access": "public" }, "gitHead": "ed398c4cd7fac2500e601e662f3a43725a0f38c5", "maintainers": [ { "name": "Salem Ghoweri", "email": "me@salemghoweri.com", "web": "https://github.com/sghoweri" } ], "schema": "utils/config.schema.yml" }