@opengis/form 0.0.87 → 0.0.88

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,68 +1,68 @@
1
- {
2
- "name": "@opengis/form",
3
- "private": false,
4
- "version": "0.0.87",
5
- "type": "module",
6
- "main": "./dist/index.js",
7
- "types": "./dist/index.d.ts",
8
- "description": "A flexible and extensible Vue form library",
9
- "homepage": "https://form.opengis.info/",
10
- "author": {
11
- "name": "OpenGIS",
12
- "url": "https://opengis.info/"
13
- },
14
- "files": [
15
- "dist"
16
- ],
17
- "keywords": [
18
- "vuejs",
19
- "vue",
20
- "forms",
21
- "form",
22
- "form-builder",
23
- "form-generator",
24
- "vue-form",
25
- "vue-form-generator",
26
- "vue3",
27
- "forms-builder",
28
- "vueforms",
29
- "vueform",
30
- "form-generator-vue3"
31
- ],
32
- "scripts": {
33
- "dev": "vite",
34
- "build": "vue-tsc -b && vite build && npm run build:types",
35
- "type-check": "vue-tsc --noEmit -p tsconfig.app.json",
36
- "build:types": "vue-tsc --declaration --emitDeclarationOnly -p tsconfig.app.json",
37
- "build:only": "vite build",
38
- "build:app": "app=true vite build",
39
- "prepublishOnly": "bun run build",
40
- "preview": "vite preview",
41
- "lint": "eslint . --ext .vue,.js,.jsx,.cjs,.mjs,.ts,.tsx,.cts,.mts --fix --ignore-path .gitignore"
42
- },
43
- "devDependencies": {
44
- "@opengis/core": "^0.0.30",
45
- "@tsconfig/node22": "^22.0.2",
46
- "@types/node": "^24.2.1",
47
- "@typescript-eslint/parser": "^6.21.0",
48
- "@vitejs/plugin-vue": "^6.0.0",
49
- "@vue/eslint-config-typescript": "^12.0.0",
50
- "@vue/tsconfig": "^0.7.0",
51
- "eslint": "^8.2.0",
52
- "eslint-config-airbnb": "^19.0.4",
53
- "eslint-plugin-import": "^2.25.3",
54
- "eslint-plugin-vue": "^9.33.0",
55
- "globals": "^16.0.0",
56
- "imask": "^7.6.1",
57
- "mitt": "^3.0.1",
58
- "moment": "^2.30.1",
59
- "prettier": "^3.2.5",
60
- "sass": "^1.72.0",
61
- "typescript": "~5.8.3",
62
- "vite": "^7.0.0",
63
- "vue-tsc": "^2.2.10"
64
- },
65
- "peerDependencies": {
66
- "vue": "^3.5.17"
67
- }
68
- }
1
+ {
2
+ "name": "@opengis/form",
3
+ "private": false,
4
+ "version": "0.0.88",
5
+ "type": "module",
6
+ "main": "./dist/index.js",
7
+ "types": "./dist/index.d.ts",
8
+ "description": "A flexible and extensible Vue form library",
9
+ "homepage": "https://form.opengis.info/",
10
+ "author": {
11
+ "name": "OpenGIS",
12
+ "url": "https://opengis.info/"
13
+ },
14
+ "files": [
15
+ "dist"
16
+ ],
17
+ "keywords": [
18
+ "vuejs",
19
+ "vue",
20
+ "forms",
21
+ "form",
22
+ "form-builder",
23
+ "form-generator",
24
+ "vue-form",
25
+ "vue-form-generator",
26
+ "vue3",
27
+ "forms-builder",
28
+ "vueforms",
29
+ "vueform",
30
+ "form-generator-vue3"
31
+ ],
32
+ "scripts": {
33
+ "dev": "vite",
34
+ "build": "vue-tsc -b && vite build && npm run build:types",
35
+ "type-check": "vue-tsc --noEmit -p tsconfig.app.json",
36
+ "build:types": "vue-tsc --declaration --emitDeclarationOnly -p tsconfig.app.json",
37
+ "build:only": "vite build",
38
+ "build:app": "app=true vite build",
39
+ "prepublishOnly": "bun run build",
40
+ "preview": "vite preview",
41
+ "lint": "eslint . --ext .vue,.js,.jsx,.cjs,.mjs,.ts,.tsx,.cts,.mts --fix --ignore-path .gitignore"
42
+ },
43
+ "devDependencies": {
44
+ "@opengis/core": "^0.0.30",
45
+ "@tsconfig/node22": "^22.0.2",
46
+ "@types/node": "^24.2.1",
47
+ "@typescript-eslint/parser": "^6.21.0",
48
+ "@vitejs/plugin-vue": "^6.0.0",
49
+ "@vue/eslint-config-typescript": "^12.0.0",
50
+ "@vue/tsconfig": "^0.7.0",
51
+ "eslint": "^8.2.0",
52
+ "eslint-config-airbnb": "^19.0.4",
53
+ "eslint-plugin-import": "^2.25.3",
54
+ "eslint-plugin-vue": "^9.33.0",
55
+ "globals": "^16.0.0",
56
+ "imask": "^7.6.1",
57
+ "mitt": "^3.0.1",
58
+ "moment": "^2.30.1",
59
+ "prettier": "^3.2.5",
60
+ "sass": "^1.72.0",
61
+ "typescript": "~5.8.3",
62
+ "vite": "^7.0.0",
63
+ "vue-tsc": "^2.2.10"
64
+ },
65
+ "peerDependencies": {
66
+ "vue": "^3.5.17"
67
+ }
68
+ }