增加不可变源码检出、两阶段 finalize/activate、Runtime 同源对象读取与 iframe 安全边界,并用 fail-closed CI 门固定契约。Git 仅提交平台实现、契约、迁移和 SoT,不包含具体游戏源码、素材、bundle 或验收证据。
29 lines
645 B
JSON
29 lines
645 B
JSON
{
|
|
"name": "game-studio",
|
|
"private": true,
|
|
"version": "0.0.0",
|
|
"type": "module",
|
|
"scripts": {
|
|
"dev": "vite",
|
|
"build": "vue-tsc -b && vite build",
|
|
"preview": "vite preview",
|
|
"test:host-security": "node --test scripts/inject-security.test.mjs"
|
|
},
|
|
"dependencies": {
|
|
"axios": "^1.18.0",
|
|
"pinia": "^3.0.4",
|
|
"vant": "^4.9.24",
|
|
"vue": "^3.5.34",
|
|
"vue-i18n": "^10.0.0",
|
|
"vue-router": "^4.6.4"
|
|
},
|
|
"devDependencies": {
|
|
"@types/node": "^24.12.3",
|
|
"@vitejs/plugin-vue": "^6.0.6",
|
|
"@vue/tsconfig": "^0.9.1",
|
|
"typescript": "~6.0.2",
|
|
"vite": "^8.0.12",
|
|
"vue-tsc": "^3.2.8"
|
|
}
|
|
}
|