-
Notifications
You must be signed in to change notification settings - Fork 65
Expand file tree
/
Copy pathpackage.json
More file actions
43 lines (43 loc) · 995 Bytes
/
Copy pathpackage.json
File metadata and controls
43 lines (43 loc) · 995 Bytes
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
{
"name": "@beyonk/svelte-mapbox",
"version": "12.1.2",
"scripts": {
"dev": "vite dev --port 3030",
"build": "vite build",
"preview": "vite preview",
"lint": "eslint ."
},
"devDependencies": {
"@beyonk/eslint-config": "^9.1.4",
"@eslint/eslintrc": "^3.1.0",
"@eslint/js": "^9.14.0",
"@sveltejs/kit": "^2.64.0",
"@sveltejs/vite-plugin-svelte": "^7.1.2",
"eslint": "^9.14.0",
"eslint-plugin-svelte": "^2.46.0",
"svelte": "^5.56.3",
"svelte2tsx": "^0.7.56",
"typescript": "^6.0.3",
"vite": "^8.0.16"
},
"peerDependencies": {
"svelte": ">=4.0.0"
},
"exports": {
".": "./src/lib/components.js"
},
"repository": {
"type": "git",
"url": "git+https://github.com/beyonk/svelte-mapbox.git"
},
"types": "./components.d.ts",
"type": "module",
"packageManager": "pnpm@11.5.3",
"devEngines": {
"runtime": {
"name": "node",
"version": ">=25.0.0",
"onFail": "download"
}
}
}