@myrmidon/gve-snapshot-rendition 2.0.7 → 2.0.9
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/dist/index.cjs.min.js +1 -1
- package/dist/index.cjs.min.js.map +1 -1
- package/dist/index.js +375 -377
- package/dist/index.js.map +1 -1
- package/package.json +74 -82
package/package.json
CHANGED
|
@@ -1,82 +1,74 @@
|
|
|
1
|
-
{
|
|
2
|
-
"name": "@myrmidon/gve-snapshot-rendition",
|
|
3
|
-
"version": "2.0.
|
|
4
|
-
"homepage": "https://github.com/vedph/gve-snapshot-rendition",
|
|
5
|
-
"repository": {
|
|
6
|
-
"type": "git",
|
|
7
|
-
"url": "https://github.com/vedph/gve-snapshot-rendition"
|
|
8
|
-
},
|
|
9
|
-
"author": "Daniele Fusi",
|
|
10
|
-
"license": "",
|
|
11
|
-
"description": "Web components for rendering interactive text transformations with hint designer. This package is an early version published for internal evaluation and staging use only. A final open-source license will be published later.",
|
|
12
|
-
"keywords": [
|
|
13
|
-
"snapshot",
|
|
14
|
-
"rendition",
|
|
15
|
-
"VEdition",
|
|
16
|
-
"genetic-philology",
|
|
17
|
-
"hint-designer",
|
|
18
|
-
"text-transformation"
|
|
19
|
-
],
|
|
20
|
-
"main": "./dist/index.js",
|
|
21
|
-
"type": "module",
|
|
22
|
-
"types": "./dist/index.d.ts",
|
|
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
|
-
"@rollup/
|
|
62
|
-
|
|
63
|
-
|
|
64
|
-
"
|
|
65
|
-
"
|
|
66
|
-
"
|
|
67
|
-
"lite-server"
|
|
68
|
-
"
|
|
69
|
-
"
|
|
70
|
-
"
|
|
71
|
-
"
|
|
72
|
-
"
|
|
73
|
-
}
|
|
74
|
-
|
|
75
|
-
"@rollup/rollup-win32-arm64-msvc": "^4.62.2"
|
|
76
|
-
},
|
|
77
|
-
"pnpm": {
|
|
78
|
-
"overrides": {
|
|
79
|
-
"rollup": "npm:@rollup/wasm-node"
|
|
80
|
-
}
|
|
81
|
-
}
|
|
82
|
-
}
|
|
1
|
+
{
|
|
2
|
+
"name": "@myrmidon/gve-snapshot-rendition",
|
|
3
|
+
"version": "2.0.9",
|
|
4
|
+
"homepage": "https://github.com/vedph/gve-snapshot-rendition",
|
|
5
|
+
"repository": {
|
|
6
|
+
"type": "git",
|
|
7
|
+
"url": "https://github.com/vedph/gve-snapshot-rendition"
|
|
8
|
+
},
|
|
9
|
+
"author": "Daniele Fusi",
|
|
10
|
+
"license": "",
|
|
11
|
+
"description": "Web components for rendering interactive text transformations with hint designer. This package is an early version published for internal evaluation and staging use only. A final open-source license will be published later.",
|
|
12
|
+
"keywords": [
|
|
13
|
+
"snapshot",
|
|
14
|
+
"rendition",
|
|
15
|
+
"VEdition",
|
|
16
|
+
"genetic-philology",
|
|
17
|
+
"hint-designer",
|
|
18
|
+
"text-transformation"
|
|
19
|
+
],
|
|
20
|
+
"main": "./dist/index.js",
|
|
21
|
+
"type": "module",
|
|
22
|
+
"types": "./dist/index.d.ts",
|
|
23
|
+
"exports": {
|
|
24
|
+
".": {
|
|
25
|
+
"import": "./dist/index.js",
|
|
26
|
+
"types": "./dist/index.d.ts"
|
|
27
|
+
}
|
|
28
|
+
},
|
|
29
|
+
"files": [
|
|
30
|
+
"dist",
|
|
31
|
+
"README.md",
|
|
32
|
+
"LICENSE"
|
|
33
|
+
],
|
|
34
|
+
"dependencies": {
|
|
35
|
+
"fast-diff": "^1.3.0",
|
|
36
|
+
"feather-icons": "^4.29.2",
|
|
37
|
+
"golden-layout": "^2.6.0",
|
|
38
|
+
"gsap": "^3.15.0",
|
|
39
|
+
"highlight.js": "^11.11.1",
|
|
40
|
+
"svg-pan-zoom": "^3.6.2",
|
|
41
|
+
"tslib": "^2.8.1",
|
|
42
|
+
"typescript": "^6.0.3"
|
|
43
|
+
},
|
|
44
|
+
"devDependencies": {
|
|
45
|
+
"@rollup/plugin-commonjs": "^29.0.3",
|
|
46
|
+
"@rollup/plugin-node-resolve": "^16.0.3",
|
|
47
|
+
"@rollup/plugin-replace": "^6.0.3",
|
|
48
|
+
"@rollup/plugin-terser": "^1.0.0",
|
|
49
|
+
"@rollup/plugin-typescript": "^12.3.0",
|
|
50
|
+
"@vitest/ui": "^4.1.10",
|
|
51
|
+
"concurrency": "^0.1.4",
|
|
52
|
+
"concurrently": "^10.0.3",
|
|
53
|
+
"lite-server": "^2.6.1",
|
|
54
|
+
"rollup": "^4.62.2",
|
|
55
|
+
"source-map-loader": "^5.0.0",
|
|
56
|
+
"ts-loader": "^9.6.2",
|
|
57
|
+
"typescript": "^6.0.3",
|
|
58
|
+
"vitest": "^4.1.10"
|
|
59
|
+
},
|
|
60
|
+
"optionalDependencies": {
|
|
61
|
+
"@rollup/rollup-win32-arm64-msvc": "^4.62.2"
|
|
62
|
+
},
|
|
63
|
+
"scripts": {
|
|
64
|
+
"clean": "node -e \"require('fs').rmSync('dist', {recursive:true, force:true})\"",
|
|
65
|
+
"build": "pnpm run clean && rollup -c",
|
|
66
|
+
"watch": "rollup -c -w",
|
|
67
|
+
"start": "concurrently \"rollup -c -w\" \"lite-server\"",
|
|
68
|
+
"start:designer": "concurrently \"rollup -c -w\" \"lite-server -c bs-config.designer.json\"",
|
|
69
|
+
"test": "vitest run",
|
|
70
|
+
"test:watch": "vitest",
|
|
71
|
+
"test-ui": "vitest --ui",
|
|
72
|
+
"publish:public": "npm publish --access=public"
|
|
73
|
+
}
|
|
74
|
+
}
|