-
Notifications
You must be signed in to change notification settings - Fork 23
/
package.json
108 lines (108 loc) · 3.04 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
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
{
"name": "laravel-countries",
"version": "1.0.0",
"description": "A comprehensive package for managing country data in Laravel applications, including multilingual support, geographic coordinates, and detailed metadata for seamless integration with Laravel.",
"main": "docs/index.js",
"directories": {
"test": "tests"
},
"dependencies": {
"algoliasearch": "^4.24.0",
"birpc": "^0.2.17",
"ccount": "^2.0.1",
"character-entities-html4": "^2.1.0",
"character-entities-legacy": "^3.0.0",
"comma-separated-tokens": "^2.0.3",
"copy-anything": "^3.0.5",
"csstype": "^3.1.3",
"dequal": "^2.0.3",
"devlop": "^1.1.0",
"entities": "^4.5.0",
"esbuild": "^0.21.5",
"estree-walker": "^2.0.2",
"focus-trap": "^7.6.0",
"hast-util-to-html": "^9.0.3",
"hast-util-whitespace": "^3.0.0",
"hookable": "^5.5.3",
"html-void-elements": "^3.0.0",
"is-what": "^4.1.16",
"magic-string": "^0.30.11",
"mark.js": "^8.11.1",
"mdast-util-to-hast": "^13.2.0",
"micromark-util-character": "^2.1.0",
"micromark-util-encode": "^2.0.0",
"micromark-util-sanitize-uri": "^2.0.0",
"micromark-util-symbol": "^2.0.0",
"micromark-util-types": "^2.0.0",
"minisearch": "^7.1.0",
"mitt": "^3.0.1",
"nanoid": "^3.3.7",
"oniguruma-to-js": "^0.4.3",
"perfect-debounce": "^1.0.0",
"picocolors": "^1.1.0",
"postcss": "^8.4.47",
"preact": "^10.24.0",
"property-information": "^6.5.0",
"regex": "^4.3.2",
"rfdc": "^1.4.1",
"rollup": "^4.21.3",
"search-insights": "^2.17.2",
"shiki": "^1.17.7",
"source-map-js": "^1.2.1",
"space-separated-tokens": "^2.0.2",
"speakingurl": "^14.0.1",
"stringify-entities": "^4.0.4",
"superjson": "^2.2.1",
"tabbable": "^6.2.0",
"to-fast-properties": "^2.0.0",
"trim-lines": "^3.0.1",
"unist-util-is": "^6.0.0",
"unist-util-position": "^5.0.0",
"unist-util-stringify-position": "^4.0.0",
"unist-util-visit": "^5.0.0",
"unist-util-visit-parents": "^6.0.1",
"vfile": "^6.0.3",
"vfile-message": "^4.0.2",
"vite": "^5.4.6",
"vue": "^3.5.6",
"zwitch": "^2.0.4"
},
"devDependencies": {
"vitepress": "^1.3.4"
},
"optionalDependencies": {
"fsevents": "^2.3.3"
},
"scripts": {
"test": "echo \"Error: no test specified\" && exit 1",
"docs:dev": "vitepress dev docs",
"docs:build": "vitepress build docs",
"docs:preview": "vitepress preview docs"
},
"repository": {
"type": "git",
"url": "git+https://github.com/lwwcas/laravel-countries.git"
},
"keywords": [
"laravel",
"countries",
"geography",
"multilingual",
"coordinates",
"ISO codes",
"country data",
"laravel package",
"geolocation",
"geoJson",
"svg maps",
"world countries",
"lwwcas",
"Lucas Duarte"
],
"author": "Lucas Duarte Oliveira Monteiro",
"license": "MIT",
"bugs": {
"url": "https://github.com/lwwcas/laravel-countries/issues"
},
"homepage": "https://github.com/lwwcas/laravel-countries"
}