-
Notifications
You must be signed in to change notification settings - Fork 2
/
package.json
34 lines (34 loc) · 853 Bytes
/
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
{
"name": "safety-matrix",
"type": "module",
"version": "0.0.1",
"scripts": {
"dev": "astro dev --port 3333",
"start": "astro dev",
"build": "astro build",
"preview": "astro preview --port 3334",
"astro": "astro",
"test": "npx tsx ./src/test.ts"
},
"dependencies": {
"@astrojs/mdx": "^4.0.3",
"@astrojs/preact": "^4.0.1",
"@astrojs/sitemap": "^3.2.1",
"@astrojs/tailwind": "^5.1.4",
"astro": "^5.1.1",
"astro-compress": "^2.3.5",
"astrojs-service-worker": "^2.0.0",
"chart.js": "^4.4.7",
"chartjs-adapter-luxon": "^1.3.1",
"csv-parse": "^5.6.0",
"heroicons-astro": "^1.0.4",
"luxon": "^3.5.0",
"preact": "^10.25.3",
"sharp": "^0.33.5",
"tailwindcss": "^3.4.17"
},
"devDependencies": {
"tsx": "^4.19.2",
"@tailwindcss/typography": "^0.5.15"
}
}