-
Notifications
You must be signed in to change notification settings - Fork 2
Expand file tree
/
Copy pathpackage.json
More file actions
36 lines (36 loc) · 1.05 KB
/
Copy pathpackage.json
File metadata and controls
36 lines (36 loc) · 1.05 KB
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": "showcases",
"version": "0.0.1",
"private": true,
"scripts": {
"dev": "vite dev",
"build": "vite build",
"preview": "vite preview",
"deploy": "gh-pages -d build --dotfiles --cname showcases.giacomo.website",
"check": "svelte-kit sync && svelte-check --tsconfig ./jsconfig.json",
"check:watch": "svelte-kit sync && svelte-check --tsconfig ./jsconfig.json --watch",
"translate:precompute": "node --env-file=.env scripts/precompute-translations.mjs"
},
"devDependencies": {
"@sveltejs/adapter-auto": "^3.0.0",
"@sveltejs/kit": "^2.0.0",
"@sveltejs/vite-plugin-svelte": "^4.0.0-next.6",
"svelte": "^5.0.0",
"svelte-check": "^3.6.0",
"typescript": "^5.0.0",
"vite": "^5.0.3"
},
"type": "module",
"dependencies": {
"@sveltejs/adapter-static": "^3.0.8",
"d3": "^7.9.0",
"d3-fetch": "^3.0.1",
"d3-time-format": "^4.1.0",
"date-fns": "^4.1.0",
"gh-pages": "^6.3.0",
"mapbox-gl": "^2.15.0",
"mdsvex": "^0.12.6",
"p5-svelte": "^3.1.2",
"papaparse": "^5.5.3"
}
}