UNPKG

logic-helper

Version:

This template should help get you started developing with Vue 3 in Vite. The template uses Vue 3 `<script setup>` SFCs, check out the [script setup docs](https://v3.vuejs.org/api/sfc-script-setup.html#sfc-script-setup) to learn more.

100 lines (99 loc) 3.15 kB
{ "name": "logic-helper", "private": false, "version": "1.2.5", "scripts": { "dev": "cross-env NODE_ENV=development CUSTOM_ENV=local concurrently \"npm run start\" \"npm run server\"", "server": "node server/koa/index.js", "start": "vite", "build": "cross-env NODE_ENV=production vite build", "preview": "vite preview" }, "main": "./server/koa/index.js", "dependencies": { "@element-plus/icons": "^0.0.11", "@element-plus/icons-vue": "^1.1.4", "@vue/cli-service-global": "^4.5.17", "axios": "^0.27.2", "chalk": "^4.1.2", "codemirror": "^5.65.3", "concurrently": "^7.2.0", "copy-to-clipboard": "^3.3.3", "dayjs": "^1.11.3", "deep-equal": "^2.2.0", "deep-object-diff": "^1.1.9", "echarts": "^5.3.2", "element-plus": "^2.2.0", "flat-cache": "^3.0.4", "immutable": "^4.2.4", "js-base64": "^3.7.5", "json_dir_file": "^1.0.2", "jsonfile": "^6.1.0", "koa-route": "^3.2.0", "koa-static": "^5.0.0", "koa-websocket": "^7.0.0", "koa2": "^2.0.0-alpha.7", "lodash": "^4.17.21", "object-path": "^0.11.8", "pinia": "^2.0.14", "pinia-plugin-persist": "^1.0.0", "regenerator-runtime": "^0.13.9", "rxjs": "^7.5.6", "sortablejs": "^1.15.0", "vue": "^3.2.25", "vue-codemirror": "^5.0.0-beta.1", "vue-json-pretty": "^2.2.2", "vue-router": "^4.0.15", "vuedraggable": "^2.24.3", "vxe-table": "4.2.4-beta.1", "ws": "^8.8.1", "ws-event-bus": "^1.2.0", "xe-utils": "^3.5.4" }, "devDependencies": { "@babel/cli": "^7.16.8", "@babel/core": "^7.17.12", "@babel/generator": "^7.17.12", "@babel/plugin-external-helpers": "^7.16.7", "@babel/plugin-proposal-class-properties": "^7.16.7", "@babel/preset-env": "^7.16.11", "@rollup/plugin-alias": "^3.1.9", "@rollup/plugin-node-resolve": "^13.3.0", "@vitejs/plugin-legacy": "^1.8.2", "@vitejs/plugin-vue": "^2.3.1", "babel-loader": "^8.2.3", "babel-preset-latest": "^6.24.1", "babel-types": "^6.26.0", "concurrently": "^7.3.0", "core-js": "2", "cross-env": "^7.0.3", "dijkstrajs": "^1.0.2", "eslint": "^8.29.0", "eslint-config-airbnb-base": "^14.2.1", "eslint-config-prettier": "^8.3.0", "eslint-plugin-import": "^2.22.1", "eslint-plugin-prettier": "^3.4.0", "eslint-plugin-vue": "^9.8.0", "gogocode": "^1.0.55", "jest": "^27.5.1", "node-dijkstra": "^2.5.0", "nodemon": "^2.0.16", "sass": "^1.51.0", "stylelint": "^14.4.0", "stylelint-config-prettier": "^9.0.3", "stylelint-config-standard": "^25.0.0", "stylelint-prettier": "^2.0.0", "stylus": "^0.54.8", "vite": "^2.9.7" }, "description": "This template should help get you started developing with Vue 3 in Vite. The template uses Vue 3 `<script setup>` SFCs, check out the [script setup docs](https://v3.vuejs.org/api/sfc-script-setup.html#sfc-script-setup) to learn more.", "repository": { "type": "git", "url": "https://gitee.com/whyymj/flow-topo.git" }, "keywords": [ "logic-helper" ], "author": "whyymj", "license": "ISC" }