chore: swap deps to Vite + React 18, remove Granite/Toss/RN

This commit is contained in:
2026-04-27 08:22:59 +09:00
parent 664fe881dd
commit fe96091989
2 changed files with 500 additions and 21009 deletions

21484
package-lock.json generated

File diff suppressed because it is too large Load Diff

View File

@@ -2,28 +2,25 @@
"name": "archetype-firstspark",
"version": "1.0.0",
"private": true,
"type": "module",
"scripts": {
"dev": "chcp 65001 >nul 2>&1 && node node_modules/@granite-js/react-native/bin/cli.js dev",
"build": "chcp 65001 >nul 2>&1 && node node_modules/@granite-js/react-native/bin/cli.js build",
"deploy": "chcp 65001 >nul 2>&1 && ait deploy"
"dev": "vite",
"build": "tsc --noEmit && vite build",
"preview": "vite preview",
"typecheck": "tsc --noEmit"
},
"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",
"@toss/tds-react-native": "^2.0.2",
"react": "^18.3.1",
"react-dom": "^18.3.1",
"react-native": "^0.84.1",
"zustand": "^5.0.12"
},
"devDependencies": {
"@types/react": "^19.2.14",
"@types/react-dom": "^19.2.3",
"@types/webpack-env": "^1.18.8",
"typescript": "^6.0.2"
"@types/node": "^22.7.0",
"@types/react": "^18.3.12",
"@types/react-dom": "^18.3.1",
"@vitejs/plugin-react": "^4.3.4",
"typescript": "^5.6.3",
"vite": "^5.4.11"
}
}