-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathpackage.json
More file actions
35 lines (35 loc) · 875 Bytes
/
package.json
File metadata and controls
35 lines (35 loc) · 875 Bytes
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
{
"name": "sk-cratis",
"private": true,
"version": "0.0.0",
"type": "module",
"scripts": {
"dev": "vite",
"build": "vite build",
"preview": "vite preview",
"tauri": "tauri"
},
"dependencies": {
"@sveltejs/svelte-virtual-list": "^3.0.1",
"@tauri-apps/api": "^1.2.0",
"graphology": "^0.25.1",
"graphology-layout": "^0.6.1",
"graphology-layout-force": "^0.2.4",
"graphology-layout-forceatlas2": "^0.10.1",
"json2toml": "^4.0.1",
"showdown": "^2.1.0",
"sigma": "^3.0.0-alpha3",
"toml": "^3.0.0",
"toml-js": "^0.0.8",
"uuid": "^9.0.0"
},
"devDependencies": {
"@sveltejs/adapter-static": "^1.0.0-next.50",
"@sveltejs/vite-plugin-svelte": "^2.0.0",
"@tauri-apps/cli": "^1.2.2",
"sass": "^1.58.3",
"svelte": "^3.54.0",
"svelte-preprocess": "^5.0.1",
"vite": "^4.0.0"
}
}