mirror of
https://github.com/cds-astro/aladin-lite.git
synced 2025-12-29 06:06:00 -08:00
21 lines
458 B
JSON
21 lines
458 B
JSON
{
|
|
"scripts": {
|
|
"build": "webpack",
|
|
"serve": "webpack-dev-server"
|
|
},
|
|
"devDependencies": {
|
|
"@fxpineau/healpix": "^0.1.3",
|
|
"@wasm-tool/wasm-pack-plugin": "^1.0.1",
|
|
"html-webpack-plugin": "^3.2.0",
|
|
"text-encoding": "^0.7.0",
|
|
"webpack": "^4.43.0",
|
|
"webpack-cli": "^3.3.12",
|
|
"webpack-dev-server": "^3.11.0",
|
|
"webpack-glsl-loader": "^1.0.1"
|
|
},
|
|
"dependencies": {
|
|
"file-loader": "^6.1.0",
|
|
"n": "^6.6.0"
|
|
}
|
|
}
|