generated from spatie/package-skeleton-laravel
-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathpackage.json
41 lines (41 loc) · 1.22 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
{
"name": "laravuewind",
"version": "0.4.0",
"description": "A Laravel VueJs Toolkit built with TailwindCSS",
"main": "resources/js/index.ts",
"directories": {
"test": "tests"
},
"scripts": {
"test": "echo \"Error: no test specified\" && exit 1"
},
"repository": {
"type": "git",
"url": "git+https://github.com/wsssoftware/laravuewind.git"
},
"keywords": [
"VueJs",
"Laravel",
"TailwindCSS"
],
"author": "Allan Carvalho",
"license": "MIT",
"bugs": {
"url": "https://github.com/wsssoftware/laravuewind/issues"
},
"homepage": "https://github.com/wsssoftware/laravuewind#readme",
"dependencies": {
"@floating-ui/dom": "^1.6.10",
"@headlessui/vue": "^1.7.22",
"@maskito/core": "^1.9.0",
"@maskito/kit": "^1.9.0",
"@maskito/phone": "^1.9.0",
"filepond": "^4.31.2",
"filepond-plugin-file-validate-size": "^2.2.8",
"filepond-plugin-file-validate-type": "^1.2.9",
"filepond-plugin-image-preview": "^4.6.12",
"filepond-plugin-image-validate-size": "^1.2.7",
"tailwindcss": "^3.4.10",
"vanilla-lazyload": "^17.9.0"
}
}