-
-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathpackage.json
More file actions
33 lines (33 loc) · 929 Bytes
/
package.json
File metadata and controls
33 lines (33 loc) · 929 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
{
"name": "binary-search-tree-visualizer",
"type": "module",
"version": "1.0.0",
"homepage": "https://adammehaney.github.io/Binary-Search-Tree-Visualizer/",
"license": "MIT",
"scripts": {
"dev": "astro dev",
"start": "astro dev",
"build": "astro check && astro build",
"preview": "astro preview",
"astro": "astro"
},
"dependencies": {
"@astrojs/check": "^0.5.10",
"@astrojs/sitemap": "^3.1.2",
"@astrojs/svelte": "^7.2.5",
"@fontsource-variable/manrope": "^5.0.19",
"@iconify-json/material-symbols": "^1.1.76",
"astro": "^5.18.0",
"astro-icon": "^1.1.0",
"astro-robots-txt": "^1.0.0",
"svelte": "^5.53.6",
"typescript": "^5.4.4"
},
"repository": {
"type": "git",
"url": "https://github.com/adammehaney/Binary-Search-Tree-Visualizer.git"
},
"bugs": {
"url": "https://github.com/adammehaney/Binary-Search-Tree-Visualizer/issues"
}
}