-
Notifications
You must be signed in to change notification settings - Fork 1
/
Copy pathpackage.json
39 lines (39 loc) · 1.23 KB
/
package.json
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
{
"private": true,
"scripts": {
"dev": "mix",
"development": "mix",
"watch": "mix watch",
"watch-poll": "mix watch -- --watch-options-poll=1000",
"hot": "mix watch --hot",
"production": "mix --production"
},
"devDependencies": {
"@tailwindcss/typography": "^0.5.13",
"autoprefixer": "^10.4.19",
"browser-sync": "^2.27.5",
"browser-sync-webpack-plugin": "^2.3.0",
"cross-env": "^7.0",
"laravel-mix": "^6.0",
"postcss": "^8.4.38",
"postcss-import": "^14.0.1",
"postcss-nested": "^5.0.5",
"postcss-preset-env": "^9.5.9",
"tailwind-scrollbar": "^3.1.0",
"tailwindcss": "^3.4.3",
"vue-template-compiler": "^2.6.12"
},
"dependencies": {
"@alpinejs/focus": "^3.13.10",
"@tiptap/core": "^2.3.1",
"@tiptap/extension-link": "^2.3.1",
"@tiptap/extension-placeholder": "^2.4.0",
"@tiptap/extension-text-align": "^2.3.1",
"@tiptap/extension-underline": "^2.3.1",
"@tiptap/pm": "^2.3.1",
"@tiptap/starter-kit": "^2.3.1",
"accessible-autocomplete": "^2.0.3",
"alpinejs": "^3.13.10",
"axios": "^1.7.7"
}
}