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.

58 lines
1.7 KiB

4 years ago
  1. {
  2. "name": "terminal",
  3. "version": "2.1.0",
  4. "main": "index.js",
  5. "author": "Radosław Kozieł <@panr> <radoslaw.koziel@gmail.com>",
  6. "license": "MIT",
  7. "browserslist": [
  8. "last 2 versions",
  9. ">1%",
  10. "not dead"
  11. ],
  12. "scripts": {
  13. "dev": "webpack --mode=development --watch",
  14. "build": "webpack --mode=production"
  15. },
  16. "devDependencies": {
  17. "@babel/cli": "^7.2.3",
  18. "@babel/core": "^7.2.2",
  19. "@babel/parser": "^7.4.2",
  20. "@babel/plugin-transform-runtime": "^7.2.0",
  21. "@babel/preset-env": "^7.3.1",
  22. "@babel/preset-stage-2": "^7.0.0",
  23. "angular-html-parser": "^1.2.0",
  24. "babel-eslint": "^10.1.0",
  25. "babel-loader": "^8.0.5",
  26. "browserslist": "^4.0.1",
  27. "clean-webpack-plugin": "^3.0.0",
  28. "clipboard": "^2.0.4",
  29. "css-loader": "^5.1.3",
  30. "cssnano": "^4.1.8",
  31. "eslint-config-airbnb": "^18.2.0",
  32. "eslint-config-prettier": "^8.1.0",
  33. "eslint-plugin-jsx-a11y": "^6.2.1",
  34. "file-loader": "^6.1.0",
  35. "html-webpack-plugin": "^5.3.1",
  36. "husky": "^5.1.3",
  37. "mini-css-extract-plugin": "^1.3.9",
  38. "postcss": "^8.2.8",
  39. "postcss-browser-reporter": "^0.6.0",
  40. "postcss-cli": "^8.3.1",
  41. "postcss-color-function": "^4.0.1",
  42. "postcss-color-mod-function": "^3.0.3",
  43. "postcss-import": "^14.0.0",
  44. "postcss-loader": "^5.2.0",
  45. "postcss-mixins": "^7.0.3",
  46. "postcss-nested": "^5.0.5",
  47. "postcss-preset-env": "^6.7.0",
  48. "postcss-reporter": "^7.0.2",
  49. "postcss-url": "^10.1.3",
  50. "prettier-eslint-cli": "^5.0.0",
  51. "ramda": "^0.27.1",
  52. "style-loader": "^2.0.0",
  53. "uglifyjs-webpack-plugin": "^2.2.0",
  54. "url-loader": "^4.1.0",
  55. "webpack": "^5.27.1",
  56. "webpack-cli": "^4.5.0"
  57. }
  58. }