-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathpackage.json
More file actions
60 lines (60 loc) · 1.9 KB
/
Copy pathpackage.json
File metadata and controls
60 lines (60 loc) · 1.9 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
{
"private": true,
"type": "module",
"scripts": {
"dev": "vite",
"build": "vue-tsc && vite build",
"build-dev": "vue-tsc && vite build -m development",
"serve": "vite preview",
"lint": "eslint \"resources/**/*.{ts,vue}\"",
"prettify": "prettier --write resources"
},
"dependencies": {
"@inertiajs/vue3": "^3.6.0",
"@mdi/font": "7.4.47",
"@tailwindcss/typography": "^0.5.20",
"@vueuse/core": "^14.3.0",
"axios": "^1.18.1",
"dayjs": "^1.11.21",
"laravel-echo": "^2.3.7",
"lodash": "^4.18.1",
"markdown-it": "^14.3.0",
"markdown-it-attrs": "^5.0.0",
"pinia": "^3.0.4",
"pinia-orm": "^1.10.2",
"tailwindcss": "^4.3.2",
"vue": "^3.5.39",
"vue-i18n": "^11.4.6",
"vuetify": "^4.1.3",
"ziggy-js": "^2.6.3"
},
"devDependencies": {
"@eslint/js": "^10.0.1",
"@inertiajs/vite": "^3.6.0",
"@intlify/unplugin-vue-i18n": "^11.2.4",
"@tailwindcss/vite": "^4.3.2",
"@types/lodash": "^4.17.24",
"@types/markdown-it": "^14.1.2",
"@types/markdown-it-attrs": "^4.1.3",
"@types/node": "^24.13.2",
"@typescript-eslint/parser": "^8.62.1",
"@vitejs/plugin-vue": "^6.0.7",
"eslint": "^10.6.0",
"eslint-config-prettier": "^10.1.8",
"eslint-plugin-vue": "^10.9.2",
"globals": "^17.7.0",
"laravel-vite-plugin": "^3.1.0",
"prettier": "^3.9.4",
"prettier-plugin-tailwindcss": "^0.8.0",
"pusher-js": "^8.5.0",
"sass": "^1.101.0",
"typescript": "^6.0.3",
"typescript-eslint": "^8.62.1",
"vite": "^8.1.3",
"vite-plugin-vuetify": "^2.1.3",
"vue-eslint-parser": "^10.4.1",
"vue-router": "^5.1.0",
"vue-tsc": "^3.3.6"
},
"packageManager": "yarn@4.17.0"
}