-
Notifications
You must be signed in to change notification settings - Fork 0
/
package.json
49 lines (49 loc) · 1.68 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
43
44
45
46
47
48
49
{
"name": "rating-icon",
"type": "module",
"version": "0.1.0",
"scripts": {
"dev": "astro dev",
"start": "astro dev",
"watch": "paraglide-js compile --project ./project.inlang --watch",
"build": "paraglide-js compile --project ./project.inlang && astro build && cargo run --bin fix_dist --release",
"check": "&& set NODE_OPTIONS=\"--max-old-space-size=12288\" && astro check",
"preview": "wrangler pages dev ./dist --compatibility-flag \"nodejs_compat\"",
"astro": "astro",
"deploy": "npm run build && wrangler pages deploy dist",
"backend": "supabase start",
"postinstall": "paraglide-js compile --project ./project.inlang",
"postbuild": "wasm-pack build --release --out-dir wasm && cargo run --bin fix_wasm_load --release"
},
"dependencies": {
"@astrojs/check": "^0.4.1",
"@astrojs/cloudflare": "^9.0.0",
"@astrojs/partytown": "^2.0.4",
"@astrojs/rss": "^4.0.4",
"@astrojs/sitemap": "^3.0.5",
"@astrojs/solid-js": "^4.0.1",
"@astrojs/tailwind": "^5.1.0",
"@supabase/supabase-js": "^2.39.3",
"@tensorflow/tfjs": "^4.16.0",
"@tensorflow/tfjs-backend-wasm": "^4.16.0",
"apexcharts": "^3.45.2",
"astro": "^4.2.6",
"astro-compress": "^2.2.8",
"astro-seo": "^0.8.0",
"flowbite": "^2.2.1",
"nanostores": "^0.9.5",
"solid-js": "^1.8.12",
"tailwindcss": "^3.4.1",
"twitter-openapi-typescript": "^0.0.33",
"typescript": "^5.3.3"
},
"devDependencies": {
"@inlang/paraglide-js": "1.2.1",
"@inlang/paraglide-js-adapter-vite": "^1.2.10",
"@types/emscripten": "^1.39.10",
"supabase": "^1.136.3",
"wrangler": "^3.25.0",
"sharp": "^0.33.2",
"sharp-ico": "^0.1.5"
}
}