Skip to content

Commit 56334a9

Browse files
committed
updated the routes
1 parent 620ceb1 commit 56334a9

File tree

6 files changed

+338
-419
lines changed

6 files changed

+338
-419
lines changed

.gitpod.yml

Lines changed: 9 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,9 @@
1+
# This configuration file was automatically generated by Gitpod.
2+
# Please adjust to your needs (see https://www.gitpod.io/docs/config-gitpod-file)
3+
# and commit this file to your remote git repository to share the goodness with others.
4+
5+
tasks:
6+
- init: pnpm install && pnpm run build
7+
command: pnpm run dev
8+
9+

package.json

Lines changed: 24 additions & 24 deletions
Original file line numberDiff line numberDiff line change
@@ -1,26 +1,26 @@
11
{
2-
"name": "what-is-my-ip",
3-
"version": "0.0.1",
4-
"scripts": {
5-
"dev": "vite dev",
6-
"build": "vite build",
7-
"preview": "vite preview",
8-
"prepare": "svelte-kit sync",
9-
"check": "svelte-check --tsconfig ./jsconfig.json",
10-
"check:watch": "svelte-check --tsconfig ./jsconfig.json --watch",
11-
"lint": "prettier --ignore-path .gitignore --check --plugin-search-dir=. .",
12-
"format": "prettier --ignore-path .gitignore --write --plugin-search-dir=. ."
13-
},
14-
"devDependencies": {
15-
"@sveltejs/adapter-auto": "next",
16-
"@sveltejs/adapter-vercel": "^1.0.0-next.48",
17-
"@sveltejs/kit": "next",
18-
"prettier": "^2.5.1",
19-
"prettier-plugin-svelte": "^2.5.0",
20-
"svelte": "^3.44.0",
21-
"svelte-check": "^2.2.6",
22-
"typescript": "~4.6.2",
23-
"vite": "^2.9.14"
24-
},
25-
"type": "module"
2+
"name": "what-is-my-ip",
3+
"version": "0.0.1",
4+
"scripts": {
5+
"dev": "vite dev",
6+
"build": "vite build",
7+
"preview": "vite preview",
8+
"prepare": "svelte-kit sync",
9+
"check": "svelte-check --tsconfig ./jsconfig.json",
10+
"check:watch": "svelte-check --tsconfig ./jsconfig.json --watch",
11+
"lint": "prettier --ignore-path .gitignore --check --plugin-search-dir=. .",
12+
"format": "prettier --ignore-path .gitignore --write --plugin-search-dir=. ."
13+
},
14+
"devDependencies": {
15+
"@sveltejs/adapter-auto": "next",
16+
"@sveltejs/adapter-vercel": "next",
17+
"@sveltejs/kit": "next",
18+
"prettier": "latest",
19+
"prettier-plugin-svelte": "latest",
20+
"svelte": "latest",
21+
"svelte-check": "latest",
22+
"typescript": "~4.6.2",
23+
"vite": "latest"
24+
},
25+
"type": "module"
2626
}

0 commit comments

Comments
 (0)