-
Notifications
You must be signed in to change notification settings - Fork 8
/
Copy pathpackage.json
82 lines (82 loc) · 2.63 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
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
{
"name": "imagej.js",
"version": "0.5.8",
"description": "ImageJ running in the browser",
"main": "lib/index.js",
"module": "src/index.js",
"scripts": {
"test": "echo \"Error: no tests available\" && exit 1",
"build": "webpack --mode production --devtool source-map",
"watch": "webpack --watch",
"serve": "webpack-dev-server --watch",
"stats": "webpack --profile --json > stats.json",
"format": "prettier --write \"{src,tests}/**/*{.js,.vue,.css,.html}\"",
"check-format": "prettier --check \"{src,tests}/**/**{.js,.vue,.css,.html}\"",
"stats-prod": "webpack --profile --json --mode production > stats-prod.json",
"analyze": "webpack-bundle-analyzer -p 9999 stats.json",
"analyze-prod": "webpack-bundle-analyzer -p 9999 stats-prod.json",
"clean": "rimraf dist/*"
},
"repository": {
"type": "git",
"url": "git+https://github.com/imjoy-team/imagej.js.git"
},
"keywords": [
"jupyter",
"notebook",
"html",
"interactive",
"widgets"
],
"author": "imjoy-team <imjoy.team@gmail.com>",
"license": "MIT",
"bugs": {
"url": "https://github.com/imjoy-team/imagej.js/issues"
},
"homepage": "https://github.com/imjoy-team/imagej.js#readme",
"dependencies": {
"a11y-dialog": "^5.3.2",
"imjoy-core": "^0.14.4",
"imjoy-rpc": "^0.5.13",
"lz-string": "^1.4.4",
"mobile-drag-drop": "^2.3.0-rc.2",
"node-snackbar": "^0.1.16",
"qrcode": "^1.4.4",
"vue": "^2.5.17",
"vue-js-modal": "github:imjoy-team/vue-js-modal#2.0.0-rc.3g"
},
"devDependencies": {
"@babel/core": "^7.0.0-beta.39",
"@babel/plugin-syntax-dynamic-import": "^7.0.0-beta.39",
"@babel/preset-env": "^7.0.0-beta.39",
"@types/requirejs": "^2.1.28",
"babel-core": "^6.26.0",
"babel-loader": "8.0.0-beta.2",
"babel-runtime": "^6.26.0",
"copy-webpack-plugin": "^5.0.5",
"css-loader": "^0.28.4",
"file-loader": "^0.11.2",
"fs-extra": "^0.30.0",
"html-loader": "^0.5.5",
"html-replace-webpack-plugin": "^2.5.6",
"html-webpack-plugin": "^3.2.0",
"json-loader": "^0.5.4",
"lerna": "^3.8.0",
"lodash.debounce": "^4.0.8",
"postcss": "^6.0.2",
"prettier": "^1.6.1",
"rimraf": "^2.6.2",
"save-remote-file-webpack-plugin": "^1.0.2",
"schema-utils": "^0.4.3",
"style-loader": "^0.18.1",
"url-loader": "^0.5.9",
"webpack": "^4.0.0",
"webpack-bundle-analyzer": "^3.3.2",
"webpack-cli": "^3.1.2",
"webpack-dev-server": "^3.1.1",
"webpack-merge": "^4.1.1",
"workbox-webpack-plugin": "^5.1.3",
"write-file-webpack-plugin": "^4.5.1"
},
"gitHead": "9f00f654748b85702463b60a98751943c0107486"
}