-
Notifications
You must be signed in to change notification settings - Fork 31
/
package.json
46 lines (46 loc) · 1.15 KB
/
package.json
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
{
"name": "omero-figure",
"//": "Required to build but not used. See omero_figure/utils.py for version",
"version": "0.0.0",
"description": "OMERO figure creation app",
"main": "index.js",
"scripts": {
"start": "vite",
"build": "vite build --emptyOutDir && ./deploy_build.sh",
"test": "echo \"Error: no test specified\" && exit 1",
"watch": "watch 'npm run build' ./src"
},
"repository": {
"type": "git",
"url": "https://github.com/ome/omero-figure.git"
},
"keywords": [
"backbone",
"jQuery",
"figure"
],
"author": "The Open Microscopy Team",
"license": "AGPL-3.0",
"bugs": {
"url": "https://github.com/ome/omero-figure/issues"
},
"homepage": "https://github.com/ome/omero-figure",
"devDependencies": {
"sass": "^1.54.1",
"vite": "^5.4.8",
"watch": "^1.0.2"
},
"dependencies": {
"@popperjs/core": "^2.11.5",
"backbone": "^1.4.1",
"bootstrap": "^5.2.0",
"bootstrap-icons": "^1.9.1",
"dompurify": "^2.5.4",
"jquery": "^3.6.0",
"marked": "^4.2.12",
"mousetrap": "^1.6.5",
"raphael": "^2.3.0",
"sortablejs": "^1.15.2",
"underscore": "^1.13.4"
}
}