1 Star 0 Fork 0

Alibaba/spatial-data-vis-framework

加入 Gitee
与超过 1200万 开发者一起发现、参与优秀开源项目,私有仓库也完全免费 :)
免费加入
文件
克隆/下载
package.json 1.73 KB
一键复制 编辑 原始数据 按行查看 历史
{
"name": "polaris.gl",
"_name": "@polaris.gl/root",
"private": true,
"workspaces": {
"packages": [
"packages-gsi/**",
"packages/**",
"examples-vite",
"examples-vite-*"
],
"nohoist": [
"**/@polaris.gl/examples-vite/**",
"**/@polaris.gl/examples-vite-*/**",
"**/@types/**"
]
},
"scripts": {
"start": "npm run start:vite",
"start:webpack": "npx concurrently --kill-others --names \"watch,examples\" \"npm run watch\" \"cd ./examples && npm start\" ",
"start:vite": "npx concurrently --kill-others --names \"watch,examples\" \"npm run watch\" \"cd ./examples-vite && npm start\" ",
"setup": "node scripts/setup.mjs",
"updateStructure": "rm -rf ./yarn.lock && npm run setup && node scripts/copyFiles.mjs && node scripts/fixTsReferences.mjs",
"clean": "rm -rf ./yarn.lock && rm -rf gsi-packages && rm -rf ./node_modules && lerna clean -y && lerna run --no-private --stream --parallel clean",
"build": "lerna run build --ignore @gs.i/* --stream --no-private",
"rebuild": "lerna run --no-private --stream rebuild",
"watch": "node scripts/watch.mjs --fast",
"prepare": "husky install"
},
"lint-staged": {
"**/*.{js,ts,cjs,cts,mjs,mts,jsx,tsx}": [
"eslint",
"prettier --write --ignore-unknown"
]
},
"devDependencies": {
"@typescript-eslint/eslint-plugin": "^5.59.7",
"@typescript-eslint/parser": "^5.59.7",
"chokidar": "^3.5.2",
"colors": "=1.4.0",
"concurrently": "^6.4.0",
"eslint": "^8.41.0",
"eslint-config-prettier": "8.3.0",
"husky": "^7.0.4",
"jsonc-parser": "^3.0.0",
"lint-staged": "^12.3.7",
"prettier": "^2.6.1",
"shelljs": "^0.8.5",
"typescript": "^5.0.0",
"vite": "*"
}
}
Loading...
马建仓 AI 助手
尝试更多
代码解读
代码找茬
代码优化
1
https://gitee.com/alibaba/spatial-data-vis-framework.git
[email protected]:alibaba/spatial-data-vis-framework.git
alibaba
spatial-data-vis-framework
spatial-data-vis-framework
dev

搜索帮助