-
Notifications
You must be signed in to change notification settings - Fork 0
/
package.json
74 lines (74 loc) · 2.6 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
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
{
"private": true,
"scripts": {
"fix:eslint": "eslint --ext .js,.vue resources/js/ modules/**/Resources/assets/js/**/*.{js,vue} --fix",
"fix:prettier": "prettier --write --loglevel warn 'resources/js/**/*.{js,vue}' 'modules/**/Resources/assets/js/**/*.{js,vue}'",
"fix-code-style": "npm run fix:prettier && npm run fix:eslint",
"dev": "vite",
"watch": "vite --host=titen.test",
"build": "vite build"
},
"devDependencies": {
"@headlessui/vue": "^1.7.4",
"@heroicons/vue": "^2.0.10",
"@inertiajs/vue3": "^1.0.0",
"@milkdown/core": "^6.5.4",
"@milkdown/plugin-emoji": "^6.5.4",
"@milkdown/plugin-history": "^6.5.4",
"@milkdown/plugin-listener": "^6.5.4",
"@milkdown/plugin-prism": "^6.5.4",
"@milkdown/preset-commonmark": "^6.5.4",
"@milkdown/preset-gfm": "^6.5.4",
"@milkdown/prose": "^6.5.4",
"@milkdown/theme-nord": "^6.5.4",
"@milkdown/vue": "^6.5.4",
"@tailwindcss/forms": "^0.5.3",
"@tailwindcss/typography": "^0.5.8",
"@types/lodash": "^4.14.191",
"@types/node": "^18.11.18",
"@types/ziggy-js": "^1.3.2",
"@vitejs/plugin-vue": "^3.1.0",
"@vueform/multiselect": "^2.5.3",
"@vuepic/vue-datepicker": "^3.6.4",
"autoprefixer": "^10.4.12",
"axios": "^0.27",
"babel-eslint": "^10.1.0",
"date-fns": "^2.29.3",
"eslint-plugin-vue": "^9.9.0",
"laravel-echo": "^1.14.0",
"laravel-vite-plugin": "^0.6.1",
"lodash": "^4.17.19",
"mini-svg-data-uri": "^1.4.4",
"mitt": "^3.0.0",
"pinia": "^2.0.30",
"postcss": "^8.4.16",
"prosemirror-dropcursor": "^1.6.1",
"pusher-js": "^7.4.0",
"sass": "^1.56.2",
"sass-loader": "^13.2.0",
"tailwindcss": "^3.1.8",
"uuid": "^9.0.0",
"vite": "^3.0.0",
"vite-plugin-vue-setup-extend": "^0.4.0",
"vue": "^3.2.39",
"vue-document-editor": "^2.2.1",
"vue-i18n": "^9.3.0-beta.6",
"vue-toast-notification": "^3.0",
"vue3-markdown-it": "^1.0.10",
"vuedraggable": "^2.24.3",
"wretch": "^2.4.1",
"zhyswan-vuedraggable": "^4.1.3",
"ziggy-js": "^1.5.0"
},
"resolutions": {
"@babel/core": "^7.0.0",
"webpack": "^5.0.0",
"@types/markdown-it": "*",
"@inertiajs/inertia": "0.11.0"
},
"dependencies": {
"@inertiajs/inertia-vue3": "^0.6.0",
"@tailwindcss/aspect-ratio": "^0.4.2",
"@tailwindcss/line-clamp": "^0.4.2"
}
}