This repository has been archived by the owner on Apr 16, 2024. It is now read-only.
-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathpackage.json
53 lines (53 loc) · 1.54 KB
/
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
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
{
"name": "namedays-app",
"version": "0.0.1",
"scripts": {
"start": "npm run dev",
"dev": "svelte-kit dev",
"build": "svelte-kit build",
"preview": "svelte-kit preview",
"check": "svelte-check --tsconfig ./tsconfig.json",
"check:watch": "svelte-check --tsconfig ./tsconfig.json --watch",
"prettier": "prettier --ignore-path .gitignore --write ."
},
"devDependencies": {
"@sveltejs/adapter-netlify": "1.0.0-next.29",
"@sveltejs/kit": "1.0.0-next.157",
"@tammergard/prettier-config": "1.3.0",
"@tammergard/tsconfig": "1.0.0",
"@typescript-eslint/eslint-plugin": "4.30.0",
"@typescript-eslint/parser": "4.30.0",
"autoprefixer": "10.3.4",
"eslint": "7.32.0",
"eslint-config-prettier": "8.3.0",
"eslint-plugin-svelte3": "3.2.0",
"namedays": "2.1.0",
"prettier": "2.3.2",
"prettier-plugin-svelte": "2.4.0",
"svelte": "3.42.4",
"svelte-check": "2.2.5",
"svelte-preprocess": "4.9.1",
"tailwindcss": "2.2.9",
"tslib": "2.3.1",
"typescript": "4.4.2"
},
"type": "module",
"repository": {
"type": "git",
"url": "git+https://github.com/filiptammergard/namedays-app.git"
},
"keywords": [
"nameday",
"namedays",
"name day",
"swedish namedays",
"namnsdag",
"namnsdagar"
],
"author": "Filip Tammergård <[email protected]> (https://tammergard.se/)",
"license": "MIT",
"bugs": {
"url": "https://github.com/filiptammergard/namedays-app/issues"
},
"homepage": "https://github.com/filiptammergard/namedays-app#readme"
}