-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathpackage.json
More file actions
51 lines (51 loc) · 1.5 KB
/
Copy pathpackage.json
File metadata and controls
51 lines (51 loc) · 1.5 KB
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
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
{
"name": "juncture-digital",
"version": "2.0.0-beta.52",
"private": false,
"type": "module",
"scripts": {
"dev": "vite",
"build": "tailwindcss -i ./src/input.css -o ./src/tailwind.css && run-p type-check build-only",
"preview": "vite preview",
"build-only": "vite build --base=/web-components/",
"type-check": "vue-tsc --noEmit",
"tailwind": "tailwindcss -i ./src/input.css -o ./src/tailwind.css --watch"
},
"dependencies": {
"@openseadragon-imaging/openseadragon-viewerinputhook": "^2.2.1",
"@recogito/annotorious-openseadragon": "2.6.0",
"@shoelace-style/shoelace": "^2.0.0-beta.87",
"@vimeo/player": "^2.18.0",
"exifr": "^7.1.3",
"js-md5": "^0.7.3",
"js-sha256": "^0.9.0",
"js-yaml": "^4.1.0",
"jsonld": "^8.1.1",
"jwt-decode": "^3.1.2",
"leaflet": "^1.9.3",
"leaflet-gesture-handling": "^1.2.2",
"leaflet.control.opacity": "^1.6.0",
"mermaid": "^10.0.0",
"netlify-identity-widget": "^1.9.2",
"openseadragon": "2.4.2",
"pinia": "^2.1.6",
"preline": "^1.9.0",
"prismjs": "^1.29.0",
"tippy.js": "^6.3.7",
"ts-md5": "^1.3.1",
"vue": "^3.2.45",
"youtube-player": "^5.5.2"
},
"devDependencies": {
"@types/leaflet": "^1.9.0",
"@types/node": "^18.11.9",
"@types/openseadragon": "^3.0.4",
"@vitejs/plugin-vue": "^3.2.0",
"@vue/tsconfig": "^0.1.3",
"npm-run-all": "^4.1.5",
"tailwindcss": "^3.3.3",
"typescript": "~4.7.4",
"vite": "^3.2.4",
"vue-tsc": "^1.0.9"
}
}