mirror of
https://github.com/selfxyz/self.git
synced 2026-04-27 03:01:15 -04:00
* fill gps * pr feedback * add easy demo install script, sort package.json files * get app running * fix ios running * rename app * fix pipeline issues * pr feedback * fix pipelines * fix * update
35 lines
890 B
JSON
35 lines
890 B
JSON
{
|
|
"name": "@selfxyz/webview-app",
|
|
"version": "0.0.1-alpha.1",
|
|
"private": true,
|
|
"type": "module",
|
|
"scripts": {
|
|
"build": "tsc --noEmit && vite build",
|
|
"dev": "vite",
|
|
"preview": "vite preview",
|
|
"typecheck": "tsc --noEmit"
|
|
},
|
|
"dependencies": {
|
|
"@selfxyz/euclid-core": "^1.0.1",
|
|
"@selfxyz/euclid-web": "^1.0.2",
|
|
"@selfxyz/mobile-sdk-alpha": "workspace:^",
|
|
"@selfxyz/webview-bridge": "workspace:^",
|
|
"lottie-react": "^2.4.0",
|
|
"react": "^18.3.1",
|
|
"react-dom": "^18.3.1",
|
|
"react-router-dom": "^6.28.0",
|
|
"uuid": "^11.1.0",
|
|
"zustand": "^4.5.2"
|
|
},
|
|
"devDependencies": {
|
|
"@testing-library/react": "^14.1.2",
|
|
"@types/react": "^18.3.4",
|
|
"@types/react-dom": "^18.3.0",
|
|
"@vitejs/plugin-react": "^4.3.4",
|
|
"typescript": "^5.9.3",
|
|
"vite": "^6.1.0",
|
|
"vitest": "^2.1.8"
|
|
},
|
|
"packageManager": "yarn@4.12.0"
|
|
}
|