felicity-lims/frontend/vite/package.json

76 lines
2.1 KiB
JSON
Raw Normal View History

2021-01-06 19:52:14 +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",
"build": "vite build"
2021-01-06 19:52:14 +08:00
},
"dependencies": {
2022-04-04 02:54:31 +08:00
"@antv/g2": "^4.1.49",
"@antv/g2plot": "^2.4.15",
"@ckeditor/ckeditor5-build-decoupled-document": "^33.0.0",
2022-04-04 02:54:31 +08:00
"@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",
2022-04-09 22:57:06 +08:00
"@tailwindcss/custom-forms": "^0.2.1",
2022-04-04 02:54:31 +08:00
"@types/lodash-es": "^4.17.6",
"@urql/core": "2.4.3",
2021-12-13 00:20:48 +08:00
"@urql/exchange-auth": "^0.1.7",
"@urql/vue": "0.6.1",
2022-04-04 02:54:31 +08:00
"@vueform/multiselect": "^2.3.3",
"@vueuse/core": "^8.2.3",
2022-08-19 22:40:02 +08:00
"@vueuse/motion": "^2.0.0-beta.12",
2022-04-04 02:54:31 +08:00
"axios": "^0.26.1",
2022-03-06 02:06:07 +08:00
"crypto-js": "^4.1.1",
2022-04-09 22:57:06 +08:00
"dayjs": "^1.11.0",
2022-04-04 02:54:31 +08:00
"graphql": "^16.3.0",
"graphql-tag": "^2.12.6",
"graphql-ws": "^5.6.4",
"js-confetti": "^0.10.2",
2021-10-24 23:22:56 +08:00
"jstat": "^1.9.5",
"jwt-decode": "^3.1.2",
"lodash-es": "^4.17.21",
2021-10-04 17:44:36 +08:00
"mitt": "^3.0.0",
2022-04-04 02:54:31 +08:00
"moment": "^2.29.2",
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",
2022-04-04 02:54:31 +08:00
"pinia": "^2.0.13",
2021-10-04 17:44:36 +08:00
"process": "^0.11.10",
2022-04-04 02:54:31 +08:00
"react": "^18.0.0",
"split.js": "^1.6.5",
2021-12-13 00:20:48 +08:00
"subscriptions-transport-ws": "^0.11.0",
2022-04-04 02:54:31 +08:00
"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",
2022-04-04 02:54:31 +08:00
"vue-router": "4.0.14",
2021-10-04 17:44:36 +08:00
"vue-sweetalert2": "^5.0.2",
2021-10-24 23:22:56 +08:00
"vuedraggable": "^4.1.0",
2021-12-23 16:56:49 +08:00
"yup": "^0.32.11"
2021-01-06 19:52:14 +08:00
},
"devDependencies": {
2022-04-04 02:54:31 +08:00
"@types/node": "^17.0.23",
2021-11-08 01:01:12 +08:00
"@urql/devtools": "^2.0.3",
2022-04-04 02:54:31 +08:00
"@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"
2021-01-06 19:52:14 +08:00
}
}