-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathpackage.json
More file actions
47 lines (47 loc) · 1.13 KB
/
package.json
File metadata and controls
47 lines (47 loc) · 1.13 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
37
38
39
40
41
42
43
44
45
46
47
{
"name": "fairclouds",
"type": "module",
"version": "0.0.1",
"scripts": {
"dev": "astro dev",
"start": "astro dev",
"build": "astro build",
"preview": "astro preview",
"astro": "astro"
},
"dependencies": {
"@astrojs/check": "^0.7.0",
"@astrojs/cloudflare": "^10.2.6",
"@astrojs/svelte": "^5.6.0",
"@astrojs/tailwind": "^5.1.0",
"@auth/core": "^0.32.0",
"@directus/sdk": "^16.1.0",
"@nanostores/persistent": "^0.10.1",
"@stripe/stripe-js": "^3.5.0",
"@turf/turf": "^7.1.0",
"@unpic/astro": "^0.0.46",
"astro": "^4.9.3",
"astro-icon": "^1.1.1",
"d3": "^7.9.0",
"d3-tile": "^1.0.0",
"date-fns": "^3.6.0",
"hammerjs": "^2.0.8",
"jszip": "^3.10.1",
"konva": "^9.3.16",
"lucia": "^3.2.0",
"nanostores": "^0.10.3",
"ol": "^10.0.0",
"pixi-viewport": "^5.0.3",
"pixi.js": "^8.5.2",
"stripe": "^15.9.0",
"svelte": "^4.2.18",
"tailwindcss": "^3.4.3",
"typescript": "^5.5.2"
},
"devDependencies": {
"@melt-ui/pp": "^0.3.2",
"@melt-ui/svelte": "^0.83.0",
"@types/d3": "^7.4.3",
"@types/turf": "^3.5.32"
}
}