mirror of
https://github.com/beak-insights/felicity-lims.git
synced 2025-02-23 16:33:11 +08:00
75 lines
2.1 KiB
JSON
75 lines
2.1 KiB
JSON
{
|
|
"name": "Felicity-LIMS",
|
|
"version": "0.1.0",
|
|
"main": "src/main.ts",
|
|
"scripts": {
|
|
"dev": "vite",
|
|
"vf": "vite --force",
|
|
"build": "vite build"
|
|
},
|
|
"dependencies": {
|
|
"@antv/g2": "^4.1.49",
|
|
"@antv/g2plot": "^2.4.15",
|
|
"@ckeditor/ckeditor5-build-decoupled-document": "^33.0.0",
|
|
"@editorjs/editorjs": "^2.23.2",
|
|
"@fortawesome/fontawesome-svg-core": "^6.1.1",
|
|
"@fortawesome/free-brands-svg-icons": "^6.1.1",
|
|
"@fortawesome/free-regular-svg-icons": "^6.1.1",
|
|
"@fortawesome/free-solid-svg-icons": "^6.1.1",
|
|
"@fortawesome/vue-fontawesome": "^3.0.0-5",
|
|
"@tailwindcss/custom-forms": "^0.2.1",
|
|
"@types/lodash-es": "^4.17.6",
|
|
"@urql/core": "2.4.3",
|
|
"@urql/exchange-auth": "^0.1.7",
|
|
"@urql/vue": "0.6.1",
|
|
"@vueform/multiselect": "^2.3.3",
|
|
"@vueuse/core": "^8.2.3",
|
|
"@vueuse/motion": "^2.0.0-beta.12",
|
|
"axios": "^0.26.1",
|
|
"crypto-js": "^4.1.1",
|
|
"dayjs": "^1.11.0",
|
|
"graphql": "^16.3.0",
|
|
"graphql-tag": "^2.12.6",
|
|
"graphql-ws": "^5.6.4",
|
|
"js-confetti": "^0.10.2",
|
|
"jstat": "^1.9.5",
|
|
"jwt-decode": "^3.1.2",
|
|
"lodash-es": "^4.17.21",
|
|
"mitt": "^3.0.0",
|
|
"moment": "^2.29.2",
|
|
"notyf": "^3.10.0",
|
|
"pdf-lib": "^1.17.1",
|
|
"pinia": "^2.0.13",
|
|
"process": "^0.11.10",
|
|
"react": "^18.0.0",
|
|
"split.js": "^1.6.5",
|
|
"subscriptions-transport-ws": "^0.11.0",
|
|
"sweetalert2": "^11.4.8",
|
|
"tailwindcss": "^3.0.23",
|
|
"urql": "^2.2.0",
|
|
"vee-validate": "^4.5.10",
|
|
"vue": "^3.2.31",
|
|
"vue-multiselect": "^3.0.0-alpha.2",
|
|
"vue-router": "4.0.14",
|
|
"vue-sweetalert2": "^5.0.2",
|
|
"vuedraggable": "^4.1.0",
|
|
"yup": "^0.32.11"
|
|
},
|
|
"devDependencies": {
|
|
"@types/node": "^17.0.23",
|
|
"@urql/devtools": "^2.0.3",
|
|
"@vitejs/plugin-vue": "^2.3.1",
|
|
"@vitejs/plugin-vue-jsx": "^1.3.9",
|
|
"@vue/compiler-sfc": "^3.2.31",
|
|
"autoprefixer": "^10.4.4",
|
|
"eslint": "^8.12.0",
|
|
"eslint-config-prettier": "^8.5.0",
|
|
"eslint-plugin-prettier": "^4.0.0",
|
|
"eslint-plugin-vue": "^8.5.0",
|
|
"jshint": "^2.13.4",
|
|
"postcss": "^8.4.12",
|
|
"prettier": "^2.6.2",
|
|
"typescript": "^4.6.3",
|
|
"vite": "^2.9.1"
|
|
}
|
|
}
|