2021-01-06 19:52:14 +08:00
|
|
|
{
|
2021-01-22 03:38:17 +08:00
|
|
|
"name": "Felicity-LIMS",
|
2021-01-06 19:52:14 +08:00
|
|
|
"version": "0.1.0",
|
|
|
|
"main": "src/main.ts",
|
|
|
|
"scripts": {
|
|
|
|
"dev": "vite",
|
2021-10-04 17:44:36 +08:00
|
|
|
"vf": "vite --force",
|
2021-01-22 03:38:17 +08:00
|
|
|
"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"
|
2021-01-06 19:52:14 +08:00
|
|
|
},
|
|
|
|
"dependencies": {
|
2021-10-24 23:22:56 +08:00
|
|
|
"@antv/g2": "^4.1.32",
|
|
|
|
"@editorjs/editorjs": "^2.22.2",
|
2021-10-04 17:44:36 +08:00
|
|
|
"@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",
|
2021-10-23 18:51:28 +08:00
|
|
|
"@types/lodash-es": "^4.17.5",
|
2021-05-07 01:32:14 +08:00
|
|
|
"@types/markdown-it": "^12.0.1",
|
2021-12-13 00:20:48 +08:00
|
|
|
"@urql/core": "2.3.6",
|
|
|
|
"@urql/exchange-auth": "^0.1.7",
|
|
|
|
"@urql/vue": "0.6.1",
|
2021-10-04 17:44:36 +08:00
|
|
|
"@vueform/multiselect": "^2.2.0",
|
2021-01-22 03:38:17 +08:00
|
|
|
"graphql": "^15.4.0",
|
|
|
|
"graphql-tag": "^2.11.0",
|
2021-12-13 00:20:48 +08:00
|
|
|
"graphql-ws": "^5.5.5",
|
2021-10-23 18:51:28 +08:00
|
|
|
"js-confetti": "^0.9.0",
|
2021-10-24 23:22:56 +08:00
|
|
|
"jstat": "^1.9.5",
|
2021-01-23 13:02:45 +08:00
|
|
|
"jwt-decode": "^3.1.2",
|
2021-10-23 18:51:28 +08:00
|
|
|
"lodash-es": "^4.17.21",
|
2021-10-04 17:44:36 +08:00
|
|
|
"markdown-it": "^12.2.0",
|
|
|
|
"mitt": "^3.0.0",
|
2021-06-10 04:56:54 +08:00
|
|
|
"moment": "^2.29.1",
|
2021-10-04 17:44:36 +08:00
|
|
|
"notyf": "^3.10.0",
|
2021-11-28 18:42:56 +08:00
|
|
|
"pdf-lib": "^1.17.1",
|
2021-10-04 17:44:36 +08:00
|
|
|
"process": "^0.11.10",
|
|
|
|
"react": "^17.0.2",
|
2021-05-27 23:56:40 +08:00
|
|
|
"split.js": "^1.6.4",
|
2021-12-13 00:20:48 +08:00
|
|
|
"subscriptions-transport-ws": "^0.11.0",
|
2021-10-04 17:44:36 +08:00
|
|
|
"sweetalert2": "^11.1.7",
|
|
|
|
"tailwindcss": "^2.2.16",
|
|
|
|
"urql": "^2.0.5",
|
2021-10-25 02:28:58 +08:00
|
|
|
"vee-validate": "^4.5.4",
|
2021-11-12 05:30:10 +08:00
|
|
|
"vue": "^3.2.21",
|
2021-10-04 17:44:36 +08:00
|
|
|
"vue-router": "4.0.11",
|
|
|
|
"vue-sweetalert2": "^5.0.2",
|
|
|
|
"vue3-markdown-it": "^1.0.9",
|
2021-10-24 23:22:56 +08:00
|
|
|
"vuedraggable": "^4.1.0",
|
2021-12-23 16:56:49 +08:00
|
|
|
"vuex": "^4.0.2",
|
|
|
|
"yup": "^0.32.11"
|
2021-01-06 19:52:14 +08:00
|
|
|
},
|
|
|
|
"devDependencies": {
|
2021-04-09 06:37:58 +08:00
|
|
|
"@tailwindcss/custom-forms": "^0.2.1",
|
2021-10-04 17:44:36 +08:00
|
|
|
"@types/node": "^16.10.2",
|
2021-11-08 01:01:12 +08:00
|
|
|
"@urql/devtools": "^2.0.3",
|
2021-10-04 17:44:36 +08:00
|
|
|
"@vitejs/plugin-vue": "^1.9.2",
|
|
|
|
"@vitejs/plugin-vue-jsx": "^1.2.0",
|
|
|
|
"@vue/compiler-sfc": "^3.2.19",
|
2021-01-22 03:38:17 +08:00
|
|
|
"autoprefixer": "^10.2.3",
|
2021-11-12 05:30:10 +08:00
|
|
|
"eslint": "^8.2.0",
|
2021-01-06 19:52:14 +08:00
|
|
|
"eslint-config-prettier": "^6.11.0",
|
|
|
|
"eslint-plugin-prettier": "^3.1.4",
|
2021-11-12 05:30:10 +08:00
|
|
|
"eslint-plugin-vue": "^8.0.3",
|
2021-06-12 15:16:30 +08:00
|
|
|
"jshint": "^2.13.0",
|
2021-01-22 03:38:17 +08:00
|
|
|
"postcss": "^8.2.4",
|
2021-11-12 05:30:10 +08:00
|
|
|
"prettier": "^2.4.1",
|
|
|
|
"typescript": "^4.4.4",
|
|
|
|
"vite": "^2.6.14"
|
2021-01-06 19:52:14 +08:00
|
|
|
}
|
|
|
|
}
|