{ // TODO // create tool which installs node, npm + other global dependencies (npm-deps(1)) needed to run the application // (see umbraco for details) // maybe this can be done via the create dotnet-tool "name": "zero", "version": "0.1.0", "private": true, "scripts": { "install": "", "serve": "vue-cli-service serve", "build": "vue-cli-service build", "build-dev": "vue-cli-service build --mode development", "watch": "vue-cli-service build --mode development --watch" }, "dependencies": { "core-js": "^3.6.5", "axios": "^0.19.2", "dayjs": "^1.8.26", "flatpickr": "^4.6.3", "lodash": "*", "sortablejs": "^1.10.2", "underscore": "^1.10.2", "vue": "^2.6.11", "vue-router": "^3.2.0" }, "devDependencies": { "@vue/cli-plugin-babel": "~4.5.0", "@vue/cli-plugin-router": "~4.5.0", "@vue/cli-service": "~4.5.0", "sass": "^1.26.5", "sass-loader": "^8.0.2", "syncpack": "^5.6.10", "vue-template-compiler": "^2.6.11" } }