Update package.json and package-lock.json files
This commit is contained in:
parent
827bab48da
commit
40cefa53ba
17812
package-lock.json
generated
17812
package-lock.json
generated
File diff suppressed because it is too large
Load Diff
91
package.json
91
package.json
@ -1,6 +1,6 @@
|
||||
{
|
||||
"name": "akaunting",
|
||||
"version": "3.0.0",
|
||||
"version": "3.0.13",
|
||||
"private": true,
|
||||
"scripts": {
|
||||
"dev": "npm run development",
|
||||
@ -12,72 +12,71 @@
|
||||
"production": "mix --production"
|
||||
},
|
||||
"dependencies": {
|
||||
"@babel/plugin-syntax-dynamic-import": "^7.2.0",
|
||||
"@fullcalendar/core": "^5.11.0",
|
||||
"@fullcalendar/daygrid": "^5.11.0",
|
||||
"@fullcalendar/interaction": "^5.11.0",
|
||||
"@fullcalendar/timegrid": "^5.11.0",
|
||||
"@fullcalendar/vue": "^5.11.0",
|
||||
"@popperjs/core": "^2.11.0",
|
||||
"@sentry/tracing": "^7.17.4",
|
||||
"@sentry/vue": "^7.17.4",
|
||||
"@tailwindcss/forms": "^0.4.0",
|
||||
"@babel/plugin-syntax-dynamic-import": "^7.8.3",
|
||||
"@fullcalendar/core": "^6.1.5",
|
||||
"@fullcalendar/daygrid": "^6.1.5",
|
||||
"@fullcalendar/interaction": "^6.1.5",
|
||||
"@fullcalendar/timegrid": "^6.1.5",
|
||||
"@fullcalendar/vue": "^6.1.5",
|
||||
"@popperjs/core": "^2.11.7",
|
||||
"@sentry/tracing": "^7.47.0",
|
||||
"@sentry/vue": "^7.47.0",
|
||||
"@tailwindcss/forms": "^0.5.3",
|
||||
"@themesberg/flowbite": "^1.2.0",
|
||||
"axios": "^0.21",
|
||||
"date-fns": "^1.30.1",
|
||||
"dropzone": "^5.5.1",
|
||||
"element-ui": "^2.12.0",
|
||||
"es6-promise": "^4.1.1",
|
||||
"flatpickr": "^4.6.3",
|
||||
"fuse.js": "^3.2.0",
|
||||
"glightbox": "^3.1.0",
|
||||
"google-maps": "^3.2.1",
|
||||
"axios": "^1.3.5",
|
||||
"date-fns": "^2.29.3",
|
||||
"dropzone": "^5.9.3",
|
||||
"element-ui": "^2.15.13",
|
||||
"es6-promise": "^4.2.8",
|
||||
"flatpickr": "^4.6.13",
|
||||
"fuse.js": "^6.6.2",
|
||||
"glightbox": "^3.2.0",
|
||||
"json-schema": ">=0.4.0",
|
||||
"laravel-mix-tailwind": "^0.1.2",
|
||||
"lodash": "^4.17.21",
|
||||
"nprogress": "^0.2.0",
|
||||
"popper.js": "^1.16.1",
|
||||
"swiper": "^7.3.1",
|
||||
"swiper": "^9.2.0",
|
||||
"tailwind": "^4.0.0",
|
||||
"tailwindcss": "^3.2.1",
|
||||
"tailwindcss": "^3.3.1",
|
||||
"v-money": "^0.8.1",
|
||||
"vee-validate": "^2.2.15",
|
||||
"vue": "^2.6.10",
|
||||
"vue-clipboard2": "^0.3.1",
|
||||
"vue-flatpickr-component": "^8.1.3",
|
||||
"vue-router": "^3.1.3",
|
||||
"vue": "^2.7.14",
|
||||
"vue-clipboard2": "^0.3.3",
|
||||
"vue-flatpickr-component": "^8.1.8",
|
||||
"vue-router": "^3.6.5",
|
||||
"vue2-editor": "^2.10.3",
|
||||
"vue2-transitions": "^0.3.0",
|
||||
"vuedraggable": "^2.24.3"
|
||||
},
|
||||
"devDependencies": {
|
||||
"@babel/core": "^7.15.5",
|
||||
"@babel/preset-env": "^7.3.4",
|
||||
"@vue/cli-plugin-babel": "^3.11.0",
|
||||
"@vue/cli-plugin-eslint": "^3.11.0",
|
||||
"@vue/cli-service": "^3.11.0",
|
||||
"@vue/eslint-config-prettier": "^4.0.1",
|
||||
"@babel/core": "^7.21.4",
|
||||
"@babel/preset-env": "^7.21.4",
|
||||
"@vue/cli-plugin-babel": "^5.0.8",
|
||||
"@vue/cli-plugin-eslint": "^5.0.8",
|
||||
"@vue/cli-service": "^5.0.8",
|
||||
"@vue/eslint-config-prettier": "^7.0.1",
|
||||
"autoprefixer": "10.4.5",
|
||||
"babel-plugin-component": "^1.1.0",
|
||||
"cross-env": "^5.2.1",
|
||||
"css-loader": "^5.2.7",
|
||||
"babel-plugin-component": "^1.1.1",
|
||||
"cross-env": "^7.0.3",
|
||||
"css-loader": "^6.7.3",
|
||||
"laravel-mix": "^6.0.49",
|
||||
"mini-css-extract-plugin": "^1.6.2",
|
||||
"mini-css-extract-plugin": "^2.7.5",
|
||||
"node-sass": "^8.0.0",
|
||||
"postcss": "^8.4.6",
|
||||
"postcss-import": "^14.0.2",
|
||||
"postcss-loader": "^6.1.1",
|
||||
"postcss-nesting": "^10.1.2",
|
||||
"postcss-preset-env": "^7.4.1",
|
||||
"postcss": "^8.4.21",
|
||||
"postcss-import": "^15.1.0",
|
||||
"postcss-loader": "^7.2.4",
|
||||
"postcss-nesting": "^11.2.2",
|
||||
"postcss-preset-env": "^8.3.1",
|
||||
"sass-loader": "^13.2.2",
|
||||
"style-loader": "^2.0.0",
|
||||
"style-loader": "^3.3.2",
|
||||
"tailwindcss-dir": "^4.0.0",
|
||||
"url-loader": "^4.1.1",
|
||||
"vue-loader": "^15.9.8",
|
||||
"vue-loader": "^15.10.1",
|
||||
"vue-style-loader": "^4.1.3",
|
||||
"vue-template-compiler": "^2.6.10",
|
||||
"webpack": "^5.64.4",
|
||||
"webpack-cli": "^4.9.1"
|
||||
"vue-template-compiler": "^2.7.14",
|
||||
"webpack": "^5.78.0",
|
||||
"webpack-cli": "^5.0.1"
|
||||
},
|
||||
"browserslist": [
|
||||
"> 1%",
|
||||
|
Loading…
x
Reference in New Issue
Block a user