-
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
/
package.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.0.3",
"@mdi/font": "7.4.47",
"@tailwindcss/typography": "^0.5.19",
"@vueuse/core": "^14.2.1",
"axios": "^1.15.2",
"dayjs": "^1.11.20",
"laravel-echo": "^2.3.4",
"lodash": "^4.18.1",
"markdown-it": "^14.1.1",
"markdown-it-attrs": "^4.3.1",
"pinia": "^3.0.4",
"pinia-orm": "^1.10.2",
"tailwindcss": "^4.2.4",
"vue": "^3.5.33",
"vue-i18n": "^11.3.2",
"vuetify": "^4.0.6",
"ziggy-js": "^2.6.2"
},
"devDependencies": {
"@eslint/js": "^10.0.1",
"@inertiajs/vite": "^3.0.3",
"@intlify/unplugin-vue-i18n": "^11.1.2",
"@tailwindcss/vite": "^4.2.4",
"@types/lodash": "^4.17.24",
"@types/markdown-it": "^14.1.2",
"@types/markdown-it-attrs": "^4.1.3",
"@types/node": "^24.12.2",
"@typescript-eslint/parser": "^8.59.0",
"@vitejs/plugin-vue": "^6.0.6",
"eslint": "^10.2.1",
"eslint-config-prettier": "^10.1.8",
"eslint-plugin-vue": "^10.9.0",
"globals": "^17.5.0",
"laravel-vite-plugin": "^3.0.1",
"prettier": "^3.8.3",
"prettier-plugin-tailwindcss": "^0.7.2",
"pusher-js": "^8.5.0",
"sass": "^1.99.0",
"typescript": "^6.0.3",
"typescript-eslint": "^8.59.0",
"vite": "^8.0.10",
"vite-plugin-vuetify": "^2.1.3",
"vue-eslint-parser": "^10.4.0",
"vue-router": "^5.0.6",
"vue-tsc": "^3.2.7"
},
"packageManager": "yarn@4.14.1"
}