-
-
Notifications
You must be signed in to change notification settings - Fork 616
Expand file tree
/
Copy pathpackage.json
More file actions
116 lines (116 loc) · 3.97 KB
/
package.json
File metadata and controls
116 lines (116 loc) · 3.97 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
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
{
"name": "statamic",
"type": "module",
"private": true,
"scripts": {
"dev": "rm -rf resources/dist/build && vite",
"build": "vite build",
"svgo": "svgo -f ./resources/svg/ -r",
"test": "vitest run",
"test-watch": "npm run test -- --watch --notify",
"frontend-dev": "vite -c vite-frontend.config.js",
"frontend-build": "vite build -c vite-frontend.config.js",
"prettier:format": "prettier --write \"**/*.{js,ts,jsx,tsx,cjs,cts,mjs,mts,vue,blade.php,antlers.html,css}\"",
"prettier:check": "prettier --check \"**/*.{js,ts,jsx,tsx,cjs,cts,mjs,mts,vue,blade.php,antlers.html,css}\"",
"knip": "knip"
},
"dependencies": {
"@angelblanco/v-calendar": "^3.1.2",
"@floating-ui/dom": "^1.2.5",
"@he-tree/vue": "^2.8.2",
"@hoppscotch/vue-toasted": "^0.1.0",
"@shopify/draggable": "^1.0.0-beta.12",
"@tiptap/core": "^2.0.2",
"@tiptap/extension-blockquote": "^2.0.2",
"@tiptap/extension-bold": "^2.0.2",
"@tiptap/extension-bullet-list": "^2.0.2",
"@tiptap/extension-character-count": "^2.0.2",
"@tiptap/extension-code": "^2.0.2",
"@tiptap/extension-code-block": "^2.4.0",
"@tiptap/extension-code-block-lowlight": "^2.0.2",
"@tiptap/extension-document": "^2.0.2",
"@tiptap/extension-dropcursor": "^2.0.2",
"@tiptap/extension-gapcursor": "^2.0.2",
"@tiptap/extension-hard-break": "^2.0.2",
"@tiptap/extension-heading": "^2.0.2",
"@tiptap/extension-history": "^2.0.2",
"@tiptap/extension-horizontal-rule": "^2.0.2",
"@tiptap/extension-italic": "^2.0.2",
"@tiptap/extension-list-item": "^2.0.2",
"@tiptap/extension-ordered-list": "^2.0.2",
"@tiptap/extension-paragraph": "^2.0.2",
"@tiptap/extension-placeholder": "^2.0.2",
"@tiptap/extension-strike": "^2.0.2",
"@tiptap/extension-subscript": "^2.0.2",
"@tiptap/extension-superscript": "^2.0.2",
"@tiptap/extension-table": "^2.0.2",
"@tiptap/extension-table-cell": "^2.0.2",
"@tiptap/extension-table-header": "^2.0.2",
"@tiptap/extension-table-row": "^2.0.2",
"@tiptap/extension-text": "^2.0.2",
"@tiptap/extension-text-align": "^2.0.2",
"@tiptap/extension-typography": "^2.0.2",
"@tiptap/extension-underline": "^2.0.2",
"@tiptap/pm": "^2.0.2",
"@tiptap/vue-3": "^2.4.0",
"alpinejs": "^3.1.1",
"autosize": "~6.0.1",
"axios": "^1.6.0",
"body-scroll-lock": "^4.0.0-beta.0",
"codemirror": "5.65.12",
"cookies-js": "^1.2.2",
"floating-vue": "^5.2.2",
"fuse.js": "^7.0.0",
"highlight.js": "^11.7.0",
"imask": "^7.6.1",
"laravel-echo": "^1.16.0",
"lodash-es": "^4.17.21",
"lowlight": "^3.1.0",
"marked": "^13.0.0",
"marked-plaintext": "0.0.2",
"moment": "^2.29.4",
"mousetrap": "~1.6.5",
"nprogress": "^0.2.0",
"pdfobject": "^2.2.7",
"pinia": "^2.3.1",
"portal-vue": "^3.0.0",
"pretty": "^2.0.0",
"pusher-js": "^8.4.0-rc2",
"qs": "^6.9.7",
"read-time-estimate": "0.0.3",
"resize-observer-polyfill": "^1.5.1",
"semver": "^7.7.1",
"speakingurl": "^14.0.1",
"striptags": "^3.2.0",
"svgo": "^3.0.0",
"tiny-emitter": "^2.1.0",
"uniqid": "^5.2.0",
"upload": "^1.3.2",
"validator": "^13.7.0",
"vite-svg-loader": "^5.1.0",
"vue": "^3.4.27",
"vue-final-modal": "^4.5.4",
"vue-screen-utils": "^1.0.0-beta.13",
"vue-select": "4.0.0-beta.6",
"vue3-click-away": "^1.2.4"
},
"devDependencies": {
"@rollup/plugin-inject": "^5.0.3",
"@tailwindcss/container-queries": "^0.1.0",
"@tailwindcss/typography": "^0.5.9",
"@vitejs/plugin-vue": "^5.2.1",
"@vue/test-utils": "^2.4.6",
"autoprefixer": "^10.4.0",
"knip": "^5.43.6",
"laravel-vite-plugin": "^1.2.0",
"postcss": "^8.4.31",
"prettier": "^3.4.2",
"prettier-plugin-antlers": "^2.0.5",
"prettier-plugin-blade": "^2.1.19",
"prettier-plugin-tailwindcss": "^0.6.11",
"rollup-plugin-visualizer": "^5.14.0",
"tailwindcss": "^3.3.0",
"vite": "^6.0",
"vitest": "^3.0.5"
}
}