-
Notifications
You must be signed in to change notification settings - Fork 4
/
package.json
53 lines (53 loc) · 1.77 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
{
"name": "elm-imicrobe-spa",
"version": "1.0.0",
"description": "Simple SPA iMicrobe. Structured to handle each page as a separate module in a similar fashion to a MVC app. Made to be the bare minimum of a SPA but with a structure that can scale well.",
"main": "dist/bundle.js",
"dependencies": {
"agave-file-browser": "git+https://github.com/hurwitzlab/agave-file-browser.git",
"blueimp-canvas-to-blob": "^3.14.0",
"blueimp-file-upload": "^9.22.0",
"blueimp-load-image": "^2.19.0",
"bootstrap": "^3.4.1",
"bootstrap-loader": "^2.1.0",
"bootstrap-sass": "^3.3.7",
"css-loader": "^0.28.11",
"d3": "^4.13.0",
"d3.chart.bubble-matrix": "git+https://github.com/hurwitzlab/d3.chart.bubble-matrix.git",
"elm-webpack-loader": "^4.5.0",
"extract-text-webpack-plugin": "^3.0.0",
"file-loader": "^0.11.2",
"imports-loader": "^0.7.1",
"jquery": "^3.4.1",
"jquery-ui": "^1.12.1",
"jstree": "^3.3.5",
"less": "^2.7.2",
"less-loader": "^4.1.0",
"node-sass": "^4.9.3",
"resolve-url-loader": "^2.3.0",
"sass-loader": "^6.0.7",
"sim-plots": "git+https://github.com/hurwitzlab/sim-plots.git",
"style-loader": "^0.18.2",
"url-loader": "^0.5.9",
"url-parse": "^1.4.3"
},
"devDependencies": {
"webpack": "^3.12.0",
"webpack-dev-server": "^2.11.5"
},
"scripts": {
"start": "webpack-dev-server --hot --inline",
"build": "webpack",
"test": "echo \"Error: no test specified\" && exit 1"
},
"repository": {
"type": "git",
"url": "git+https://github.com/hurwitzlab/elm-imicrobe-spa.git"
},
"author": "",
"license": "MIT",
"bugs": {
"url": "https://github.com/hurwitzlab/elm-imicrobe-spa/issues"
},
"homepage": "https://github.com/hurwitzlab/elm-imicrobe-spa#readme"
}