-
Notifications
You must be signed in to change notification settings - Fork 1
/
Copy pathpackage.json
36 lines (36 loc) · 940 Bytes
/
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
{
"name": "churros",
"private": true,
"version": "0.0.0",
"type": "module",
"scripts": {
"dev": "vite",
"build": "vite build",
"preview": "vite preview",
"check": "svelte-check --tsconfig ./tsconfig.json",
"tauri": "tauri",
"start": "sirv public --no-clear --port 3030",
"tauri:build": "npm run tauri build"
},
"devDependencies": {
"@sveltejs/vite-plugin-svelte": "^1.0.0-next.30",
"@tauri-apps/api": "^1.0.2",
"@tauri-apps/cli": "^1.0.2",
"@tsconfig/svelte": "^2.0.1",
"buffer": "^6.0.3",
"events": "^3.3.0",
"sass": "^1.53.0",
"svelte": "^3.44.0",
"svelte-check": "^2.2.7",
"svelte-preprocess": "^4.9.8",
"tslib": "^2.3.1",
"typescript": "^4.5.4",
"vite": "^2.9.9",
"vite-compatible-readable-stream": "^3.6.1",
"worker-loader": "^3.0.8"
},
"dependencies": {
"@taquito/signer": "^13.0.0",
"@taquito/taquito": "^13.0.0"
}
}