-
Notifications
You must be signed in to change notification settings - Fork 15
/
package.json
44 lines (44 loc) · 1.21 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
{
"main": "lib/index.js",
"name": "compass",
"version": "0.1.0",
"private": true,
"scripts": {
"start": "next start",
"compile": "tsc",
"build": "next build",
"build:clean": "rm -rf ./lib",
"build:watch": "tsc --watch",
"dev": "next dev",
"lint": "next lint"
},
"dependencies": {
"@compass/backend": "file:compass-generated",
"@genkit-ai/ai": "^0.5.0-rc.6",
"@genkit-ai/core": "^0.5.0-rc.6",
"@genkit-ai/dotprompt": "^0.5.0-rc.6",
"@genkit-ai/firebase": "^0.5.0-rc.6",
"@genkit-ai/flow": "^0.5.0-rc.6",
"@genkit-ai/googleai": "^0.5.3",
"clsx": "^2.1.0",
"express": "^4.21.1",
"firebase": "https://firebasestorage.googleapis.com/v0/b/firemat-preview-drop/o/js-sdk%2Ffirebase-v10.13.0.tgz?alt=media&token=25d8be1b-0aff-41aa-bf8f-254b0e98bdb7",
"next": "14.2.10",
"react": "^18",
"react-dom": "^18",
"sass": "^1.75.0",
"zod": "^3.23.4"
},
"devDependencies": {
"@types/node": "^20",
"@types/react": "^18",
"@types/react-dom": "^18",
"autoprefixer": "^10.0.1",
"eslint": "^8",
"eslint-config-next": "14.1.4",
"postcss": "^8",
"prettier": "^3.2.5",
"tailwindcss": "^3.3.0",
"typescript": "^5.4.5"
}
}