-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathpackage.json
67 lines (67 loc) · 1.92 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
63
64
65
66
67
{
"name": "doxa",
"version": "0.0.1",
"private": true,
"description": "A multi-Stablecoin Plartform",
"keywords": [
"Internet Computer",
"Motoko",
"JavaScript",
"Canister",
"SvelteKit"
],
"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 --check . && eslint .",
"format": "prettier --write .",
"format-motoko": "npx prettier --write --plugin=prettier-plugin-motoko **/*.mo"
},
"devDependencies": {
"@rollup/plugin-inject": "^5.0.5",
"@sveltejs/adapter-static": "^3.0.1",
"@sveltejs/kit": "^2.15.2",
"@sveltejs/vite-plugin-svelte": "^4.0.4",
"@types/eslint": "8.56.0",
"@types/node": "^20.14.2",
"@typescript-eslint/eslint-plugin": "^6.21.0",
"@typescript-eslint/parser": "^6.21.0",
"autoprefixer": "^10.4.19",
"buffer": "^6.0.3",
"eslint": "^8.57.0",
"eslint-config-prettier": "^9.1.0",
"eslint-plugin-svelte": "^2.46.1",
"flowbite": "^2.5.2",
"flowbite-svelte": "^0.47.4",
"flowbite-svelte-icons": "^2.0.2",
"postcss": "^8.4.38",
"prettier": "^3.4.2",
"prettier-plugin-motoko": "^0.8.4",
"prettier-plugin-organize-imports": "^3.2.4",
"prettier-plugin-svelte": "^3.3.2",
"svelte": "^5.17.3",
"svelte-check": "^4.1.3",
"svelte-preprocess": "^6.0.3",
"tailwindcss": "^3.4.4",
"tslib": "^2.6.3",
"typescript": "^5.7.3",
"vite": "^5.4.11"
},
"type": "module",
"dependencies": {
"@dfinity/agent": "^2.0.0",
"@dfinity/auth-client": "^2.2.0",
"@dfinity/candid": "^2.2.0",
"@dfinity/identity": "^2.2.0",
"@dfinity/ledger-icrc": "^2.7.0",
"@dfinity/principal": "^2.2.0",
"@dfinity/utils": "^2.8.0",
"@slide-computer/signer": "^3.11.0",
"@slide-computer/signer-agent": "^3.11.0",
"@slide-computer/signer-web": "^3.11.0",
"svelte-sonner": "^0.3.28"
}
}