less prototype, less bad code implementation of CCHM type theory
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.

27 lines
630 B

  1. {
  2. "name": "cubical-frontend",
  3. "version": "1.0.0",
  4. "description": "Web frontend for cubical",
  5. "private": true,
  6. "scripts": {
  7. "test": "echo \"Error: no test specified\" && exit 1"
  8. },
  9. "repository": {
  10. "type": "git",
  11. "url": "https://git.abby.how/abby/cubical"
  12. },
  13. "author": "Abigail",
  14. "license": "MIT",
  15. "dev-dependencies": {
  16. "typescript": "^4.2.3"
  17. },
  18. "devDependencies": {
  19. "css-loader": "^5.1.3",
  20. "file-loader": "^6.2.0",
  21. "monaco-editor-webpack-plugin": "^3.0.1",
  22. "style-loader": "^2.0.0",
  23. "ts-loader": "^8.0.18",
  24. "typescript": "^4.2.3",
  25. "webpack-cli": "^4.5.0"
  26. }
  27. }