web 3d图形渲染器
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.

51 lines
1.2 KiB

  1. {
  2. "name": "optimize-css-assets-webpack-plugin",
  3. "version": "5.0.4",
  4. "description": "A Webpack plugin to optimize \\ minimize CSS assets.",
  5. "keywords": [
  6. "CSS",
  7. "duplicate",
  8. "extract-text-webpack-plugin",
  9. "minimize",
  10. "optimize",
  11. "remove",
  12. "webpack"
  13. ],
  14. "homepage": "http://github.com/NMFR/optimize-css-assets-webpack-plugin",
  15. "license": "MIT",
  16. "author": "Nuno Rodrigues",
  17. "main": "src/index.js",
  18. "repository": {
  19. "type": "git",
  20. "url": "http://github.com/NMFR/optimize-css-assets-webpack-plugin.git"
  21. },
  22. "scripts": {
  23. "test": "jest",
  24. "test:watch": "jest --watch"
  25. },
  26. "jest": {
  27. "testEnvironment": "node",
  28. "watchPathIgnorePatterns": [
  29. "<rootDir>/test/js/*.*"
  30. ]
  31. },
  32. "dependencies": {
  33. "cssnano": "^4.1.10",
  34. "last-call-webpack-plugin": "^3.0.0"
  35. },
  36. "devDependencies": {
  37. "babel-core": "^6.26.3",
  38. "babel-jest": "^26.3.0",
  39. "babel-plugin-transform-object-rest-spread": "^6.26.0",
  40. "babel-polyfill": "^6.26.0",
  41. "babel-preset-env": "^1.7.0",
  42. "css-loader": "^3.6.0",
  43. "extract-text-webpack-plugin": "next",
  44. "jest": "^26.4.2",
  45. "style-loader": "^0.20.1",
  46. "webpack": "^4.44.1"
  47. },
  48. "peerDependencies": {
  49. "webpack": "^4.0.0"
  50. }
  51. }