{ "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" } }