-
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) · 741 Bytes
/
package.json
File metadata and controls
30 lines (30 loc) · 741 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": "agile-as-a-service",
"type": "module",
"version": "1.0.0",
"private": true,
"scripts": {
"dev": "astro dev",
"build": "astro build",
"preview": "astro preview",
"astro": "astro"
},
"dependencies": {
"astro": "^5.2.5",
"@astrojs/tailwind": "^5.1.2",
"@astrojs/preact": "^3.5.3",
"tailwindcss": "^3.4.15",
"preact": "^10.24.3",
"@preact/signals": "^1.3.0",
"lucide-preact": "^0.453.0",
"chart.js": "^4.4.6",
"date-fns": "^4.1.0",
"nanostores": "^0.11.3",
"@nanostores/preact": "^0.5.2",
"js-cookie": "^3.0.5",
"@types/js-cookie": "^3.0.6",
"gsap": "^3.12.5",
"react-beautiful-dnd": "^13.1.1",
"@types/react-beautiful-dnd": "^13.1.8"
}
}