-
Notifications
You must be signed in to change notification settings - Fork 0
/
package.json
74 lines (74 loc) · 2.17 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
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
{
"name": "ordinaryunfold",
"version": "1.0.0",
"author": {
"name": "Withee Poositasai",
"email": "[email protected]"
},
"license": "MIT",
"type": "module",
"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",
"lint": "eslint . --fix",
"format": "prettier --write ."
},
"devDependencies": {
"@melt-ui/pp": "^0.3.2",
"@melt-ui/svelte": "^0.86.2",
"@rollup/plugin-dsv": "^3.0.4",
"@sveltejs/adapter-static": "^3.0.6",
"@sveltejs/kit": "^2.5.27",
"@sveltejs/vite-plugin-svelte": "^4.0.0",
"@trivago/prettier-plugin-sort-imports": "^4.3.0",
"@types/animejs": "^3.1.7",
"@types/bun": "^1.1.3",
"@types/d3-array": "^3.2.1",
"@types/d3-dsv": "^3.0.7",
"@types/d3-geo": "^3.0.2",
"@types/d3-scale": "^3.2.2",
"@types/d3-shape": "^3.1.6",
"@typescript-eslint/eslint-plugin": "^7.11.0",
"@typescript-eslint/parser": "^7.11.0",
"autoprefixer": "^10.4.19",
"eslint": "^9.4.0",
"eslint-config-prettier": "^9.1.0",
"eslint-plugin-svelte": "^2.45.1",
"p-limit": "^5.0.0",
"postcss": "^8.4.38",
"prettier": "^3.2.5",
"prettier-plugin-svelte": "^3.2.6",
"prettier-plugin-tailwindcss": "^0.6.1",
"puppeteer-core": "^23.8.0",
"svelte": "^5.0.0",
"svelte-check": "^4.0.0",
"svelte-intersection-observer": "^1.0.0",
"svelte-preprocess": "^6.0.0",
"tailwindcss": "^3.4.3",
"tslib": "^2.4.1",
"typescript": "^5.5.0",
"vite": "^5.4.4"
},
"dependencies": {
"@floating-ui/core": "^1.6.2",
"@neodrag/svelte": "^2.0.6",
"@turf/helpers": "^6.5.0",
"animejs": "^3.2.1",
"d3-array": "^3.2.4",
"d3-dsv": "^3.0.1",
"d3-geo": "^3.0.1",
"d3-scale": "^3.3.0",
"d3-shape": "^3.2.0",
"dayjs": "^1.10.5",
"intersection-observer": "^0.12.0",
"js-confetti": "^0.12.0",
"paper": "^0.12.15",
"scrollama": "^2.2.2",
"sheethuahua": "^3.1.0",
"svelte-floating-ui": "^1.5.8",
"svelte-use-click-outside": "^1.0.0"
}
}