-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathpackage.json
More file actions
82 lines (82 loc) · 2.52 KB
/
package.json
File metadata and controls
82 lines (82 loc) · 2.52 KB
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
{
"private": true,
"type": "module",
"scripts": {
"dev": "vite",
"build": "npm run type-check && vite build && vite build --ssr",
"type-check": "vue-tsc --noEmit",
"lint": "eslint src --ext .ts,.vue"
},
"devDependencies": {
"@inertiajs/vue3": "^1.0.14",
"@mdi/js": "^7.3.67",
"@prettier/plugin-pug": "^3.0.0",
"@tailwindcss/forms": "^0.5.2",
"@tailwindcss/typography": "^0.5.2",
"@trivago/prettier-plugin-sort-imports": "^4.3.0",
"@types/jquery": "^3.5.29",
"@types/node": "^20.10.2",
"@types/ziggy-js": "^1.8.0",
"@typescript-eslint/eslint-plugin": "^6.13.1",
"@typescript-eslint/parser": "^6.13.1",
"@vitejs/plugin-vue": "^4.5.1",
"@vitejs/plugin-vue-jsx": "^3.1.0",
"@vue-macros/volar": "^0.17.4",
"@vue/eslint-config-typescript": "^12.0.0",
"@vue/language-plugin-pug": "^1.8.24",
"@vue/server-renderer": "^3.3.9",
"@vue/tsconfig": "^0.4.0",
"@vueuse/core": "^10.6.1",
"autoprefixer": "^10.4.7",
"axios": "^1.6.1",
"cssnano": "^6.0.1",
"eslint": "^8.55.0",
"eslint-config-prettier": "^9.1.0",
"eslint-plugin-import": "^2.29.0",
"eslint-plugin-jquery": "^1.5.1",
"eslint-plugin-prettier": "^5.0.1",
"eslint-plugin-vue": "^9.19.2",
"http-status-codes": "^2.3.0",
"jquery": "^3.7.1",
"laravel-precognition-vue": "^0.5.2",
"laravel-vite-plugin": "^0.8.0",
"pm2": "^5.3.0",
"postcss": "^8.4.14",
"postcss-import": "^15.1.0",
"prettier": "^3.1.0",
"prettier-plugin-sort-json": "^3.1.0",
"prettier-plugin-tailwindcss": "^0.5.7",
"pug": "^3.0.2",
"pug-plain-loader": "^1.1.0",
"sass": "^1.69.5",
"sass-loader": "^13.3.2",
"tailwindcss": "^3.1.0",
"typescript": "^5.3.2",
"unplugin-auto-import": "^0.17.1",
"unplugin-vue-components": "^0.25.2",
"unplugin-vue-macros": "^2.7.0",
"vite": "^4.5.3",
"vite-plugin-eslint": "^1.8.1",
"vite-plugin-inspect": "^0.8.1",
"vite-plugin-pwa": "^0.17.2",
"vite-plugin-vuetify": "^1.0.2",
"vue": "^3.3.9",
"vue-eslint-parser": "^9.3.2",
"vue-i18n": "^9.8.0",
"vue-tsc": "^1.8.24",
"vuetify": "^3.4.4",
"ziggy-js": "^1.8.1"
},
"dependencies": {
"@morev/vue-transitions": "^2.3.6",
"@vueup/vue-quill": "^1.2.0",
"aos": "^2.3.4",
"tsparticles-slim": "^2.12.0",
"vue-countup-v3": "^1.4.0",
"vue-recaptcha-v3": "^2.0.1",
"vue3-emoji-picker": "^1.1.8",
"vue3-particles": "^2.12.0",
"vue3-persian-datetime-picker": "^1.2.2",
"vue3-toastify": "^0.1.14"
}
}