-
Notifications
You must be signed in to change notification settings - Fork 1
Expand file tree
/
Copy pathpackage.json
More file actions
29 lines (29 loc) · 732 Bytes
/
package.json
File metadata and controls
29 lines (29 loc) · 732 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
{
"name": "bailly.app",
"version": "2.0.0",
"license": "agpl-3.0",
"private": true,
"type": "module",
"scripts": {
"dev": "astro dev",
"start": "astro dev",
"build": "astro check && astro build",
"preview": "astro preview",
"astro": "astro"
},
"dependencies": {
"@astrojs/check": "^0.9.4",
"@astrojs/cloudflare": "^12.6.3",
"@astrojs/solid-js": "^5.1.0",
"@astrojs/tailwind": "^5.1.5",
"@solid-primitives/scheduled": "^1.5.2",
"@thisbeyond/solid-dnd": "^0.7.5",
"astro": "^5.12.9",
"astro-loading-indicator": "^0.7.0",
"greek-conversion": "^0.14.1",
"idb": "^8.0.3",
"solid-js": "^1.9.9",
"tailwindcss": "^3.4.17",
"typescript": "^5.9.2"
}
}