{ "name": "archetype-firstspark", "version": "1.0.0", "private": true, "scripts": { "dev": "chcp 65001 >nul 2>&1 && node node_modules/@granite-js/react-native/bin/cli.js dev", "build": "chcp 65001 >nul 2>&1 && ait build", "deploy": "chcp 65001 >nul 2>&1 && ait deploy" }, "dependencies": { "@apps-in-toss/analytics": "^2.3.0", "@apps-in-toss/web-framework": "^2.3.0", "@emotion/react": "^11.14.0", "@toss/tds-colors": "^0.1.0", "@toss/tds-mobile": "^2.3.0", "@toss/tds-mobile-ait": "^2.3.0", "react": "^18.3.1", "react-dom": "^18.3.1", "react-native": "^0.84.1", "zustand": "^5.0.12" } }