-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathpackage.json
More file actions
122 lines (122 loc) · 4.39 KB
/
package.json
File metadata and controls
122 lines (122 loc) · 4.39 KB
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
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
84
85
86
87
88
89
90
91
92
93
94
95
96
97
98
99
100
101
102
103
104
105
106
107
108
109
110
111
112
113
114
115
116
117
118
119
120
121
122
{
"name": "forkly",
"private": true,
"version": "0.0.1",
"type": "module",
"engines": {
"node": ">=22.0.0"
},
"scripts": {
"dev": "concurrently \"vite dev\" \"tsx scripts/import-recipe-worker.ts\" \"tsx scripts/sanitize-ingredient-worker.ts\"",
"dev:clean": "node scripts/dev-with-cleanup.js",
"build": "vite build",
"preview": "vite preview",
"prepare": "svelte-kit sync || echo ''",
"check": "svelte-kit sync && svelte-check --tsconfig ./tsconfig.json",
"check:watch": "svelte-kit sync && svelte-check --tsconfig ./tsconfig.json --watch",
"format": "prettier --write .",
"lint": "prettier --check .",
"db:start": "docker compose up",
"db:push": "dotenv -- drizzle-kit push && pnpm db:seed",
"db:generate": "dotenv -- drizzle-kit generate",
"db:migrate": "dotenv -- drizzle-kit migrate",
"db:seed": "tsx src/lib/server/db/seed.ts",
"db:studio": "dotenv -- drizzle-kit studio",
"db:reset": "dotenv -- drizzle-kit drop && drizzle-kit push && pnpm db:seed",
"db:prod:migrate": "drizzle-kit migrate",
"storybook": "storybook dev -p 6006 --no-open",
"build-storybook": "storybook build -o storybook-static",
"parse-openfoodfacts": "node src/lib/server/food-api/data/parse.js",
"redis-ui": "redis-commander --redis-host localhost --redis-port 6379",
"chromatic": "npx chromatic --project-token=chpt_ab3b71157b15f21 --storybook-build-dir=storybook-static",
"test": "dotenv -e .env.test vitest run",
"test:watch": "dotenv -e .env.test vitest",
"pretest": "tsx scripts/create-test-db.ts && dotenv -e .env.test drizzle-kit migrate",
"cleanup:unverified": "tsx src/lib/server/db/cleanup-unverified.ts",
"cleanup:tmp-media": "tsx scripts/cleanup-temp-media.ts",
"worker": "tsx scripts/import-recipe-worker.ts",
"worker:sanitize": "tsx scripts/sanitize-ingredient-worker.ts",
"test:rate-limiter": "tsx scripts/test-rate-limiter.ts",
"test:rate-limiter:unit": "vitest run src/lib/server/rate-limit.test.ts",
"test:import-api": "tsx scripts/test-import-api.ts",
"test:sanitize-api": "tsx scripts/test-sanitize-ingredient.ts"
},
"devDependencies": {
"@chromatic-com/storybook": "^3.2.4",
"@storybook/addon-essentials": "^8.5.6",
"@storybook/addon-interactions": "^8.5.6",
"@storybook/addon-svelte-csf": "^5.0.0-next.23",
"@storybook/blocks": "^8.5.6",
"@storybook/manager-api": "^8.6.10",
"@storybook/svelte": "^8.5.6",
"@storybook/sveltekit": "^8.5.6",
"@storybook/test": "^8.5.6",
"@storybook/theming": "^8.6.10",
"@sveltejs/adapter-auto": "^4.0.0",
"@sveltejs/adapter-vercel": "^5.6.3",
"@sveltejs/kit": "^2.27.0",
"@sveltejs/vite-plugin-svelte": "^5.0.0",
"@types/node": "^22.13.4",
"@types/ramda": "^0.30.2",
"@types/string-similarity": "^4.0.2",
"chromatic": "^11.25.2",
"concurrently": "^9.2.0",
"dotenv": "^16.4.5",
"dotenv-cli": "^8.0.0",
"drizzle-kit": "^0.30.5",
"drizzle-seed": "^0.3.1",
"pg": "^8.16.3",
"pg-connection-string": "^2.9.1",
"prettier": "^3.4.2",
"prettier-plugin-svelte": "^3.3.3",
"redis-commander": "^0.8.0",
"sass-embedded": "^1.85.0",
"storybook": "^8.5.6",
"svelte": "^5.37.3",
"svelte-check": "^4.0.0",
"typescript": "^5.0.0",
"vite": "^6.0.0",
"vitest": "^3.1.1"
},
"dependencies": {
"@anthropic-ai/sdk": "^0.61.0",
"@floating-ui/dom": "^1.6.13",
"@node-rs/argon2": "^2.0.2",
"@oslojs/crypto": "^1.0.1",
"@oslojs/encoding": "^1.1.0",
"@tsparticles/confetti": "^3.8.1",
"@tsparticles/engine": "^3.8.1",
"@upstash/redis": "^1.35.1",
"@vercel/analytics": "^1.5.0",
"@vercel/speed-insights": "^1.2.0",
"arctic": "^3.6.1",
"bullmq": "^5.56.8",
"cheerio": "^1.1.2",
"cloudinary": "^2.5.1",
"compromise": "^14.14.4",
"date-fns": "^4.1.0",
"dompurify": "^3.2.6",
"drizzle-orm": "^0.38.4",
"fraction.js": "^5.2.2",
"gsap": "^3.13.0",
"lucide-svelte": "^0.475.0",
"marked": "^16.2.0",
"node-fetch": "^3.3.2",
"openai": "^5.12.2",
"postgres": "^3.4.5",
"ramda": "^0.30.1",
"resend": "^4.6.0",
"spoonacular": "^2.0.1",
"string-similarity": "^4.0.4",
"ts-results": "^3.3.0",
"ts-results-es": "^5.0.1",
"tsx": "^4.19.3",
"unique-username-generator": "^1.4.0",
"valibot": "1.0.0-rc.0"
},
"pnpm": {
"onlyBuiltDependencies": [
"esbuild"
]
}
}