forked from ome/omero-iviewer
-
Notifications
You must be signed in to change notification settings - Fork 0
/
package.json
70 lines (70 loc) · 2.29 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
{
"version": "0.0.0",
"description": "OMERO.iviewer",
"scripts": {
"dev": "webpack serve --config webpack.dev.config.js",
"debug": "./prepare_build.sh DEV && webpack --config webpack.prod.config.js --progress --devtool source-map && ./deploy_build.sh",
"prod": "./prepare_build.sh && webpack --config webpack.prod.config.js --progress && ./deploy_build.sh",
"plugin": "webpack --config webpack.plugin.config.js --progress && ./deploy_plugin.sh",
"docs": "./generate_docs.sh"
},
"dependencies": {
"aurelia-bootstrapper": "2.1.1",
"aurelia-event-aggregator": "1.0.3",
"aurelia-fetch-client": "1.8.2",
"aurelia-framework": "1.4.1",
"aurelia-history-browser": "1.4.0",
"aurelia-loader-webpack": "2.2.5",
"aurelia-logging-console": "1.1.1",
"aurelia-pal-browser": "1.8.1",
"aurelia-polyfills": "1.3.4",
"aurelia-router": "1.7.1",
"aurelia-templating": "1.11.1",
"aurelia-templating-binding": "1.6.0",
"aurelia-templating-resources": "1.14.3",
"aurelia-templating-router": "1.5.0",
"babel-core": "^6.26.0",
"bluebird": "3.5.0",
"bootstrap": "3.4.1",
"chai": "^4.3.7",
"clean-css-cli": "^4.3.0",
"d3": "7.6.1",
"file-saver": "1.3.3",
"jquery": "3.6.2",
"jquery-ui": "1.13.2",
"jszip": "3.7.0",
"karma": "^6.4.2",
"karma-chai": "^0.1.0",
"karma-chrome-launcher": "^2.2.0",
"karma-mocha": "^1.3.0",
"karma-spec-reporter": "^0.0.32",
"karma-webpack": "^5.0.0",
"mocha": "^10.2.0",
"ol": "^5.3.0",
"spectrum-colorpicker": "1.8.0",
"text-encoding": "0.6.4"
},
"devDependencies": {
"@babel/core": "^7.5.0",
"@babel/plugin-proposal-class-properties": "^7.5.0",
"@babel/plugin-proposal-decorators": "^7.4.4",
"@babel/preset-env": "^7.5.0",
"aurelia-tools": "1.0.0",
"aurelia-webpack-plugin": "5.0.5",
"babel-eslint": "7.2.3",
"babel-loader": "^8.3.0",
"css-loader": "6.8.1",
"eslint": "6.0.1",
"expose-loader": "4.1.0",
"file-loader": "6.2.0",
"html-loader": "0.5.5",
"html-webpack-plugin": "5.5.0",
"reflect-metadata": "^0.1.13",
"style-loader": "0.23.1",
"url-loader": "4.1.1",
"webpack": "^5.82.0",
"webpack-cli": "^5.0.1",
"webpack-conditional-loader": "1.0.12",
"webpack-dev-server": "^4.13.2"
}
}