mirror of
https://github.com/cds-astro/aladin-lite.git
synced 2025-12-24 20:10:30 -08:00
53 lines
1.5 KiB
JSON
53 lines
1.5 KiB
JSON
{
|
|
"homepage": "https://aladin.u-strasbg.fr/",
|
|
"name": "aladin-lite",
|
|
"version": "3.1.0",
|
|
"description": "An astronomical HiPS visualizer in the browser",
|
|
"author": "Thomas Boch and Matthieu Baumann",
|
|
"license": "GPL-3",
|
|
"main": "dist/aladin.js",
|
|
"files": [
|
|
"dist/*"
|
|
],
|
|
"repository": {
|
|
"type": "git",
|
|
"url": "https://github.com/cds-astro/aladin-lite"
|
|
},
|
|
"keywords": [
|
|
"astronomy",
|
|
"visualization",
|
|
"rust",
|
|
"webgl",
|
|
"HiPS"
|
|
],
|
|
"scripts": {
|
|
"package-tar": "tar -zcvf AladinLiteAssets.tar.gz dist/*",
|
|
"predeploy": "npm run build && npm run package-tar",
|
|
"deploy": "./deploy-dbg.sh",
|
|
"build": "webpack && sed \"s/\\\\.\\\\/\\\\.\\\\.\\\\/aladin\\\\.js/https:\\\\/\\\\/aladin.cds.unistra.fr\\\\/AladinLite\\\\/api\\\\/v3\\\\/latest\\\\/aladin.js/g\" examples/index.html > dist/index.html",
|
|
"serve": "webpack-dev-server"
|
|
},
|
|
"devDependencies": {
|
|
"@babel/core": "^7.18.5",
|
|
"@babel/preset-env": "^7.18.2",
|
|
"@wasm-tool/wasm-pack-plugin": "^1.6.0",
|
|
"babel-loader": "^8.2.5",
|
|
"npm": "^8.19.2",
|
|
"terser-webpack-plugin": "^5.3.3",
|
|
"webpack": "^5.74.0",
|
|
"webpack-cli": "^4.9.0",
|
|
"webpack-dev-server": "^4.7.4",
|
|
"webpack-glsl-loader": "^1.0.1",
|
|
"webpack-glsl-minify": "^1.5.0"
|
|
},
|
|
"dependencies": {
|
|
"autocompleter": "^6.1.3",
|
|
"babel-preset-es2015": "^6.24.1",
|
|
"css-loader": "^5.0.1",
|
|
"file-loader": "^6.1.0",
|
|
"jquery": "^3.6.1",
|
|
"style-loader": "^3.3.1",
|
|
"wasm-pack": "^0.10.3"
|
|
}
|
|
}
|