-
Notifications
You must be signed in to change notification settings - Fork 1
/
Copy pathpackage.json
37 lines (37 loc) · 907 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
37
{
"name": "page-analyzer-app",
"type": "module",
"version": "0.0.1",
"scripts": {
"dev": "astro dev",
"start": "astro dev",
"build": "astro check && astro build",
"preview": "astro preview",
"astro": "astro",
"add-react": "astro add react",
"ngrok": "ngrok http 4321"
},
"dependencies": {
"@astrojs/check": "^0.7.0",
"@astrojs/node": "^8.2.5",
"@astrojs/react": "^3.3.4",
"@astrojs/tailwind": "^5.1.0",
"@ngrok/ngrok": "^1.3.0",
"@types/react": "18.2.42",
"@types/react-dom": "^18.3.0",
"astro": "^4.15.0",
"flowbite": "^2.3.0",
"groq-sdk": "^0.4.0",
"react": "^18.3.1",
"react-dom": "^18.3.1",
"sqlite": "^5.1.1",
"sqlite3": "^5.1.7",
"tailwindcss": "^3.4.3",
"textgears-api": "^1.1.11",
"typescript": "^5.4.5",
"webflow-api": "^2.3.2"
},
"devDependencies": {
"dotenv": "^16.4.5"
}
}