@opengis/gis 0.0.1 → 0.0.2

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
Files changed (2) hide show
  1. package/README.md +5 -5
  2. package/package.json +51 -51
package/README.md CHANGED
@@ -1,5 +1,5 @@
1
- # Vue 3 + Vite
2
-
3
- This template should help get you started developing with Vue 3 in Vite. The template uses Vue 3 `<script setup>` SFCs, check out the [script setup docs](https://v3.vuejs.org/api/sfc-script-setup.html#sfc-script-setup) to learn more.
4
-
5
- Learn more about IDE Support for Vue in the [Vue Docs Scaling up Guide](https://vuejs.org/guide/scaling-up/tooling.html#ide-support).
1
+ # Vue 3 + Vite
2
+
3
+ This template should help get you started developing with Vue 3 in Vite. The template uses Vue 3 `<script setup>` SFCs, check out the [script setup docs](https://v3.vuejs.org/api/sfc-script-setup.html#sfc-script-setup) to learn more.
4
+
5
+ Learn more about IDE Support for Vue in the [Vue Docs Scaling up Guide](https://vuejs.org/guide/scaling-up/tooling.html#ide-support).
package/package.json CHANGED
@@ -1,51 +1,51 @@
1
- {
2
- "name": "@opengis/gis",
3
- "version": "0.0.1",
4
- "type": "module",
5
- "author": "Softpro",
6
- "main": "dist/import-file.js",
7
- "files": [
8
- "dist",
9
- "README.md",
10
- "LICENSE"
11
- ],
12
- "scripts": {
13
- "dev": "vite",
14
- "build": "vite build",
15
- "preview": "vite preview"
16
- },
17
- "dependencies": {
18
- "@grpc/grpc-js": "^1.13.4",
19
- "@grpc/proto-loader": "^0.7.15",
20
- "@mapbox/sphericalmercator": "^1.2.0",
21
- "@opengis/fastify-table": "^1.2.68",
22
- "@opengis/v3-core": "^0.3.187",
23
- "@opengis/v3-filter": "^0.1.18",
24
- "@turf/turf": "^7.2.0",
25
- "axios": "^1.9.0",
26
- "carto": "0.16.3",
27
- "fastify": "^4.26.1",
28
- "fastify-plugin": "^4.0.0",
29
- "handlebars": "^4.7.8",
30
- "maplibre-gl": "^5.5.0",
31
- "marked": "^15.0.12",
32
- "npm": "^11.4.1",
33
- "vue": "^3.5.13",
34
- "vue-router": "^4.5.1",
35
- "vue3-smooth-dnd": "^0.0.6"
36
- },
37
- "devDependencies": {
38
- "@panzoom/panzoom": "4.5.1",
39
- "@vitejs/plugin-vue": "^5.2.3",
40
- "eslint": "^8.49.0",
41
- "eslint-config-airbnb": "^19.0.4",
42
- "markdown-it-abbr": "^2.0.0",
43
- "mermaid": "^10.9.3",
44
- "sass": "1.72.0",
45
- "vite": "^6.3.5",
46
- "vitepress": "^1.3.4",
47
- "vitepress-plugin-mermaid": "^2.0.16",
48
- "vitepress-plugin-tabs": "^0.5.0",
49
- "vitepress-sidebar": "^1.25.0"
50
- }
51
- }
1
+ {
2
+ "name": "@opengis/gis",
3
+ "version": "0.0.2",
4
+ "type": "module",
5
+ "author": "Softpro",
6
+ "main": "dist/import-file.js",
7
+ "files": [
8
+ "dist",
9
+ "README.md",
10
+ "LICENSE"
11
+ ],
12
+ "scripts": {
13
+ "dev": "vite",
14
+ "build": "vite build",
15
+ "preview": "vite preview"
16
+ },
17
+ "dependencies": {
18
+ "@grpc/grpc-js": "^1.13.4",
19
+ "@grpc/proto-loader": "^0.7.15",
20
+ "@mapbox/sphericalmercator": "^1.2.0",
21
+ "@opengis/fastify-table": "^1.2.68",
22
+ "@opengis/v3-core": "^0.3.187",
23
+ "@opengis/v3-filter": "^0.1.18",
24
+ "@turf/turf": "^7.2.0",
25
+ "axios": "^1.9.0",
26
+ "carto": "0.16.3",
27
+ "fastify": "^4.26.1",
28
+ "fastify-plugin": "^4.0.0",
29
+ "handlebars": "^4.7.8",
30
+ "maplibre-gl": "^5.5.0",
31
+ "marked": "^15.0.12",
32
+ "npm": "^11.4.1",
33
+ "vue": "^3.5.13",
34
+ "vue-router": "^4.5.1",
35
+ "vue3-smooth-dnd": "^0.0.6"
36
+ },
37
+ "devDependencies": {
38
+ "@panzoom/panzoom": "4.5.1",
39
+ "@vitejs/plugin-vue": "^5.2.3",
40
+ "eslint": "^8.49.0",
41
+ "eslint-config-airbnb": "^19.0.4",
42
+ "markdown-it-abbr": "^2.0.0",
43
+ "mermaid": "^10.9.3",
44
+ "sass": "1.72.0",
45
+ "vite": "^6.3.5",
46
+ "vitepress": "^1.3.4",
47
+ "vitepress-plugin-mermaid": "^2.0.16",
48
+ "vitepress-plugin-tabs": "^0.5.0",
49
+ "vitepress-sidebar": "^1.25.0"
50
+ }
51
+ }