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.

32 lines
763 B

1 year ago
  1. {
  2. "name": "kadence",
  3. "version": "1.0.0",
  4. "private": true,
  5. "main": "inc/customizer/react/src/index.js",
  6. "dependencies": {
  7. "@fonticonpicker/react-fonticonpicker": "^1.2.0",
  8. "@wordpress/icons": "^9.7.0",
  9. "classnames": "^2.2.6",
  10. "colord": "^2.9.3",
  11. "dompurify": "^2.3.4",
  12. "gradient-parser": "^0.1.5",
  13. "prop-types": "^15.7.2",
  14. "react": "^16.13.1",
  15. "react-color": "^2.18.1",
  16. "react-dom": "^16.13.1",
  17. "react-select": "^3.1.0",
  18. "react-sortablejs": "^2.0.9",
  19. "reactcss": "^1.2.3",
  20. "webfontloader": "^1.6.28"
  21. },
  22. "devDependencies": {
  23. "@babel/preset-env": "^7.10.2",
  24. "@wordpress/scripts": "^23.3.0",
  25. "babel-cli": "^6.26.0",
  26. "babel-core": "^6.26.3"
  27. },
  28. "scripts": {
  29. "build": "wp-scripts build",
  30. "start": "wp-scripts start"
  31. }
  32. }