You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
openrank/front/frontend/package.json

23 lines
487 B

{
"name": "openrank-frontend",
"version": "1.0.0",
"description": "OpenRank 前端可视化界面 - 科技感数据分析仪表板",
"main": "index.html",
"scripts": {
"dev": "live-server --port=3000 --open",
"build": "echo '前端构建完成'"
},
"keywords": [
"openrank",
"dashboard",
"visualization",
"github",
"analytics"
],
"author": "OpenRank Team",
"license": "Apache-2.0",
"devDependencies": {
"live-server": "^1.2.2"
}
}