-
Notifications
You must be signed in to change notification settings - Fork 0
/
package.json
55 lines (55 loc) · 1.48 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
{
"name": "krishnaswamy-lab-site",
"version": "0.0.1",
"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"
},
"devDependencies": {
"@beyonk/svelte-mapbox": "^9.0.5",
"@carbon/charts-svelte": "^1.6.14",
"@fontsource/fira-mono": "^4.5.10",
"@neoconfetti/svelte": "^1.0.0",
"@sveltejs/adapter-auto": "^2.0.0",
"@sveltejs/kit": "^1.5.0",
"@tailwindcss/aspect-ratio": "^0.4.2",
"@tailwindcss/line-clamp": "^0.4.2",
"@tailwindcss/typography": "^0.5.9",
"@types/cookie": "^0.5.1",
"autoprefixer": "^10.4.13",
"d3-scale-chromatic": "^3.0.0",
"postcss": "^8.4.21",
"svelte": "^3.54.0",
"svelte-canvas": "^0.9.3",
"svelte-check": "^3.0.1",
"tailwindcss": "^3.2.6",
"tslib": "^2.4.1",
"typescript": "^4.9.3",
"vite": "^4.0.0"
},
"type": "module",
"dependencies": {
"@popperjs/core": "^2.11.6",
"@tailwindcss/container-queries": "^0.1.0",
"classnames": "^2.3.2",
"d3": "^7.8.2",
"d3-collection": "^1.0.7",
"d3-drag": "^3.0.0",
"d3-force": "^3.0.0",
"d3-quadtree": "^3.0.1",
"d3-scale": "^4.0.2",
"d3-selection": "^3.0.0",
"d3-zoom": "^3.0.0",
"daisyui": "^2.50.0",
"flowbite": "^1.6.3",
"flowbite-svelte": "^0.30.6",
"layercake": "^7.2.2",
"lodash": "^4.17.21",
"regl": "^2.1.0",
"svelte-youtube-embed": "^0.1.8",
"vite-plugin-yaml2": "^1.1.5"
}
}