-
Notifications
You must be signed in to change notification settings - Fork 0
/
package.json
39 lines (39 loc) · 993 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
37
38
39
{
"name": "svelte-kit-app",
"version": "0.0.1",
"scripts": {
"dev": "vite dev",
"build": "vite build",
"start": "vite start"
},
"devDependencies": {
"@sveltejs/adapter-auto": "^2.0.1",
"@sveltejs/kit": "^1.0.0",
"@types/content-type": "^1.1.3",
"@types/d3-scale": "^4.0.2",
"@types/d3-scale-chromatic": "^3.0.0",
"@types/d3-shape": "^3.1.0",
"@types/debounce": "^1.2.0",
"content-type": "^1.0.4",
"country-code-lookup": "^0.0.23",
"d3-scale": "^4.0.2",
"d3-scale-chromatic": "^3.0.0",
"d3-shape": "^3.1.0",
"encoding": "^0.1.13",
"hast-util-from-html": "^1.0.0",
"hast-util-select": "^5.0.2",
"hast-util-to-html": "^8.0.3",
"html-entities": "^2.1.1",
"reduce-unique": "^2.0.1",
"sass": "^1.32.8",
"svelte": "^3.29.0",
"svelte-preprocess": "^5.0.3",
"tslib": "^2.1.0",
"typescript": "^4.2.3",
"vite": "^4.0.4"
},
"type": "module",
"engines": {
"node": ">= 18"
}
}