Skip to content

Commit b386152

Browse files
committed
chore: bump packages and add README
1 parent ccae57e commit b386152

File tree

3 files changed

+45
-21
lines changed

3 files changed

+45
-21
lines changed

README.md

+19
Original file line numberDiff line numberDiff line change
@@ -1 +1,20 @@
11
# Zolplay Official Website
2+
3+
## Introduction
4+
This repo contains the code for the official website of Zolplay.
5+
- [English (zolplay.com)](https://zolplay.com)
6+
- [简体中文 (zolplay.cn)](https://zolplay.cn)
7+
8+
## Tech Stack
9+
- [Next.js 13 (app router)](https://nextjs.org/)
10+
- [TypeScript](https://www.typescriptlang.org/)
11+
- [Tailwind CSS](https://tailwindcss.com/)
12+
- [Framer Motion](https://www.framer.com/motion/)
13+
- [Sanity.io](https://www.sanity.io/)
14+
- [pnpm](https://pnpm.io/)
15+
16+
## Set up local environment
17+
```bash
18+
pnpm i
19+
pnpm dev
20+
```

package.json

+3-2
Original file line numberDiff line numberDiff line change
@@ -29,7 +29,7 @@
2929
"jotai": "^2.0.3",
3030
"js-yaml": "^4.1.0",
3131
"next": "^13.2.4",
32-
"next-intl": "2.12.0-beta.3",
32+
"next-intl": "2.12.0-beta.5",
3333
"next-sanity": "^4.1.5",
3434
"next-themes": "^0.2.1",
3535
"react": "^18.2.0",
@@ -42,7 +42,7 @@
4242
"react-wrap-balancer": "^0.4.0",
4343
"sanity": "^3.6.0",
4444
"server-only": "^0.0.1",
45-
"sonner": "^0.1.6",
45+
"sonner": "^0.2.0",
4646
"styled-components": "^5.3.8",
4747
"suspend-react": "^0.0.8",
4848
"zod": "^3.21.4"
@@ -52,6 +52,7 @@
5252
"@tailwindcss/line-clamp": "^0.4.2",
5353
"@tailwindcss/typography": "^0.5.9",
5454
"@types/js-yaml": "^4.0.5",
55+
"@types/node": "^18.15.3",
5556
"@types/react": "^18.0.28",
5657
"autoprefixer": "^10.4.14",
5758
"eslint": "^8.36.0",

pnpm-lock.yaml

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

0 commit comments

Comments
 (0)