22 lines
416 B
JSON
22 lines
416 B
JSON
{
|
|
"name": "@tria/platform",
|
|
"version": "0.1.0",
|
|
"private": true,
|
|
"type": "module",
|
|
"main": "./src/index.ts",
|
|
"peerDependencies": {
|
|
"react": "^18.3.0"
|
|
},
|
|
"devDependencies": {
|
|
"@types/react": "^18.3.27",
|
|
"react": "^18.3.1",
|
|
"typescript": "^5.9.3"
|
|
},
|
|
"dependencies": {
|
|
"@vkontakte/vk-bridge": "^2.15.11"
|
|
},
|
|
"scripts": {
|
|
"typecheck": "tsc -p tsconfig.json --noEmit"
|
|
}
|
|
}
|