No Description
You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.

package.json 1.3KB

1234567891011121314151617181920212223242526272829303132333435363738394041424344454647
  1. {
  2. "name": "@ttskch/select2-bootstrap4-theme",
  3. "version": "1.2.3",
  4. "description": "Select2 v4 theme for Bootstrap4",
  5. "main": "",
  6. "style": "select2-bootstrap4.css",
  7. "scripts": {
  8. "build": "webpack --config webpack.config.js",
  9. "build:prod": "NODE_ENV=production webpack --config webpack.config.js",
  10. "build:both": "npm run build && npm run build:prod",
  11. "prepare": "ln -sf ../dist/select2-bootstrap4.css docs/",
  12. "watch": "npm run prepare && npm run build -- --watch"
  13. },
  14. "repository": {
  15. "type": "git",
  16. "url": "git+ssh://git@github.com/ttskch/select2-bootstrap4-theme.git"
  17. },
  18. "keywords": [
  19. "select2",
  20. "theme",
  21. "bootstrap",
  22. "bootstrap4",
  23. "css",
  24. "scss"
  25. ],
  26. "author": "ttskch",
  27. "license": "MIT",
  28. "bugs": {
  29. "url": "https://github.com/ttskch/select2-bootstrap4-theme/issues"
  30. },
  31. "homepage": "https://github.com/ttskch/select2-bootstrap4-theme#readme",
  32. "devDependencies": {
  33. "autoprefixer": "^9.4.2",
  34. "bootstrap": "^4.1.3",
  35. "css-loader": "^1.0.1",
  36. "cssnano": "^4.1.7",
  37. "extract-text-webpack-plugin": "^4.0.0-beta.0",
  38. "node-sass": "^4.10.0",
  39. "postcss": "^7.0.6",
  40. "postcss-loader": "^3.0.0",
  41. "precss": "^4.0.0",
  42. "sass-loader": "^7.1.0",
  43. "style-loader": "^0.23.1",
  44. "webpack": "^4.27.0",
  45. "webpack-cli": "^3.1.2"
  46. }
  47. }