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.
 
 
 
 

12 lines
302 B

  1. {
  2. "main": "dist/react-select.cjs.js",
  3. "module": "dist/react-select.esm.js",
  4. "browser": {
  5. "./dist/react-select.cjs.js": "./dist/react-select.browser.cjs.js",
  6. "./dist/react-select.esm.js": "./dist/react-select.browser.esm.js"
  7. },
  8. "preconstruct": {
  9. "source": "../src/Creatable"
  10. }
  11. }