-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathpackage.json
More file actions
30 lines (30 loc) · 734 Bytes
/
package.json
File metadata and controls
30 lines (30 loc) · 734 Bytes
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
{
"name": "pugbot.tf",
"type": "module",
"version": "1.0.0",
"scripts": {
"dev": "astro dev",
"start": "node start.js",
"build": "astro check && astro build",
"preview": "astro preview",
"astro": "astro"
},
"dependencies": {
"@astrojs/check": "^0.4.1",
"@astrojs/node": "^9.0.0",
"@astrojs/svelte": "^7.0.2",
"@libsql/client": "^0.4.3",
"@paralleldrive/cuid2": "^2.2.2",
"@sveltejs/vite-plugin-svelte": "^4.0.0-next.6",
"astro": "^5.1.1",
"axios": "^1.6.7",
"d3-interpolate": "^3.0.1",
"dotenv": "^16.4.5",
"express": "^4.18.2",
"mongodb": "^6.3.0",
"svelte": "^5.16.0"
},
"overrides": {
"@sveltejs/vite-plugin-svelte": "^4.0.0-next.6"
}
}