Skip to content
hobbsy edited this page Jul 5, 2026 · 5 revisions

A package.json is a text file defining the libraries, or dependencies, used by a repository, and their versions. Candlestick's dependencies include:

  • ffmpeg 0.7.0- FFMPEG helps with video import/export.
  • tauri api 2.9.0- API for the desktop app.
  • tauri plugin fs 2.4.4- Allows the desktop apps to interact with the file system.
  • ace-builds 1.4.12- Ace is the code editor in Wick.
  • audiobuffer-to-wav 1.0.0- Allows Wick to export audio.
  • base64-arraybuffer 0.2.0
  • bootstrap 4.1.3
  • classnames 2.5.1
  • console-feed 3.8.0
  • file-saver 2.0.5- Allows the web editor to interact with the file system.
  • gifuct-js 2.1.2- Allows for GIF import/export
  • localforage 1.10.0- Allows Wick to interact with browser cache
  • pdfjs-dist 2.16.105- Allows Wick to import/export PDFs
  • query-string 6.9.0
  • rc-slider 8.6.3
  • react 16.13.1- Wick's graphics library for the interface
  • react-ace 6.3.2
  • react-aria-menubutton 6.0.1
  • react-color 2.14.1
  • react-device-detect 1.15.0- Allows Wick to know the device's details.
  • react-dnd 11.1.3- Allows for drag-and-drop interactions.
  • react-dnd-html5-backend 11.1.3- Supplement to React-dnd.
  • react-dom 16.13.1- A supplement to React.
  • react-dropdown 1.6.4- Adds dropdowns to React
  • react-dropzone 8.0.3
  • react-hotkeys 2.0.0- Allows hotkey interactions.
  • react-measure 2.3.0
  • react-modal 3.16.3- Handles the editor modals
  • react-numeric-input 2.2.3- Transformation editing in Inspector
  • react-popover 0.5.10
  • react-reflex 3.0.6- Allows for resizable panels
  • react-resize-detector 3.1.3- Detects window resize
  • react-rnd 10.5.2
  • react-scripts 5.0.1- Handles the running of Wick locally in development
  • react-select 2.1.0
  • react-sizeme 2.6.12
  • react-spinners 0.9.0
  • react-tabs 3.0.0
  • react-tiny-popover 5.1.0
  • react-toastify 4.5.2- Used for editor notifications
  • react-tooltip 4.2.7
  • reactstrap 6.5.0
  • tinycolor2 1.6.0
  • underscore 1.13.7
  • url-parse 1.5.10

I'm too lazy to explain the rest, this is the important stuff anyway :P

HELLO!! Go to the forums for a lot of info overload!

Clone this wiki locally