-
Notifications
You must be signed in to change notification settings - Fork 4
/
package.json
100 lines (100 loc) · 2.85 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
{
"name": "@benchmark-urbanism/vue-mapbox-map",
"version": "2.0.0",
"type": "module",
"description": "A minimalist Vue component wrapping Mapbox GL or MapLibre GL dynamic maps!",
"homepage": "https://benchmark-urbanism.github.io/vue-mapbox-map/",
"repository": {
"type": "git",
"url": "[email protected]:benchmark-urbanism/vue-mapbox-map.git"
},
"author": "benchmark-urbanism",
"license": "MIT",
"keywords": [
"component",
"mapbox",
"maplibre",
"maps",
"maptiler",
"pbf",
"vue"
],
"bugs": "https://github.com/benchmark-urbanism/vue-mapbox-map/issues",
"files": [
"dist",
"src",
"package.json",
"LICENSE"
],
"main": "dist/VueMapboxMap.umd.js",
"module": "dist/VueMapboxMap.esm.js",
"unpkg": "dist/VueMapboxMap.min.js",
"browser": {
"./sfc": "src/components/VueMapboxMap.vue"
},
"scripts": {
"bundle": "rollup -c",
"dev": "astro dev",
"build": "astro build --verbose",
"preview": "astro preview",
"check": "astro check"
},
"devDependencies": {
"@astrojs/markdown-remark": "1.2.0",
"@astrojs/mdx": "0.14.0",
"@astrojs/prefetch": "0.1.1",
"@astrojs/sitemap": "1.0.0",
"@astrojs/tailwind": "2.1.3",
"@astrojs/vue": "1.2.2",
"@fec/remark-a11y-emoji": "3.1.0",
"@prettier/plugin-pug": "2.3.0",
"@rollup/plugin-commonjs": "24.0.0",
"@rollup/plugin-node-resolve": "15.0.1",
"@rollup/plugin-replace": "5.0.2",
"@rushstack/eslint-patch": "1.2.0",
"@types/node": "18.11.18",
"@typescript-eslint/eslint-plugin": "5.47.1",
"@typescript-eslint/parser": "5.47.1",
"@vicons/fa": "0.12.0",
"@volar/vue-language-plugin-pug": "1.0.18",
"@vue/compiler-sfc": "3.2.45",
"@vueuse/core": "9.9.0",
"astro": "1.8.0",
"autoprefixer": "10.4.13",
"eslint": "8.30.0",
"eslint-config-prettier": "8.5.0",
"eslint-plugin-simple-import-sort": "8.0.0",
"eslint-plugin-tailwindcss": "3.7.1",
"eslint-plugin-vue": "9.8.0",
"hastscript": "7.1.0",
"mapbox-gl": "2.11.1",
"postcss": "8.4.20",
"postcss-html": "1.5.0",
"postcss-import": "15.1.0",
"postcss-markdown": "1.2.0",
"prettier": "2.8.1",
"prettier-plugin-astro": "0.7.0",
"prettier-plugin-tailwindcss": "0.2.1",
"pug": "3.0.2",
"pug-plain-loader": "1.1.0",
"rehype-autolink-headings": "6.1.1",
"rehype-slug": "5.1.0",
"remark-directive": "2.0.1",
"remark-emoji": "3.0.2",
"remark-smartypants": "2.0.0",
"rollup-plugin-typescript2": "0.34.1",
"rollup-plugin-vue": "6.0.0",
"serialize-javascript": "6.0.0",
"shorthash": "0.0.2",
"stylelint": "14.16.0",
"stylelint-config-prettier": "9.0.4",
"stylelint-config-standard": "29.0.0",
"tailwindcss": "3.2.4",
"typescript": "4.9.4",
"vite": "4.0.3",
"vue-eslint-parser": "9.1.0"
},
"dependencies": {
"vue": "3.2.45"
}
}