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-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-01-22 03:38:17 +08:00
|
|
|
"@fortawesome/fontawesome-svg-core": "^1.2.34",
|
|
|
|
"@fortawesome/free-brands-svg-icons": "^5.15.2",
|
|
|
|
"@fortawesome/free-regular-svg-icons": "^5.15.2",
|
|
|
|
"@fortawesome/free-solid-svg-icons": "^5.15.2",
|
|
|
|
"@fortawesome/vue-fontawesome": "^3.0.0-3",
|
2021-05-07 01:32:14 +08:00
|
|
|
"@types/markdown-it": "^12.0.1",
|
2021-02-27 19:24:39 +08:00
|
|
|
"@urql/core": "^2.0.0",
|
2021-04-18 18:54:07 +08:00
|
|
|
"@urql/exchange-auth": "^0.1.2",
|
2021-01-22 03:38:17 +08:00
|
|
|
"@urql/vue": "^0.2.1",
|
|
|
|
"@vitejs/plugin-vue": "^1.1.0",
|
2021-06-10 04:56:54 +08:00
|
|
|
"@vueform/multiselect": "^1.5.0",
|
2021-01-22 03:38:17 +08:00
|
|
|
"graphql": "^15.4.0",
|
|
|
|
"graphql-tag": "^2.11.0",
|
2021-01-23 13:02:45 +08:00
|
|
|
"jwt-decode": "^3.1.2",
|
2021-05-07 01:32:14 +08:00
|
|
|
"markdown-it": "^12.0.6",
|
|
|
|
"mitt": "^2.1.0",
|
2021-06-10 04:56:54 +08:00
|
|
|
"moment": "^2.29.1",
|
2021-04-09 06:37:58 +08:00
|
|
|
"notyf": "^3.9.0",
|
2021-01-22 03:38:17 +08:00
|
|
|
"react": "^17.0.1",
|
2021-05-27 23:56:40 +08:00
|
|
|
"split.js": "^1.6.4",
|
2021-04-09 06:37:58 +08:00
|
|
|
"sweetalert2": "^10.15.7",
|
2021-01-22 03:38:17 +08:00
|
|
|
"tailwindcss": "^2.0.2",
|
|
|
|
"urql": "^1.11.6",
|
|
|
|
"vue": "^3.0.5",
|
|
|
|
"vue-router": "^v4.0.3",
|
2021-04-09 06:37:58 +08:00
|
|
|
"vue-sweetalert2": "^4.2.1",
|
2021-05-07 01:32:14 +08:00
|
|
|
"vue3-markdown-it": "^1.0.8",
|
|
|
|
"vuedraggable": "^4.0.1",
|
2021-01-22 03:38:17 +08:00
|
|
|
"vuex": "^v4.0.0-rc.2"
|
2021-01-06 19:52:14 +08:00
|
|
|
},
|
|
|
|
"devDependencies": {
|
2021-04-09 06:37:58 +08:00
|
|
|
"@tailwindcss/custom-forms": "^0.2.1",
|
2021-01-23 13:02:45 +08:00
|
|
|
"@types/node": "^14.14.22",
|
2021-01-22 03:38:17 +08:00
|
|
|
"@vitejs/plugin-vue-jsx": "^1.0.2",
|
|
|
|
"@vue/compiler-sfc": "^3.0.0",
|
|
|
|
"autoprefixer": "^10.2.3",
|
2021-01-06 19:52:14 +08:00
|
|
|
"eslint": "^7.9.0",
|
|
|
|
"eslint-config-prettier": "^6.11.0",
|
|
|
|
"eslint-plugin-prettier": "^3.1.4",
|
|
|
|
"eslint-plugin-vue": "^6.2.2",
|
2021-01-22 03:38:17 +08:00
|
|
|
"postcss": "^8.2.4",
|
2021-01-16 00:54:31 +08:00
|
|
|
"prettier": "^2.1.1",
|
2021-01-22 03:38:17 +08:00
|
|
|
"typescript": "^4.1.3",
|
|
|
|
"vite": "^v2.0.0-beta.35"
|
2021-01-06 19:52:14 +08:00
|
|
|
}
|
|
|
|
}
|