generated from freestyle-sh/freestyle-astro-template
-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathpackage.json
34 lines (34 loc) · 861 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
{
"name": "freestyle-astro-template",
"type": "module",
"version": "0.0.1",
"scripts": {
"dev": "astro 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",
"@reduxjs/toolkit": "^2.2.3",
"@types/react": "^18.3.1",
"@types/react-dom": "^18.3.0",
"astro": "^4.6.1",
"freestyle-deno-astro-adapter": "^5.0.4",
"react": "^18.3.1",
"react-dom": "^18.3.1",
"redux": "^5.0.1",
"sharp": "^0.33.3",
"svelte": "^4.2.15",
"typescript": "^5.4.5"
},
"devDependencies": {
"@astrojs/node": "^8.2.5",
"@babel/plugin-proposal-decorators": "^7.24.1",
"@tanstack/react-query": "^5.40.1",
"freestyle-sh": "^0.2.18",
"react-redux": "^9.1.2"
}
}