UNPKG

@talend/bootstrap-theme

Version:

Bootstrap theme based on Talend styleguide

59 lines (58 loc) 1.66 kB
{ "name": "@talend/bootstrap-theme", "description": "Bootstrap theme based on Talend styleguide", "main": "dist/bootstrap.js", "mainSrc": "src/index.js", "license": "Apache-2.0", "scripts": { "build:lib": "rimraf ./dist && webpack", "start": "webpack serve --mode=development", "test": "echo no test for @talend/bootstrap-theme", "test:cov": "echo no test for @talend/bootstrap-theme", "lint": "talend-scripts lint" }, "keywords": [ "talend", "theme", "bootstrap", "style" ], "author": "Talend Frontend <frontend@talend.com>", "homepage": "https://github.com/Talend/ui/tree/master/packages/theme#readme", "bugs": { "url": "https://github.com/Talend/ui/issues" }, "repository": { "type": "git", "url": "https://github.com/Talend/ui.git" }, "dependencies": { "@talend/bootstrap-sass": "^5.3.1", "@talend/design-tokens": "^3.4.4" }, "devDependencies": { "@talend/eslint-config": "^13.2.2", "@talend/eslint-plugin": "^1.3.2", "@talend/scripts-config-stylelint": "^4.2.1", "@talend/scripts-core": "^16.5.2", "copy-webpack-plugin": "^11.0.0", "css-minimizer-webpack-plugin": "^5.0.1", "css-loader": "^7.1.2", "html-webpack-plugin": "^5.6.3", "mini-css-extract-plugin": "^2.9.2", "postcss": "^8.5.6", "postcss-loader": "^8.1.1", "postcss-preset-env": "^7.8.3", "rimraf": "^5.0.10", "sass": "^1.89.2", "sass-loader": "^14.2.1", "style-loader": "^3.3.4", "webpack": "^5.99.9", "webpack-cli": "^4.10.0" }, "peerDependencies": {}, "publishConfig": { "access": "public" }, "version": "9.3.1" }