wwt-webgl-engine/embed/package.json

63 строки
2.0 KiB
JSON

{
"author": "The WorldWide Telescope Team <hello@worldwidetelescope.org>",
"bugs": {
"email": "hello@worldwidetelescope.org",
"url": "https://github.com/WorldWideTelescope/wwt-webgl-engine/issues"
},
"dependencies": {
"@fortawesome/fontawesome-svg-core": "^6.2.0",
"@fortawesome/free-solid-svg-icons": "^6.2.0",
"@fortawesome/vue-fontawesome": "^3",
"@wwtelescope/embed-common": "workspace:0.0.0-dev.0",
"@wwtelescope/engine": "workspace:0.0.0-dev.0",
"@wwtelescope/engine-pinia": "workspace:0.0.0-dev.0",
"screenfull": "^5",
"v-tooltip": "^2.1",
"vue": "^3",
"vue3-popper": "^1.5.0"
},
"description": "The WorldWide Telescope as an embeddable iframe.",
"devDependencies": {
"@typescript-eslint/eslint-plugin": "^5.38.1",
"@typescript-eslint/parser": "^5.38.1",
"@vue/cli-plugin-eslint": "^5.0.8",
"@vue/cli-plugin-typescript": "^5.0.8",
"@vue/cli-service": "^5.0.8",
"@vue/eslint-config-typescript": "^11.0.2",
"copyfiles": "^2.2.0",
"eslint": "^8.24.0",
"eslint-plugin-vue": "^9.5.1",
"less": "^4.1.3",
"less-loader": "^11.0.0",
"rimraf": "^3",
"sass": "^1.26.3",
"sass-loader": "^13.0.2",
"typedoc": "0.25.1",
"typescript": "~4.8.4",
"vue-template-compiler": "~2.6.11",
"webpack": "^5.94.0"
},
"homepage": "https://worldwidetelescope.org/home/",
"internalDepVersions": {
"@wwtelescope/embed-common": "manual:workspace:>=0.2.0",
"@wwtelescope/engine": "thiscommit:2023-09-15:u5a68Lm",
"@wwtelescope/engine-pinia": "thiscommit:2024-02-07:wwKwK5K"
},
"keywords": [
"WorldWide Telescope"
],
"license": "MIT",
"name": "@wwtelescope/embed",
"publishConfig": {
"access": "public"
},
"repository": "github:WorldWideTelescope/wwt-webgl-engine",
"scripts": {
"build": "vue-cli-service build",
"clean": "rimraf dist",
"doc": "copyfiles -u 1 \"dist/**/*\" ../docs/engine/static/embed",
"lint": "vue-cli-service lint src",
"serve": "vue-cli-service serve"
},
"version": "0.0.0-dev.0"
}