{
|
|
"name": "portal",
|
|
"version": "0.1.0",
|
|
"private": true,
|
|
"scripts": {
|
|
"dev": "webpack-dashboard — node build/dev-server.js",
|
|
"serve": "vue-cli-service serve",
|
|
"build": "vue-cli-service build",
|
|
"test:unit": "vue-cli-service test:unit",
|
|
"lint": "vue-cli-service lint"
|
|
},
|
|
"dependencies": {
|
|
"@fullcalendar/daygrid": "^5.5.0",
|
|
"@fullcalendar/interaction": "^5.5.0",
|
|
"@fullcalendar/timegrid": "^5.5.1",
|
|
"@fullcalendar/vue": "^5.5.0",
|
|
"@johmun/vue-tags-input": "^2.1.0",
|
|
"@sebgroup/frontend-tools": "^2.0.2",
|
|
"@tailwindcss/postcss7-compat": "^2.0.2",
|
|
"@vue-hero-icons/solid": "^1.6.3",
|
|
"@vue/babel-preset-app": "^4.5.11",
|
|
"@vue/cli-service-global": "^4.5.11",
|
|
"autoprefixer": "^9.8.6",
|
|
"axios": "^0.21.1",
|
|
"core-js": "^3.6.5",
|
|
"dayjs": "^1.10.3",
|
|
"dayjs-dynamic-locale": "0.0.7",
|
|
"postcss": "^7.0.35",
|
|
"postcss-import": "^12.0.1",
|
|
"postcss-loader": "^4.1.0",
|
|
"tailwindcss": "npm:@tailwindcss/postcss7-compat@^2.0.2",
|
|
"v-click-outside": "^3.1.2",
|
|
"vue": "^2.6.11",
|
|
"vue-class-component": "^7.2.3",
|
|
"vue-click-outside": "^1.1.0",
|
|
"vue-popperjs": "^2.3.0",
|
|
"vue-property-decorator": "^9.1.2",
|
|
"vue-router": "^3.2.0",
|
|
"vue-tailwindcss-typeahead": "^1.0.1",
|
|
"vue-toastification": "^1.7.11"
|
|
},
|
|
"devDependencies": {
|
|
"@vue/cli-plugin-babel": "^4.5.11",
|
|
"@vue/cli-plugin-eslint": "^4.5.11",
|
|
"@vue/cli-plugin-router": "~4.5.0",
|
|
"@vue/cli-plugin-unit-jest": "^4.5.11",
|
|
"@vue/test-utils": "^1.0.3",
|
|
"babel-eslint": "^10.1.0",
|
|
"eslint": "^6.8.0",
|
|
"eslint-plugin-vue": "^6.2.2",
|
|
"vue-clickaway": "^2.2.2",
|
|
"vue-template-compiler": "^2.6.12",
|
|
"webpack-bundle-analyzer": "^4.3.0",
|
|
"webpack-dashboard": "^3.2.1"
|
|
}
|
|
}
|