-
Notifications
You must be signed in to change notification settings - Fork 0
/
package.json
42 lines (42 loc) · 1.08 KB
/
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
35
36
37
38
39
40
41
42
{
"name": "motzash",
"version": "1.0.0",
"description": "Motzash is your dashboard companion for Jewish holidays.",
"scripts": {
"start": "vite",
"dev": "vite",
"build": "vite build",
"serve": "vite preview",
"cy:open": "cypress open",
"cy:run": "cypress run"
},
"license": "CC BY-NC-SA 4.0",
"devDependencies": {
"@types/bad-words": "^3.0.1",
"@types/mapbox-gl": "^1.13.4",
"@types/node": "^18.7.8",
"@types/nodemailer": "^6.4.5",
"autoprefixer": "^10.4.8",
"cypress": "^10.8.0",
"postcss": "^8.4.16",
"tailwindcss": "^3.1.8",
"typescript": "^4.7.4",
"vite": "^3.0.0",
"vite-plugin-pwa": "^0.12.7",
"vite-plugin-solid": "^2.3.0"
},
"dependencies": {
"@hebcal/core": "^3.42.3",
"@netlify/functions": "^1.2.0",
"@solidjs/router": "^0.4.2",
"@supabase/supabase-js": "^2.0.0-rc.1",
"bad-words": "^3.0.4",
"chart.js": "^3.9.1",
"dayjs": "^1.11.4",
"mapbox-gl": "^2.9.2",
"node-fetch": "^3.2.10",
"nodemailer": "^6.7.8",
"solid-js": "^1.5.4",
"tiny-invariant": "^1.2.0"
}
}