-
Notifications
You must be signed in to change notification settings - Fork 3
/
package.json
71 lines (71 loc) · 2.07 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
{
"name": "vast-pipeline",
"version": "1.2.0-dev",
"description": "Vast Pipeline code base for processing and analysing telescope images from the Square Kilometre Pathfinder",
"main": "gulpfile.js",
"scripts": {
"clean": "node_modules/.bin/gulp clean",
"css": "node_modules/.bin/gulp css",
"build": "node_modules/.bin/gulp build",
"debug": "node_modules/.bin/gulp debug",
"js": "node_modules/.bin/gulp js",
"js9": "node_modules/.bin/gulp js9",
"js9staticprod": "node_modules/.bin/gulp js9staticprod",
"start": "node_modules/.bin/gulp default",
"vendor": "node_modules/.bin/gulp vendor",
"watch": "node_modules/.bin/gulp watch"
},
"repository": {
"type": "git",
"url": "git+https://github.com/askap-vast/vast-pipeline.git"
},
"keywords": [
"astronomy",
"astrophysics",
"radio-astronomy",
"transient-astronomy",
"transients"
],
"author": "VAST Development Team",
"license": "MIT",
"bugs": {
"url": "https://github.com/askap-vast/vast-pipeline/issues"
},
"engines": {
"node": ">= 11.6.0"
},
"homepage": "https://github.com/askap-vast/vast-pipeline#readme",
"dependencies": {
"@bokeh/bokehjs": "2.4.2",
"@fortawesome/fontawesome-free": "5.12.0",
"bootstrap-select": "^1.13.18",
"bootstrap4-toggle": "3.6.1",
"d3-celestial": "^0.7.35",
"datatables.net-bs4": "1.10.22",
"datatables.net-buttons-bs4": "1.6.5",
"dotenv": "^8.6.0",
"jquery": "^3.6.0",
"jquery.easing": "^1.4.1",
"js9": "^3.4.0",
"jszip": "3.7.0",
"particles.js": "^2.0.0",
"prismjs": "^1.25.0",
"startbootstrap-sb-admin-2": "^4.1.4"
},
"devDependencies": {
"@babel/core": "^7.14.3",
"@babel/preset-env": "^7.14.2",
"@mr-hope/gulp-sass": "^2.0.0",
"browser-sync": "^2.26.14",
"del": "5.1.0",
"gulp": "4.0.2",
"gulp-autoprefixer": "^7.0.1",
"gulp-babel": "^8.0.0",
"gulp-clean-css": "4.2.0",
"gulp-rename": "2.0.0",
"gulp-run-command": "0.0.10",
"gulp-sourcemaps": "^2.6.5",
"gulp-uglify": "3.0.2",
"merge-stream": "2.0.0"
}
}