-
Notifications
You must be signed in to change notification settings - Fork 3
/
Copy pathpackage.json
49 lines (49 loc) · 1.42 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
{
"name": "geph-website",
"version": "0.0.1",
"private": true,
"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",
"lint": "prettier --plugin-search-dir . --check . && eslint .",
"format": "prettier --plugin-search-dir . --write ."
},
"devDependencies": {
"@modyfi/vite-plugin-yaml": "^1.0.4",
"@sveltejs/adapter-auto": "next",
"@sveltejs/adapter-netlify": "^1.0.5",
"@sveltejs/kit": "next",
"@types/qrcode": "^1.5.1",
"@typescript-eslint/eslint-plugin": "^5.61.0",
"@typescript-eslint/parser": "^5.61.0",
"eslint": "^8.44.0",
"eslint-config-prettier": "^8.8.0",
"eslint-plugin-svelte3": "^4.0.0",
"prettier": "^2.8.8",
"prettier-plugin-svelte": "^2.10.1",
"svelte": "^3.59.2",
"svelte-check": "^2.10.3",
"tslib": "^2.6.0",
"typescript": "^4.9.5",
"vite": "^4.4.1"
},
"type": "module",
"dependencies": {
"@types/debounce": "^1.2.1",
"axios": "^1.4.0",
"bootstrap": "5.2.3",
"cryptocurrency-icons": "^0.18.1",
"debounce": "^1.2.1",
"detect-nearest-browser-locale": "^19.0.0",
"detect-nearest-locale": "^1.0.1",
"qrcode": "^1.5.3",
"svelte-cryptoicon": "^0.16.1",
"svelte-material-icons": "^2.1.0",
"svelte-preprocess": "^5.0.4",
"vite-plugin-yaml": "^1.0.5",
"yaml": "^2.3.1"
}
}