-
-
Notifications
You must be signed in to change notification settings - Fork 998
/
package.json
123 lines (123 loc) · 4.17 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
102
103
104
105
106
107
108
109
110
111
112
113
114
115
116
117
118
119
120
121
122
123
{
"private": true,
"scripts": {
"dev": "vite",
"build": "vite build",
"preview": "vite preview",
"optimize": "vite optimize",
"lint": "eslint --fix resources/assets/js/ --ext .js,.vue",
"clean": "prettier . --write",
"prod": "npm install && npm update && eslint --fix resources/assets/js/ --ext .js,.vue && prettier . --write && node --max_old_space_size=16384 ./node_modules/vite/bin/vite.js optimize && ./node_modules/vite/bin/vite.js build"
},
"devDependencies": {
"@babel/core": "^7.21.0",
"@babel/eslint-parser": "^7.19.1",
"@originjs/vite-plugin-commonjs": "^1.0.3",
"@popperjs/core": "^2.11.6",
"@rushstack/eslint-patch": "^1.2.0",
"@sentry/vite-plugin": "^2.4.0",
"@tailwindcss/aspect-ratio": "^0.4.2",
"@tailwindcss/forms": "^0.5.3",
"@tailwindcss/line-clamp": "^0.4.2",
"@tailwindcss/nesting": "^0.0.0-insiders.565cd3e",
"@tailwindcss/postcss7-compat": "^2.2.17",
"@tailwindcss/typography": "^0.5.9",
"@types/node": "^20.1.0",
"@vitejs/plugin-basic-ssl": "^1.0.1",
"@vitejs/plugin-legacy": "^4.0.1",
"@vitejs/plugin-vue": "^4.0.0",
"@vue/compiler-sfc": "^3.2.47",
"@vue/eslint-config-prettier": "^7.1.0",
"@vue/eslint-config-typescript": "^13.0.0",
"@vue/tsconfig": "^0.5.1",
"autoprefixer": "^10.4.13",
"babel-loader": "^9.1.2",
"chart.js": "^4.2.1",
"core-js": "^3.29.0",
"cross-env": "^7.0.3",
"eslint": "^9.1.0",
"eslint-config-airbnb-base": "^15.0.0",
"eslint-config-prettier": "^8.6.0",
"eslint-plugin-html": "^7.1.0",
"eslint-plugin-import": "^2.27.5",
"eslint-plugin-prettier": "^5.0.1",
"eslint-plugin-vue": "^9.9.0",
"font-awesome": "^4.7.0",
"html-webpack-plugin": "^5.5.0",
"js-cookie": "^3.0.1",
"laravel-mix": "^6.0.49",
"laravel-vite-plugin": "^0.8.1",
"nodemon": "^3.0.1",
"postcss": "^8.4.21",
"postcss-nesting": "^12.0.0",
"prettier": "^3.0.0",
"prettier-plugin-tailwindcss": "^0.6.8",
"resolve-url-loader": "^5.0.0",
"rollup-plugin-visualizer": "^5.9.0",
"sass": "^1.58.3",
"sass-loader": "^14.2.0",
"stylelint": "^16.3.1",
"stylelint-webpack-plugin": "^4.1.0",
"tailwindcss": "^3.2.7",
"terser": "^5.16.5",
"toasty": "^6.0.3",
"tw-elements": "^1.0.0-beta1",
"typescript": "^5.0.4",
"universal-social-auth": "^0.2.6",
"vform": "^2.1.2",
"vite": "^4.1.4",
"vite-plugin-eslint": "^1.8.1",
"vite-plugin-html": "^3.2.0",
"vite-plugin-imagemin": "^0.6.1",
"vite-plugin-inspect": "^0.8.3",
"vite-plugin-manifest-sri": "^0.1.0",
"vite-plugin-minify": "^1.5.2",
"vite-plugin-pages": "^0.31.0",
"vite-plugin-pages-sitemap": "^1.4.5",
"vite-plugin-pwa": "^0.19.7",
"vite-plugin-stylelint": "^5.2.0",
"vue": "^3.2.47",
"vue-content-loader": "^2.0.1",
"vue-github-button": "^3.1.0",
"vue-gtag-next": "^1.14.0",
"vue-sweetalert2": "^5.0.5",
"vue-template-compiler": "^2.7.14",
"vue-tippy": "^6.0.0"
},
"dependencies": {
"@fortawesome/fontawesome-free": "^6.3.0",
"@fortawesome/fontawesome-svg-core": "^6.3.0",
"@fortawesome/free-brands-svg-icons": "^6.3.0",
"@fortawesome/free-regular-svg-icons": "^6.3.0",
"@fortawesome/free-solid-svg-icons": "^6.3.0",
"@fortawesome/vue-fontawesome": "^3.0.3",
"@plugin-web-update-notification/vite": "^1.3.0",
"@rollup/plugin-inject": "^5.0.3",
"@sentry/tracing": "^7.38.0",
"@sentry/vue": "^7.38.0",
"@vueform/multiselect": "^2.5.8",
"alpinejs": "^3.11.1",
"axios": "^1.3.4",
"bootstrap": "^5.3.1",
"dropzone": "^6.0.0-beta.2",
"hideshowpassword": "^2.2.0",
"jquery": "^3.6.3",
"laravel-echo": "^1.15.0",
"lodash": "^4.17.21",
"lodash.clonedeep": "^4.5.0",
"moment": "^2.29.4",
"password-strength-meter": "^2.1.0",
"popper.js": "^1.16.1",
"pusher-js": "^8.0.1",
"requirejs": "^2.3.6",
"save-dev": "^0.0.1-security",
"vite-plugin-static-copy": "^0.17.0",
"vue-axios": "^3.5.2",
"vue-html-secure": "^1.0.10",
"vue-loader": "^17.0.1",
"vue-router": "^4.1.6",
"vuex": "^4.1.0",
"vuex-persistedstate": "^4.1.0",
"vuex-shared-mutations": "^1.0.2"
}
}