@idmwx/idmui-gl4 0.2.3 → 0.2.4

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.
package/package.json CHANGED
@@ -1,82 +1,86 @@
1
- {
2
- "name": "@idmwx/idmui-gl4",
3
- "private": false,
4
- "version": "0.2.3",
5
- "description": "idm webgl4",
6
- "type": "module",
7
- "keywords": [
8
- "idm",
9
- "idmwx",
10
- "webgl4"
11
- ],
12
- "author": "idm",
13
- "contributors": [
14
- "ChenHeng"
15
- ],
16
- "license": "GPL-3.0",
17
- "files": [
18
- "dist"
19
- ],
20
- "main": "./dist/index.umd.cjs",
21
- "module": "./dist/index.js",
22
- "types": "index.d.ts",
23
- "scripts": {
24
- "dev": "vite --host 0.0.0.0 --config ./build/base.config.ts",
25
- "build": "vue-tsc --noEmit && vite build --config ./build/lib.config.ts",
26
- "lint:fix": "eslint --fix --ext .js,.ts,.vue .",
27
- "prettier": "yarn lint:fix && prettier --write '**/*.{js,ts,vue}'",
28
- "release": "yarn build && yarn publish --access public"
29
- },
30
- "dependencies": {
31
- "@mapbox/sphericalmercator": "^1.2.0",
32
- "@turf/turf": "^6.5.0",
33
- "axios": "^1.3.5",
34
- "js-md5": "^0.7.3",
35
- "mapbox-gl": "^3.14.0",
36
- "vue": "^3.2.36"
37
- },
38
- "peerDependencies": {
39
- "@idm-plugin/geo": "^1.8.6",
40
- "@idm-plugin/meteo": "^0.5.2",
41
- "@idm-plugin/tag": "^0.2.6",
42
- "@idm-plugin/tag-nop": "^0.0.7",
43
- "@mdi/font": "^7.4.47",
44
- "moment": "^2.29.4",
45
- "vuetify": "^3.0.0"
46
- },
47
- "devDependencies": {
48
- "@idm-plugin/geo": "^1.8.6",
49
- "@idm-plugin/meteo": "^0.5.2",
50
- "@idm-plugin/tag": "^0.2.6",
51
- "@idm-plugin/tag-nop": "^0.0.9",
52
- "@mdi/font": "^7.4.47",
53
- "@types/mapbox-gl": "^3.1.0",
54
- "@types/node": "^18.14.2",
55
- "@typescript-eslint/eslint-plugin": "^5.53.0",
56
- "@typescript-eslint/parser": "^5.53.0",
57
- "@vitejs/plugin-vue": "^4.0.0",
58
- "eslint": "^8.35.0",
59
- "eslint-config-prettier": "^8.6.0",
60
- "eslint-define-config": "^1.15.0",
61
- "eslint-plugin-prettier": "^4.2.1",
62
- "eslint-plugin-vue": "^9.9.0",
63
- "lint-staged": "^13.1.2",
64
- "moment": "^2.29.4",
65
- "prettier": "^2.8.4",
66
- "sass": "^1.58.3",
67
- "simple-git-hooks": "^2.8.1",
68
- "stylelint": "^15.2.0",
69
- "typescript": "^4.9.3",
70
- "vite": "^4.1.0",
71
- "vite-plugin-dts": "^2.0.2",
72
- "vue-tsc": "^1.0.24",
73
- "vuetify": "^3.0.0"
74
- },
75
- "lint-staged": {
76
- "*.{ts,tsx,js,vue}": "eslint --fix",
77
- "*.{ts,tsx,js,vue,scss}": "prettier --write"
78
- },
79
- "simple-git-hooks": {
80
- "pre-commit": "npx lint-staged"
81
- }
82
- }
1
+ {
2
+ "name": "@idmwx/idmui-gl4",
3
+ "private": false,
4
+ "version": "0.2.4",
5
+ "description": "idm webgl4",
6
+ "type": "module",
7
+ "keywords": [
8
+ "idm",
9
+ "idmwx",
10
+ "webgl4"
11
+ ],
12
+ "author": "idm",
13
+ "contributors": [
14
+ "ChenHeng"
15
+ ],
16
+ "license": "GPL-3.0",
17
+ "files": [
18
+ "dist"
19
+ ],
20
+ "main": "./dist/index.umd.cjs",
21
+ "module": "./dist/index.js",
22
+ "types": "index.d.ts",
23
+ "scripts": {
24
+ "dev": "vite --host 0.0.0.0 --config ./build/base.config.ts",
25
+ "build": "vue-tsc --noEmit && vite build --config ./build/lib.config.ts",
26
+ "lint:fix": "eslint --fix --ext .js,.ts,.vue .",
27
+ "prettier": "yarn lint:fix && prettier --write '**/*.{js,ts,vue}'",
28
+ "release": "yarn build && yarn publish --access public"
29
+ },
30
+ "dependencies": {
31
+ "js-md5": "^0.7.3",
32
+ "vue": "^3.2.36"
33
+ },
34
+ "peerDependencies": {
35
+ "@idm-plugin/geo": "^1.8.6",
36
+ "@idm-plugin/meteo": "^0.5.2",
37
+ "@idm-plugin/tag": "^0.2.6",
38
+ "@idm-plugin/tag-nop": "^0.0.7",
39
+ "@mapbox/sphericalmercator": "^1.2.0",
40
+ "@mdi/font": "^7.4.47",
41
+ "@turf/turf": "^6.5.0",
42
+ "axios": "^1.3.5",
43
+ "mapbox-gl": "^3.14.0",
44
+ "moment": "^2.29.4",
45
+ "vuetify": "^3.0.0"
46
+ },
47
+ "devDependencies": {
48
+ "@idm-plugin/geo": "^1.8.6",
49
+ "@idm-plugin/meteo": "^0.5.2",
50
+ "@idm-plugin/tag": "^0.2.6",
51
+ "@idm-plugin/tag-nop": "^0.0.9",
52
+ "@mapbox/sphericalmercator": "^1.2.0",
53
+ "@mdi/font": "^7.4.47",
54
+ "@turf/turf": "^6.5.0",
55
+ "@types/mapbox-gl": "^3.1.0",
56
+ "@types/node": "^18.14.2",
57
+ "@typescript-eslint/eslint-plugin": "^5.53.0",
58
+ "@typescript-eslint/parser": "^5.53.0",
59
+ "@vitejs/plugin-vue": "^4.0.0",
60
+ "axios": "^1.3.5",
61
+ "eslint": "^8.35.0",
62
+ "eslint-config-prettier": "^8.6.0",
63
+ "eslint-define-config": "^1.15.0",
64
+ "eslint-plugin-prettier": "^4.2.1",
65
+ "eslint-plugin-vue": "^9.9.0",
66
+ "lint-staged": "^13.1.2",
67
+ "mapbox-gl": "^3.14.0",
68
+ "moment": "^2.29.4",
69
+ "prettier": "^2.8.4",
70
+ "sass": "^1.58.3",
71
+ "simple-git-hooks": "^2.8.1",
72
+ "stylelint": "^15.2.0",
73
+ "typescript": "^4.9.3",
74
+ "vite": "^4.1.0",
75
+ "vite-plugin-dts": "^2.0.2",
76
+ "vue-tsc": "^1.0.24",
77
+ "vuetify": "^3.0.0"
78
+ },
79
+ "lint-staged": {
80
+ "*.{ts,tsx,js,vue}": "eslint --fix",
81
+ "*.{ts,tsx,js,vue,scss}": "prettier --write"
82
+ },
83
+ "simple-git-hooks": {
84
+ "pre-commit": "npx lint-staged"
85
+ }
86
+ }