-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathpackage.json
34 lines (34 loc) · 922 Bytes
/
package.json
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
{
"name": "weather-tablet",
"version": "0.0.0",
"description": "Simple single page app that shows current and upcoming weather.",
"type": "module",
"scripts": {
"dev": "vite dev --port 3000",
"build": "vite build",
"preview": "vite preview",
"lint": "eslint ."
},
"devDependencies": {
"@sveltejs/adapter-auto": "^2.0.0",
"@sveltejs/kit": "^1.20.4",
"eslint": "^8.28.0",
"eslint-plugin-svelte": "^2.30.0",
"svelte": "^4.0.5",
"vite": "^4.4.2"
},
"repository": {
"type": "git",
"url": "git+https://github.com/saibotsivad/weather-tablet.git"
},
"author": {
"name": "Tobias Davis",
"email": "[email protected]",
"url": "https://davistobias.com"
},
"license": "SEE LICENSE IN LICENSE.md",
"bugs": {
"url": "https://github.com/saibotsivad/weather-tablet/issues"
},
"homepage": "https://github.com/saibotsivad/weather-tablet"
}