-
Notifications
You must be signed in to change notification settings - Fork 0
/
package.json
62 lines (62 loc) · 1.48 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
54
55
56
57
58
59
60
61
62
{
"name": "contch",
"version": "0.0.1",
"description": "Real-time currency conversion platform for Turkish Lira (TRY) with support for cryptocurrencies and fiat currencies. Features live exchange rates, historical data, and trend tracking.",
"author": {
"name": "Queaxtra",
"url": "https://github.com/queaxtra"
},
"homepage": "https://github.com/queaxtra/contch",
"repository": {
"type": "git",
"url": "git+https://github.com/queaxtra/contch.git"
},
"bugs": {
"url": "https://github.com/queaxtra/contch/issues"
},
"keywords": [
"currency-converter",
"exchange-rates",
"turkish-lira",
"try",
"cryptocurrency",
"bitcoin",
"ethereum",
"real-time",
"svelte",
"sveltekit",
"typescript",
"tailwindcss",
"binance-api",
"frankfurter-api",
"crypto-tracking",
"forex",
"trading",
"finance",
"turkish-exchange",
"contch"
],
"type": "module",
"license": "MIT",
"scripts": {
"dev": "vite dev",
"build": "vite build",
"preview": "vite preview",
"check": "svelte-kit sync && svelte-check --tsconfig ./tsconfig.json",
"check:watch": "svelte-kit sync && svelte-check --tsconfig ./tsconfig.json --watch"
},
"devDependencies": {
"@sveltejs/adapter-auto": "^3.0.0",
"@sveltejs/kit": "^2.0.0",
"@sveltejs/vite-plugin-svelte": "^4.0.0",
"autoprefixer": "^10.4.20",
"svelte": "^5.0.0",
"svelte-check": "^4.0.0",
"tailwindcss": "^3.4.9",
"typescript": "^5.0.0",
"vite": "^5.0.3"
},
"dependencies": {
"svelte-french-toast": "^1.2.0"
}
}