-
-
Notifications
You must be signed in to change notification settings - Fork 44
Expand file tree
/
Copy pathpackage.json
More file actions
68 lines (68 loc) · 2.31 KB
/
Copy pathpackage.json
File metadata and controls
68 lines (68 loc) · 2.31 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
{
"private": true,
"type": "module",
"scripts": {
"build": "vite build",
"dev": "vite",
"lint": "eslint .",
"lint:fix": "eslint . --fix",
"format": "prettier --check .",
"format:fix": "prettier --write .",
"typecheck": "vue-tsc --noEmit"
},
"devDependencies": {
"@eslint/js": "^10.0.1",
"@inertiajs/vite": "^3.7.0",
"@laravel/vite-plugin-wayfinder": "^0.1.7",
"@tailwindcss/forms": "^0.5.11",
"@tailwindcss/typography": "^0.5.20",
"@tailwindcss/vite": "^4.3.3",
"@types/node": "^26.3.0",
"@types/turndown": "^5.0.6",
"@vitejs/plugin-vue": "^6.0.8",
"autoprefixer": "^10.5.4",
"eslint": "^10.9.1",
"eslint-config-prettier": "^10.1.8",
"eslint-plugin-vue": "^10.10.0",
"globals": "^17.11.0",
"laravel-echo": "^2.4.0",
"laravel-vite-plugin": "^3.2.0",
"playwright": "^1.62.1",
"prettier": "^3.9.6",
"prettier-plugin-organize-imports": "^4.3.0",
"prettier-plugin-tailwindcss": "^0.8.1",
"pusher-js": "^8.6.0",
"tailwindcss": "^4.3.3",
"typescript": "^6.0.3",
"typescript-eslint": "^8.68.0",
"vite": "^8.2.2",
"vite-plugin-pwa": "^1.3.0",
"vue-eslint-parser": "^10.4.1",
"vue-tsc": "^3.3.11"
},
"dependencies": {
"@guyplusplus/turndown-plugin-gfm": "^1.0.7",
"@inertiajs/core": "^3.7.0",
"@inertiajs/vue3": "^3.7.0",
"@laravel/echo-vue": "^2.4.0",
"@tiptap/core": "^3.30.5",
"@tiptap/extension-code-block-lowlight": "^3.30.5",
"@tiptap/extension-image": "^3.30.5",
"@tiptap/extension-link": "^3.30.5",
"@tiptap/extension-table": "^3.30.5",
"@tiptap/extension-table-cell": "^3.30.5",
"@tiptap/extension-table-header": "^3.30.5",
"@tiptap/extension-table-row": "^3.30.5",
"@tiptap/extension-task-item": "^3.30.5",
"@tiptap/extension-task-list": "^3.30.5",
"@tiptap/pm": "^3.30.5",
"@tiptap/starter-kit": "^3.30.5",
"@tiptap/vue-3": "^3.30.5",
"@vue/devtools-api": "^8.2.1",
"lowlight": "^3.3.0",
"marked": "^18.0.11",
"pinia": "^4.0.3",
"turndown": "^7.2.4",
"vue": "^3.5.41"
}
}