-
Notifications
You must be signed in to change notification settings - Fork 0
/
package.json
52 lines (52 loc) · 1.45 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
{
"name": "metastellar-application",
"version": "0.0.1",
"scripts": {
"dev": "vite dev --host",
"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": {
"@fontsource/fira-mono": "^4.5.10",
"@neoconfetti/svelte": "^1.0.0",
"@sveltejs/adapter-auto": "^3.0.0",
"@sveltejs/kit": "^2.0.0",
"@sveltejs/vite-plugin-svelte": "^3.0.0",
"@types/node": "^20.12.12",
"autoprefixer": "^10.4.19",
"postcss": "^8.4.38",
"postcss-load-config": "^6.0.1",
"svelte": "^4.2.7",
"svelte-check": "^3.6.0",
"svelte-copy": "^1.4.2",
"svelte-loading-spinners": "^0.3.6",
"svelte-preprocess": "^6.0.1",
"tailwindcss": "^3.4.4",
"tslib": "^2.4.1",
"typescript": "^5.0.0",
"vite": "^5.0.3"
},
"type": "module",
"dependencies": {
"@fullhuman/postcss-purgecss": "^6.0.0",
"@metastellar/ui-library": "^0.0.19",
"@stellar/stellar-sdk": "^12.0.0-rc.3",
"copy-to-clipboard": "^3.3.3",
"dotenv": "^16.4.5",
"flowbite-svelte": "^0.46.4",
"flowbite-svelte-icons": "^1.6.1",
"metastellar-sdk": "^0.0.7",
"mongodb": "^6.6.2",
"pg": "^8.11.5",
"stellar-sdk": "^12.1.0",
"stellar-snap": "^1.0.0",
"svelte-forms": "^2.3.1",
"svelte-forms-lib": "^2.0.1",
"svelte-icons": "^2.1.0",
"svelte-sonner": "^0.3.26",
"svelte-toasts": "^1.1.2",
"sweetalert2": "^11.12.2"
}
}