@eid-easy/eideasy-widget 1.0.0-beta.1
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/LICENSE +7 -0
- package/README.md +87 -0
- package/dist/eideasy-widget.mjs +33119 -0
- package/dist/eideasy-widget.umd.js +4581 -0
- package/dist/favicon.ico +0 -0
- package/package.json +86 -0
package/dist/favicon.ico
ADDED
|
Binary file
|
package/package.json
ADDED
|
@@ -0,0 +1,86 @@
|
|
|
1
|
+
{
|
|
2
|
+
"name": "@eid-easy/eideasy-widget",
|
|
3
|
+
"version": "1.0.0-beta.1",
|
|
4
|
+
"description": "eID Easy Widget is a client-side embeddable component for creating electronic signatures and identifying users through eID Easy API.",
|
|
5
|
+
"main": "dist/eideasy-widget.umd.js",
|
|
6
|
+
"sri": "sha256-29fg0Iww+iQoRcmF2BPZj8aSlGtmbDaSY2/4iewj2HU=",
|
|
7
|
+
"files": [
|
|
8
|
+
"dist"
|
|
9
|
+
],
|
|
10
|
+
"keywords": [
|
|
11
|
+
"eideasy",
|
|
12
|
+
"eid easy",
|
|
13
|
+
"eid",
|
|
14
|
+
"electronic signature",
|
|
15
|
+
"qes",
|
|
16
|
+
"qualified electronic signature",
|
|
17
|
+
"eid easy client",
|
|
18
|
+
"electronic signature client",
|
|
19
|
+
"user identification"
|
|
20
|
+
],
|
|
21
|
+
"author": {
|
|
22
|
+
"name": "Mats-Joonas Kulla",
|
|
23
|
+
"email": "mj@eideasy.com",
|
|
24
|
+
"url": "https://eideasy.com/"
|
|
25
|
+
},
|
|
26
|
+
"license": "MIT",
|
|
27
|
+
"scripts": {
|
|
28
|
+
"dev": "vite",
|
|
29
|
+
"build": "vite build",
|
|
30
|
+
"dev:prod-demo": "vite build && vite --config vite-prod-build-demo.config.js",
|
|
31
|
+
"preview": "vite preview",
|
|
32
|
+
"test:unit": "vitest",
|
|
33
|
+
"test:e2e": "playwright test",
|
|
34
|
+
"lint": "eslint . --fix --ignore-pattern docs-root/ --ignore-pattern scripts/",
|
|
35
|
+
"format": "prettier --write src/",
|
|
36
|
+
"update-translations": "node scripts/update-translations.mjs"
|
|
37
|
+
},
|
|
38
|
+
"publishConfig": {
|
|
39
|
+
"access": "public"
|
|
40
|
+
},
|
|
41
|
+
"engines": {
|
|
42
|
+
"node": "=22"
|
|
43
|
+
},
|
|
44
|
+
"dependencies": {
|
|
45
|
+
"@eid-easy/eideasy-browser-client": "^2.137.0",
|
|
46
|
+
"i18n-iso-countries": "^7.14.0",
|
|
47
|
+
"pinia": "^3.0.1",
|
|
48
|
+
"signature_pad": "^5.1.0",
|
|
49
|
+
"vue": "^3.5.13",
|
|
50
|
+
"vue-i18n": "^11.1.5",
|
|
51
|
+
"vue3-select-component": "^0.11.8"
|
|
52
|
+
},
|
|
53
|
+
"devDependencies": {
|
|
54
|
+
"@eslint/js": "^9.22.0",
|
|
55
|
+
"@playwright/test": "^1.51.1",
|
|
56
|
+
"@semantic-release-extras/verified-git-commit": "^1.0.11",
|
|
57
|
+
"@semantic-release/changelog": "^6.0.3",
|
|
58
|
+
"@semantic-release/commit-analyzer": "^13.0.1",
|
|
59
|
+
"@semantic-release/exec": "^7.1.0",
|
|
60
|
+
"@semantic-release/git": "^10.0.1",
|
|
61
|
+
"@semantic-release/github": "^11.0.6",
|
|
62
|
+
"@semantic-release/npm": "^12.0.2",
|
|
63
|
+
"@semantic-release/release-notes-generator": "^14.1.0",
|
|
64
|
+
"@vitejs/plugin-vue": "^5.2.3",
|
|
65
|
+
"@vitejs/plugin-vue-jsx": "^4.1.2",
|
|
66
|
+
"@vitest/eslint-plugin": "^1.1.39",
|
|
67
|
+
"@vue/eslint-config-prettier": "^10.2.0",
|
|
68
|
+
"@vue/test-utils": "^2.4.6",
|
|
69
|
+
"conventional-changelog-cli": "^5.0.0",
|
|
70
|
+
"conventional-changelog-conventionalcommits": "^9.1.0",
|
|
71
|
+
"dotenv": "^16.5.0",
|
|
72
|
+
"eslint": "^9.22.0",
|
|
73
|
+
"eslint-plugin-playwright": "^2.2.0",
|
|
74
|
+
"eslint-plugin-vue": "~10.0.0",
|
|
75
|
+
"globals": "^16.0.0",
|
|
76
|
+
"jsdom": "^26.0.0",
|
|
77
|
+
"mustache": "^4.2.0",
|
|
78
|
+
"node-fetch": "^3.3.2",
|
|
79
|
+
"prettier": "3.5.3",
|
|
80
|
+
"vite": "^6.2.4",
|
|
81
|
+
"vite-plugin-css-injected-by-js": "^3.5.2",
|
|
82
|
+
"vite-plugin-vue-devtools": "^7.7.2",
|
|
83
|
+
"vite-svg-loader": "^5.1.0",
|
|
84
|
+
"vitest": "^3.1.1"
|
|
85
|
+
}
|
|
86
|
+
}
|