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

{
"name": "cubical-frontend",
"version": "1.0.0",
"description": "Web frontend for cubical",
"private": true,
"scripts": {
"test": "echo \"Error: no test specified\" && exit 1"
},
"repository": {
"type": "git",
"url": "https://git.abby.how/abby/cubical"
},
"author": "Abigail",
"license": "MIT",
"dev-dependencies": {
"typescript": "^4.2.3"
},
"devDependencies": {
"css-loader": "^5.1.3",
"file-loader": "^6.2.0",
"monaco-editor-webpack-plugin": "^3.0.1",
"style-loader": "^2.0.0",
"ts-loader": "^8.0.18",
"typescript": "^4.2.3",
"webpack-cli": "^4.5.0"
}
}