forked from typicms/typicms
-
Notifications
You must be signed in to change notification settings - Fork 1
Expand file tree
/
Copy pathpackage.json
More file actions
84 lines (84 loc) · 3.38 KB
/
package.json
File metadata and controls
84 lines (84 loc) · 3.38 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
{
"private": true,
"type": "module",
"scripts": {
"build": "vite build",
"build:ssr": "vite build && vite build --ssr",
"dev": "vite",
"development": "vite",
"watch": "vite",
"prod": "vite build",
"production": "vite build",
"format": "prettier --write resources/",
"format:check": "prettier --check resources/",
"lint": "eslint . --fix",
"icons": "~/Library/Python/3.9/bin/pyftsubset ./node_modules/lucide-static/font/lucide.woff2 --unicodes=U+e0f9,U+e19f,U+e34c,U+e0fa,U+e0d0,U+e115,U+e2bd,U+e504,U+e3e2,U+e183,U+e0ec,U+e31d,U+e64c,U+e467,U+e158,U+e0be,U+e0a9,U+e10f,U+e0db,U+e0c4,U+e563,U+e30d,U+e32d,U+e085,U+e125,U+e1b2,U+e1f9,U+e31b,U+e04c,U+e071,U+e073,U+e072,U+e074,U+e1a4,U+e119,U+e15b,U+e095,U+e155,U+e4a8,U+e04e --output-file=./resources/fonts/lucide-subset.woff2"
},
"devDependencies": {
"@eslint/eslintrc": "^3.3.1",
"@eslint/js": "^9.36.0",
"@floating-ui/dom": "^1.7.4",
"@popperjs/core": "^2.11.8",
"@shufo/prettier-plugin-blade": "^1.16.1",
"@simplewebauthn/browser": "^13.2.0",
"@tiptap/core": "^3.6.1",
"@tiptap/extension-code": "^3.6.1",
"@tiptap/extension-color": "^3.6.1",
"@tiptap/extension-highlight": "^3.6.1",
"@tiptap/extension-image": "^3.6.1",
"@tiptap/extension-list": "^3.6.1",
"@tiptap/extension-list-item": "^3.6.1",
"@tiptap/extension-subscript": "^3.6.1",
"@tiptap/extension-superscript": "^3.6.1",
"@tiptap/extension-table": "^3.6.1",
"@tiptap/extension-text-align": "^3.6.1",
"@tiptap/extension-text-style": "^3.6.1",
"@tiptap/extension-typography": "^3.6.1",
"@tiptap/extension-underline": "^3.6.1",
"@tiptap/extension-youtube": "^3.6.1",
"@tiptap/extensions": "^3.6.1",
"@tiptap/pm": "^3.6.1",
"@tiptap/starter-kit": "^3.6.1",
"@tiptap/vue-3": "^3.6.1",
"@typescript-eslint/eslint-plugin": "^8.44.1",
"@typescript-eslint/parser": "^8.44.1",
"@uppy/compressor": "^3.0.1",
"@uppy/core": "^5.0.2",
"@uppy/dashboard": "^5.0.2",
"@uppy/drag-drop": "^5.0.2",
"@uppy/drop-target": "^4.0.1",
"@uppy/file-input": "^4.2.2",
"@uppy/image-editor": "^4.0.1",
"@uppy/locales": "^5.0.1",
"@uppy/progress-bar": "^4.3.2",
"@uppy/vue": "^3.1.0",
"@uppy/xhr-upload": "^5.0.1",
"@vitejs/plugin-vue": "^6.0.1",
"alertify.js": "^1.0.12",
"autoprefixer": "^10.4.21",
"bootstrap": "^5.3.8",
"bootstrap-icons": "^1.13.1",
"concurrently": "^9.2.1",
"eslint": "^9.36.0",
"eslint-plugin-import": "^2.32.0",
"eslint-plugin-vue": "^10.5.0",
"laravel-vite-plugin": "^2.0.1",
"lucide-static": "^0.544.0",
"lucide-vue-next": "^0.544.0",
"mitt": "^3.0.1",
"photoswipe": "^5.4.4",
"postcss": "^8.5.6",
"prettier": "^3.6.2",
"prettier-plugin-organize-imports": "^4.3.0",
"sass": "1.77.6",
"sl-vue-tree-next": "^0.0.14",
"swiper": "^12.0.2",
"tom-select": "^2.4.3",
"vite": "^7.1.7",
"vite-plugin-static-copy": "^3.1.2",
"vue": "^3.5.22",
"vue-eslint-parser": "^10.2.0",
"vue-i18n": "^11.1.12",
"vuedraggable": "^4.1.0"
}
}