-
Notifications
You must be signed in to change notification settings - Fork 1
Expand file tree
/
Copy pathpackage.json
More file actions
42 lines (42 loc) · 1.14 KB
/
package.json
File metadata and controls
42 lines (42 loc) · 1.14 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
{
"name": "@markerjs/markerjs-ui",
"version": "1.1.0",
"type": "module",
"author": "Alan Mendelevich",
"license": "MIT",
"description": "marker.js UI is a simple and lightweight UI for marker.js, a library for creating image annotations.",
"repository": {
"type": "git",
"url": "git+https://github.com/ailon/markerjs-ui.git"
},
"keywords": [
"image",
"annotation",
"web components"
],
"scripts": {
"dev": "vite",
"build": "tsc && vite build",
"preview": "vite preview"
},
"devDependencies": {
"@tailwindcss/vite": "^4.1.4",
"daisyui": "^5.0.27",
"rollup-plugin-generate-package-json": "^3.2.0",
"tailwindcss": "^4.1.4",
"typescript": "~5.7.2",
"vite": "^6.3.2",
"vite-plugin-dts": "^4.5.3",
"vite-plugin-static-copy": "^2.3.1"
},
"dependencies": {
"@markerjs/markerjs3": "^3.9.0"
},
"exports": {
".": {
"import": "./markerjs-ui.js",
"require": "./markerjs-ui.umd.cjs"
}
},
"packageManager": "pnpm@10.11.1+sha512.e519b9f7639869dc8d5c3c5dfef73b3f091094b0a006d7317353c72b124e80e1afd429732e28705ad6bfa1ee879c1fce46c128ccebd3192101f43dd67c667912"
}