{ "name": "Felicity-LIMS", "version": "0.1.0", "main": "src/main.ts", "scripts": { "dev": "vite", "vf": "vite --force", "build": "vite build", "patch1": "node ./scripts/patch1.js", "patch0": "node ./scripts/patch0.js", "patch": "node ./scripts/patch.js", "patchl": "node ./scripts/vue-apollo-patch.js" }, "dependencies": { "@antv/g2": "^4.1.32", "@editorjs/editorjs": "^2.22.2", "@fortawesome/fontawesome-svg-core": "^1.2.36", "@fortawesome/free-brands-svg-icons": "^5.15.4", "@fortawesome/free-regular-svg-icons": "^5.15.4", "@fortawesome/free-solid-svg-icons": "^5.15.4", "@fortawesome/vue-fontawesome": "^3.0.0-4", "@types/lodash-es": "^4.17.5", "@types/markdown-it": "^12.0.1", "@urql/core": "^2.3.4", "@urql/exchange-auth": "^0.1.6", "@urql/vue": "^0.5.0", "@vueform/multiselect": "^2.2.0", "graphql": "^15.4.0", "graphql-tag": "^2.11.0", "js-confetti": "^0.9.0", "jstat": "^1.9.5", "jwt-decode": "^3.1.2", "lodash-es": "^4.17.21", "markdown-it": "^12.2.0", "mitt": "^3.0.0", "moment": "^2.29.1", "notyf": "^3.10.0", "process": "^0.11.10", "react": "^17.0.2", "split.js": "^1.6.4", "sweetalert2": "^11.1.7", "tailwindcss": "^2.2.16", "urql": "^2.0.5", "vee-validate": "^4.5.4", "vue": "^3.2.19", "vue-router": "4.0.11", "vue-sweetalert2": "^5.0.2", "vue3-markdown-it": "^1.0.9", "vuedraggable": "^4.1.0", "vuex": "^4.0.2" }, "devDependencies": { "@tailwindcss/custom-forms": "^0.2.1", "@types/node": "^16.10.2", "@urql/devtools": "^2.0.3", "@vitejs/plugin-vue": "^1.9.2", "@vitejs/plugin-vue-jsx": "^1.2.0", "@vue/compiler-sfc": "^3.2.19", "autoprefixer": "^10.2.3", "eslint": "^7.9.0", "eslint-config-prettier": "^6.11.0", "eslint-plugin-prettier": "^3.1.4", "eslint-plugin-vue": "^7.18.0", "jshint": "^2.13.0", "postcss": "^8.2.4", "prettier": "^2.1.1", "typescript": "^4.4.3", "vite": "^2.6.2" } }