Skip to content

Latest commit

 

History

History
60 lines (50 loc) · 2.62 KB

DEPENDENCIES.md

File metadata and controls

60 lines (50 loc) · 2.62 KB

astexplorer.app

https://astexplorer.net with ES Modules support and Hot Reloading

Installation

This is a Node.js module available through the npm registry. It can be installed using the npm or yarn command line tools.

npm install astexplorer.app --save

Dependencies

  • @electron-forge/cli: A complete tool for building modern Electron applications
  • chalk: Terminal string styling done right
  • chokidar: Minimal and efficient cross-platform file watching library
  • electron: Build cross platform desktop apps with JavaScript, HTML, and CSS
  • electron-devtools-installer: An easy way to install Dev Tools extensions into Electron applications
  • rollup: Next-generation ES module bundler
  • rollup-plugin-typescript2: Seamless integration between Rollup and TypeScript. Now with errors.
  • ttypescript: Over TypeScript tool to use custom transformers in the tsconfig.json
  • typescript: TypeScript is a language for application scale JavaScript development

Dev Dependencies

License

MIT