{ "name": "cugoj-ng-client", "version": "1.0.0", "private": true, "scripts": { "dev": "parcel src/index.html", "build": "parcel build --no-scope-hoist --no-cache --no-source-maps --public-url . src/index.html --dist-dir release", "clean": "rimraf *cache dist release" }, "keywords": [], "author": "", "license": "ISC", "description": "", "dependencies": { "@babel/preset-typescript": "^7.13.0", "@parcel/babel-plugin-transform-runtime": "*", "bootstrap": "^5.0.0-beta3", "element-plus": "*", "mathjax": "^3.1.2", "monaco-editor": "^0.23.0", "vue": "^3.0.11", "vue-router": "^4.0.6" }, "devDependencies": { "@parcel/transformer-vue": "2.0.0-beta.2", "parcel": "*", "rimraf": "^3.0.2" } }