Skip to content

Commit

Permalink
upgrade npm libraries
Browse files Browse the repository at this point in the history
  • Loading branch information
zeucapua committed Feb 25, 2024
1 parent 2f063e9 commit 6955c09
Show file tree
Hide file tree
Showing 3 changed files with 454 additions and 241 deletions.
43 changes: 7 additions & 36 deletions README.md
Original file line number Diff line number Diff line change
@@ -1,38 +1,9 @@
# create-svelte
# typer99: May the best typer win!

Everything you need to build a Svelte project, powered by [`create-svelte`](https://github.com/sveltejs/kit/tree/main/packages/create-svelte).
An open-source multiplayer party typing game.

## Creating a project

If you're seeing this, you've probably already done this step. Congrats!

```bash
# create a new project in the current directory
npm create svelte@latest

# create a new project in my-app
npm create svelte@latest my-app
```

## Developing

Once you've created a project and installed dependencies with `npm install` (or `pnpm install` or `yarn`), start a development server:

```bash
npm run dev

# or start the server and open the app in a new browser tab
npm run dev -- --open
```

## Building

To create a production version of your app:

```bash
npm run build
```

You can preview the production build with `npm run preview`.

> To deploy your app, you may need to install an [adapter](https://kit.svelte.dev/docs/adapters) for your target environment.
### Built with...
- Svelte (v5 beta)
- PartyKit
- TailwindCSS
- Faker.js
22 changes: 11 additions & 11 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -10,19 +10,19 @@
"check:watch": "svelte-kit sync && svelte-check --tsconfig ./tsconfig.json --watch"
},
"devDependencies": {
"@faker-js/faker": "^8.3.1",
"@sveltejs/adapter-auto": "^3.0.0",
"@sveltejs/kit": "^2.0.0",
"@sveltejs/vite-plugin-svelte": "^3.0.0",
"autoprefixer": "^10.4.16",
"@faker-js/faker": "^8.4.1",
"@sveltejs/adapter-auto": "^3.1.1",
"@sveltejs/kit": "^2.5.1",
"@sveltejs/vite-plugin-svelte": "^3.0.2",
"autoprefixer": "^10.4.17",
"partykit": "0.0.53",
"postcss": "^8.4.33",
"svelte": "^5.0.0-next.1",
"svelte-check": "^3.6.0",
"postcss": "^8.4.35",
"svelte": "5.0.0-next.68",
"svelte-check": "^3.6.4",
"tailwindcss": "^3.4.1",
"tslib": "^2.4.1",
"typescript": "^5.0.0",
"vite": "^5.0.3"
"tslib": "^2.6.2",
"typescript": "^5.3.3",
"vite": "^5.1.4"
},
"type": "module",
"dependencies": {
Expand Down
Loading

0 comments on commit 6955c09

Please sign in to comment.