-
Notifications
You must be signed in to change notification settings - Fork 0
/
package.json
104 lines (104 loc) · 3.19 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
75
76
77
78
79
80
81
82
83
84
85
86
87
88
89
90
91
92
93
94
95
96
97
98
99
100
101
102
103
104
{
"name": "website",
"version": "0.0.1",
"private": true,
"scripts": {
"dev": "tinacms dev --datalayer-port 3453 -c \"vite dev --host\"",
"netlify": "netlify dev",
"build": "tinacms build && vite build && npm run postbuild",
"preview": "vite preview",
"check": "svelte-kit sync && svelte-check --tsconfig ./tsconfig.json",
"check:watch": "svelte-kit sync && svelte-check --tsconfig ./tsconfig.json --watch",
"lint": "prettier --check . && eslint .",
"format": "prettier --write .",
"ttupdate": "node ./src/lib/scripts/tidytuesdayCalendar.cjs",
"generate-thumbnails": "node src/lib/scripts/thumbnail-color.js",
"postbuild": "npx svelte-sitemap --domain https://myawesomedomain.com"
},
"devDependencies": {
"@melt-ui/pp": "^0.2.0",
"@melt-ui/svelte": "^0.66.2",
"@netlify/functions": "^2.4.1",
"@resvg/resvg-js": "^2.6.2",
"@sveltejs/adapter-auto": "^3.0.0",
"@sveltejs/adapter-netlify": "4.3.5",
"@sveltejs/adapter-static": "^3.0.0",
"@sveltejs/enhanced-img": "^0.1.7",
"@sveltejs/kit": "^2.0.0",
"@sveltejs/vite-plugin-svelte": "^3.0.0",
"@tailwindcss/typography": "^0.5.10",
"@tinacms/cli": "^1.5.36",
"@types/lodash": "^4.14.202",
"@types/node": "^20.10.0",
"@typescript-eslint/eslint-plugin": "^6.0.0",
"@typescript-eslint/parser": "^6.0.0",
"autoprefixer": "^10.4.16",
"chokidar": "^3.5.3",
"clsx": "^2.0.0",
"color": "^4.2.3",
"d3": "^7.8.5",
"d3-array": "^3.2.4",
"d3-regression": "^1.3.10",
"daisyui": "^4.4.12",
"eslint": "^8.28.0",
"eslint-config-prettier": "^9.0.0",
"eslint-plugin-svelte": "^2.30.0",
"flowbite": "^2.2.1",
"flowbite-svelte": "^0.44.21",
"fractils": "^3.1.2",
"functions\n": "link:@netlify/functions\n",
"fuzzysort": "^2.0.4",
"gray-matter": "^4.0.3",
"leaflet": "^1.9.4",
"lodash": "^4.17.21",
"lucide-svelte": "^0.300.0",
"marked": "^11.0.0",
"mdsvex": "^0.11.0",
"mdsvex-enhanced-images": "^0.2.3",
"mdsvex-relative-images": "^1.0.3",
"node-vibrant": "3.2.1-alpha.1",
"postcss": "^8.4.31",
"prettier": "^3.0.0",
"prettier-plugin-svelte": "^3.0.0",
"react": "^18.3.1",
"rehype-autolink-headings": "^7.1.0",
"rehype-slug": "^6.0.0",
"remark-footnotes": "2.0",
"remark-toc": "^9.0.0",
"satori": "^0.11.2",
"satori-html": "^0.3.2",
"sharp": "^0.33.2",
"svelte": "^4.2.7",
"svelte-check": "^3.6.0",
"svelte-legos": "^0.2.2",
"svelte-lightbox": "^1.1.3",
"svelte-preprocess": "^5.1.3",
"svelte-sitemap": "^2.6.0",
"svelte-typeahead": "^4.4.1",
"tailwindcss": "^3.4.0",
"tslib": "^2.4.1",
"typescript": "^5.0.0",
"vite": "^5.0.0",
"vite-plugin-kit-routes": "^0.5.1",
"vite-plugin-tailwind-purgecss": "^0.2.0"
},
"type": "module",
"dependencies": {
"@fontsource-variable/archivo": "^5.0.17",
"@fontsource-variable/fira-code": "^5.0.15",
"@fontsource-variable/open-sans": "^5.0.18",
"@fontsource/libre-caslon-text": "^5.0.17",
"@fontsource/roboto-condensed": "^5.0.13",
"@threlte/core": "^7.0.12",
"@threlte/extras": "^8.1.0",
"layerchart": "^0.44.0",
"leaflet-draw": "^1.0.4",
"react-icons": "^5.2.1",
"remark-gfm": "^4.0.0",
"svelte-maplibre": "^0.7.6",
"svelte-ux": "^0.74.6",
"tailwind-merge": "^2.1.0",
"three": "^0.160.0",
"tinacms": "^1.5.26"
}
}