Skip to content

Commit e2d1e13

Browse files
authored
Merge pull request #102 from kc3hack/ikotome/front/add-create-page
登録画面のレイアウト
2 parents 934fa50 + e08b309 commit e2d1e13

37 files changed

+1014
-26398
lines changed

package-lock.json

+414-75
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

packages/akane-next/package-lock.json

-24,794
This file was deleted.

packages/akane-next/package.json

+7
Original file line numberDiff line numberDiff line change
@@ -21,14 +21,21 @@
2121
"@apollo/experimental-nextjs-app-support": "^0.11.9",
2222
"@apollo/server": "^4.11.3",
2323
"@as-integrations/next": "^3.2.0",
24+
25+
"@chakra-ui/form-control": "^2.2.0",
26+
"@chakra-ui/icons": "^2.2.4",
27+
2428
"@aws-sdk/client-s3": "^3.750.0",
2529
"@aws-sdk/s3-request-presigner": "^3.750.0",
2630
"@chakra-ui/react": "^3.8.0",
31+
2732
"@emotion/react": "^11.14.0",
33+
"@emotion/styled": "^11.14.0",
2834
"@mapbox/mapbox-gl-language": "^1.0.1",
2935
"@prisma/client": "^6.3.1",
3036
"@turf/turf": "^7.2.0",
3137
"@types/mapbox-gl": "^3.4.1",
38+
"framer-motion": "^12.4.7",
3239
"graphql": "^16.10.0",
3340
"mapbox-gl": "^3.10.0",
3441
"next": "15.1.7",

packages/akane-next/public/castle.png

-123 KB
Binary file not shown.
-91.6 KB
Binary file not shown.

packages/akane-next/public/icon.png

-108 KB
Binary file not shown.
-53.6 KB
Binary file not shown.
-184 KB
Binary file not shown.

packages/akane-next/src/app/(main)/(headerQuestion)/(map)/(bottomSheet)/(pageRoot)/create/page.tsx

-210
This file was deleted.

packages/akane-next/src/app/(main)/(headerQuestion)/(map)/(bottomSheet)/(pageRoot)/question_mock.ts

-30
This file was deleted.

packages/akane-next/src/app/(main)/(headerQuestion)/(map)/(bottomSheet)/(pageRoot)/story/[story_id]/challenge/[question_id]/page.tsx

-49
This file was deleted.

0 commit comments

Comments
 (0)