2021-01-06 19:52:14 +08:00
|
|
|
{
|
2022-12-28 05:29:14 +08:00
|
|
|
"name": "felicity-lims",
|
2021-01-06 19:52:14 +08:00
|
|
|
"version": "0.1.0",
|
2023-04-07 23:52:19 +08:00
|
|
|
"main": "webapp/main.ts",
|
2023-01-02 20:33:50 +08:00
|
|
|
"license": "Public",
|
2021-01-06 19:52:14 +08:00
|
|
|
"scripts": {
|
|
|
|
"dev": "vite",
|
2021-10-04 17:44:36 +08:00
|
|
|
"vf": "vite --force",
|
2023-04-08 15:07:19 +08:00
|
|
|
"build": "rm -rf static/* && vite build && cp -r dist/** static"
|
2021-01-06 19:52:14 +08:00
|
|
|
},
|
|
|
|
"dependencies": {
|
2023-01-02 20:33:50 +08:00
|
|
|
"@antv/g2": "^4.2.8",
|
|
|
|
"@antv/g2plot": "^2.4.23",
|
|
|
|
"@ckeditor/ckeditor5-build-decoupled-document": "^35.4.0",
|
|
|
|
"@editorjs/editorjs": "^2.26.4",
|
|
|
|
"@fortawesome/fontawesome-svg-core": "^6.2.1",
|
|
|
|
"@fortawesome/free-brands-svg-icons": "^6.2.1",
|
|
|
|
"@fortawesome/free-regular-svg-icons": "^6.2.1",
|
|
|
|
"@fortawesome/free-solid-svg-icons": "^6.2.1",
|
|
|
|
"@fortawesome/vue-fontawesome": "^3.0.2",
|
2022-04-04 02:54:31 +08:00
|
|
|
"@types/lodash-es": "^4.17.6",
|
2023-01-02 00:04:52 +08:00
|
|
|
"@urql/core": "^3.1.1",
|
|
|
|
"@urql/exchange-auth": "^1.0.0",
|
|
|
|
"@urql/vue": "^1.0.4",
|
2023-01-02 20:33:50 +08:00
|
|
|
"@vueform/multiselect": "^2.5.8",
|
|
|
|
"@vueuse/core": "^9.9.0",
|
|
|
|
"@vueuse/motion": "2.0.0-beta.12",
|
|
|
|
"axios": "^1.2.2",
|
2022-03-06 02:06:07 +08:00
|
|
|
"crypto-js": "^4.1.1",
|
2023-01-02 20:33:50 +08:00
|
|
|
"dayjs": "^1.11.7",
|
|
|
|
"floating-vue": "2.0.0-beta.20",
|
|
|
|
"graphql": "^16.6.0",
|
2022-04-04 02:54:31 +08:00
|
|
|
"graphql-tag": "^2.12.6",
|
2023-01-02 20:33:50 +08:00
|
|
|
"graphql-ws": "^5.11.2",
|
|
|
|
"js-confetti": "^0.11.0",
|
|
|
|
"jstat": "^1.9.6",
|
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
|
|
|
"mitt": "^3.0.0",
|
2023-01-02 20:33:50 +08:00
|
|
|
"moment": "^2.29.4",
|
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",
|
2023-01-02 20:33:50 +08:00
|
|
|
"pinia": "^2.0.28",
|
2021-10-04 17:44:36 +08:00
|
|
|
"process": "^0.11.10",
|
2023-01-02 00:04:52 +08:00
|
|
|
"react": "^18.2.0",
|
2022-04-04 02:54:31 +08:00
|
|
|
"split.js": "^1.6.5",
|
2021-12-13 00:20:48 +08:00
|
|
|
"subscriptions-transport-ws": "^0.11.0",
|
2023-01-02 20:33:50 +08:00
|
|
|
"sweetalert2": "^11.6.16",
|
2023-01-02 00:04:52 +08:00
|
|
|
"tailwindcss": "^3.2.4",
|
|
|
|
"urql": "^3.0.3",
|
2023-01-02 20:33:50 +08:00
|
|
|
"vee-validate": "^4.7.3",
|
2023-01-02 00:04:52 +08:00
|
|
|
"vite-tsconfig-paths": "^4.0.3",
|
|
|
|
"vue": "^3.2.45",
|
2023-01-02 20:33:50 +08:00
|
|
|
"vue-multiselect": "3.0.0-alpha.2",
|
2023-01-02 00:04:52 +08:00
|
|
|
"vue-router": "^4.1.6",
|
2023-01-02 20:33:50 +08:00
|
|
|
"vue-sweetalert2": "^5.0.5",
|
2021-10-24 23:22:56 +08:00
|
|
|
"vuedraggable": "^4.1.0",
|
2023-01-02 20:33:50 +08:00
|
|
|
"wonka": "^6.1.2",
|
2021-12-23 16:56:49 +08:00
|
|
|
"yup": "^0.32.11"
|
2021-01-06 19:52:14 +08:00
|
|
|
},
|
|
|
|
"devDependencies": {
|
2022-12-28 05:29:14 +08:00
|
|
|
"@tailwindcss/forms": "^0.5.3",
|
2023-01-02 00:04:52 +08:00
|
|
|
"@types/node": "^18.11.18",
|
2021-11-08 01:01:12 +08:00
|
|
|
"@urql/devtools": "^2.0.3",
|
2023-01-02 00:04:52 +08:00
|
|
|
"@vitejs/plugin-vue": "^4.0.0",
|
|
|
|
"@vitejs/plugin-vue-jsx": "^3.0.0",
|
|
|
|
"@vue/compiler-sfc": "^3.2.45",
|
|
|
|
"autoprefixer": "^10.4.13",
|
|
|
|
"eslint": "^8.31.0",
|
2022-04-04 02:54:31 +08:00
|
|
|
"eslint-config-prettier": "^8.5.0",
|
2023-01-02 00:04:52 +08:00
|
|
|
"eslint-plugin-prettier": "^4.2.1",
|
|
|
|
"eslint-plugin-vue": "^9.8.0",
|
|
|
|
"jshint": "^2.13.6",
|
|
|
|
"postcss": "^8.4.20",
|
|
|
|
"prettier": "^2.8.1",
|
|
|
|
"typescript": "^4.9.4",
|
|
|
|
"vite": "^4.0.3"
|
2021-01-06 19:52:14 +08:00
|
|
|
}
|
|
|
|
}
|