generated from freestyle-sh/freestyle-astro-template
-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathpackage.json
44 lines (44 loc) · 1.14 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
{
"name": "freestyle-astro-template",
"type": "module",
"version": "0.0.1",
"scripts": {
"dev": "freestyle dev",
"build": "astro build",
"preview": "astro preview",
"astro": "astro"
},
"dependencies": {
"@astrojs/check": "^0.5.10",
"@astrojs/react": "^3.3.2",
"@astrojs/svelte": "^5.4.0",
"@astrojs/tailwind": "^5.1.0",
"@nanostores/query": "^0.3.3",
"@nanostores/react": "^0.7.2",
"@reduxjs/toolkit": "^2.2.3",
"@types/react": "^18.3.1",
"@types/react-dom": "^18.3.0",
"astro": "^4.6.1",
"cookie": "^0.6.0",
"dotenv": "^16.4.5",
"freestyle-auth": "^0.1.0",
"freestyle-chat": "0.1.7",
"freestyle-deno-astro-adapter": "^5.0.4",
"freestyle-sh": "^0.2.35",
"nanostores": "^0.10.3",
"react": "^18.3.1",
"react-dom": "^18.3.1",
"redux": "^5.0.1",
"sharp": "^0.33.3",
"sonner": "^1.5.0",
"svelte": "^4.2.15",
"tailwindcss": "^3.4.10",
"typescript": "^5.4.5"
},
"devDependencies": {
"@astrojs/node": "^8.2.5",
"@babel/plugin-proposal-decorators": "^7.24.1",
"@tanstack/react-query": "^5.40.1",
"react-redux": "^9.1.2"
}
}