akaunting/package.json

89 lines
2.8 KiB
JSON
Raw Normal View History

2019-11-16 10:21:14 +03:00
{
"name": "akaunting",
2022-06-01 10:15:55 +03:00
"version": "3.0.0",
2019-11-16 10:21:14 +03:00
"private": true,
"scripts": {
"dev": "npm run development",
2021-12-03 15:44:24 +03:00
"development": "mix",
"watch": "mix watch",
"watch-poll": "mix watch -- --watch-options-poll=1000",
"hot": "mix watch --hot",
2019-11-16 10:21:14 +03:00
"prod": "npm run production",
2021-12-03 15:44:24 +03:00
"production": "mix --production"
2019-11-16 10:21:14 +03:00
},
"dependencies": {
"@babel/plugin-syntax-dynamic-import": "^7.2.0",
2022-06-01 10:15:55 +03:00
"@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",
2022-11-09 13:20:16 +03:00
"@sentry/tracing": "^7.17.4",
"@sentry/vue": "^7.17.4",
2022-06-01 10:15:55 +03:00
"@tailwindcss/forms": "^0.4.0",
"@themesberg/flowbite": "^1.2.0",
2021-01-19 17:56:07 +06:00
"axios": "^0.21",
2019-11-16 10:21:14 +03:00
"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",
2022-06-01 10:15:55 +03:00
"glightbox": "^3.1.0",
2019-11-16 10:21:14 +03:00
"google-maps": "^3.2.1",
2021-12-03 14:53:08 +03:00
"json-schema": ">=0.4.0",
2022-06-01 10:15:55 +03:00
"laravel-mix-tailwind": "^0.1.2",
2021-01-19 17:56:07 +06:00
"lodash": "^4.17.15",
2019-11-16 10:21:14 +03:00
"nprogress": "^0.2.0",
2022-06-01 10:15:55 +03:00
"popper.js": "^1.16.1",
"swiper": "^7.3.1",
"tailwind": "^4.0.0",
2022-10-26 13:49:49 +03:00
"tailwindcss": "^3.2.1",
2019-11-16 10:21:14 +03:00
"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",
2022-06-01 10:15:55 +03:00
"vue2-editor": "^2.10.3",
2021-12-03 14:53:08 +03:00
"vue2-transitions": "^0.3.0"
2019-11-16 10:21:14 +03:00
},
"devDependencies": {
2022-06-01 10:15:55 +03:00
"@babel/core": "^7.15.5",
"@babel/preset-env": "^7.3.4",
2019-11-16 10:21:14 +03:00
"@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",
2022-06-01 10:15:55 +03:00
"autoprefixer": "10.4.5",
2019-11-16 10:21:14 +03:00
"babel-plugin-component": "^1.1.0",
2021-12-03 15:44:24 +03:00
"cross-env": "^5.2.1",
2022-06-01 10:15:55 +03:00
"css-loader": "^5.2.7",
"laravel-mix": "^6.0.43",
"mini-css-extract-plugin": "^1.6.2",
"node-sass": "^7.0.1",
"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",
2021-12-03 14:53:08 +03:00
"sass-loader": "^12.3.0",
2022-06-01 10:15:55 +03:00
"style-loader": "^2.0.0",
"tailwindcss-dir": "^4.0.0",
"url-loader": "^4.1.1",
2021-12-03 15:44:24 +03:00
"vue-loader": "^15.9.8",
2022-06-01 10:15:55 +03:00
"vue-style-loader": "^4.1.3",
2021-12-03 15:44:24 +03:00
"vue-template-compiler": "^2.6.10",
"webpack": "^5.64.4",
2022-06-01 10:15:55 +03:00
"webpack-cli": "^4.9.1"
2019-11-16 10:21:14 +03:00
},
"browserslist": [
"> 1%",
"last 2 versions",
"not ie <= 10"
],
"author": "Akaunting Inc <info@akaunting.com>",
"description": "Free Accounting Software"
}