-
Notifications
You must be signed in to change notification settings - Fork 1
/
Copy pathpackage.json
36 lines (36 loc) · 920 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
35
36
{
"name": "",
"type": "module",
"version": "0.0.1",
"scripts": {
"dev": "astro dev",
"start": "astro dev && yarn start:chroma",
"build": "astro check && astro build",
"preview": "astro preview",
"astro": "astro",
"start:chroma": "chroma run --path ./chromadb",
"index-db": "node src/index-builder.js"
},
"dependencies": {
"@astrojs/check": "^0.3.4",
"@astrojs/mdx": "^2.0.2",
"@astrojs/react": "^3.0.8",
"@astrojs/tailwind": "^5.0.4",
"@types/react": "^18.2.45",
"@types/react-dom": "^18.2.18",
"astro": "^4.0.7",
"chromadb": "^1.7.3",
"dotenv": "^16.3.1",
"glob": "^10.3.10",
"gray-matter": "^4.0.3",
"openai": "^4.24.1",
"react": "^18.2.0",
"react-dom": "^18.2.0",
"tailwindcss": "^3.4.0",
"typescript": "^5.3.3"
},
"devDependencies": {
"@tailwindcss/typography": "^0.5.10",
"daisyui": "^4.4.24"
}
}