forked from akaunting/akaunting
-
Notifications
You must be signed in to change notification settings - Fork 0
/
package.json
101 lines (101 loc) · 3.16 KB
/
package.json
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
84
85
86
87
88
89
90
91
92
93
94
95
96
97
98
99
100
101
{
"name": "akaunting",
"version": "3.0.13",
"private": true,
"scripts": {
"dev": "npm run development",
"development": "mix",
"watch": "mix watch",
"watch-poll": "mix watch -- --watch-options-poll=1000",
"hot": "mix watch --hot",
"prod": "npm run production",
"production": "mix --production"
},
"dependencies": {
"@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": "^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": "^9.2.0",
"tailwind": "^4.0.0",
"tailwindcss": "^3.3.6",
"v-money": "^0.8.1",
"vee-validate": "^2.2.15",
"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",
"moment": ">=2.29.4",
"qs": "^6.11.1",
"jsonwebtoken": "^9.0.2",
"ws": "^8.14.2",
"ajv": "^6.12.6"
},
"devDependencies": {
"@babel/core": "^7.23.5",
"@babel/preset-env": "^7.23.5",
"@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.1",
"cross-env": "^7.0.3",
"css-loader": "^6.7.3",
"laravel-mix": "^6.0.49",
"mini-css-extract-plugin": "^2.7.5",
"node-sass": "^8.0.0",
"postcss": "^8.4.32",
"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": "^3.3.2",
"tailwindcss-dir": "^4.0.0",
"url-loader": "^4.1.1",
"vue-loader": "^15.10.1",
"vue-style-loader": "^4.1.3",
"vue-template-compiler": "^2.7.14",
"webpack": "^5.78.0",
"webpack-cli": "^5.0.1"
},
"overrides": {
"lodash": "^4.17.21",
"moment": ">=2.29.4",
"jsonwebtoken": "^9.0.2",
"ws": "^8.14.2",
"postcss": "^8.4.32",
"ajv": "^6.12.6"
},
"browserslist": [
"> 1%",
"last 2 versions",
"not ie <= 10"
],
"author": "Akaunting Inc <[email protected]>",
"description": "Free Accounting Software"
}