generated from freestyle-sh/freestyle-astro-template
-
Notifications
You must be signed in to change notification settings - Fork 2
/
Copy pathpackage.json
58 lines (58 loc) · 1.61 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
45
46
47
48
49
50
51
52
53
54
55
56
57
58
{
"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",
"@dicebear/collection": "^9.2.1",
"@dicebear/core": "^9.2.1",
"@nanostores/query": "^0.3.3",
"@nanostores/react": "^0.7.2",
"@primer/react": "^36.27.0",
"@reduxjs/toolkit": "^2.2.3",
"@types/react": "^18.3.1",
"@types/react-dom": "^18.3.0",
"@zenfs/core": "^0.16.3",
"astro": "^4.6.1",
"boring-name-generator": "^1.0.3",
"cookie": "^0.6.0",
"emoji-blast": "^0.10.1",
"freestyle-auth": "^0.1.0",
"freestyle-deno-astro-adapter": "^5.0.4",
"freestyle-sh": "^0.2.35",
"highlight.js": "^11.10.0",
"isomorphic-git": "^1.27.1",
"lucide-react": "^0.453.0",
"material-file-icons": "^2.4.0",
"nanostores": "^0.10.3",
"prismjs": "^1.29.0",
"react": "^18.3.1",
"react-dom": "^18.3.1",
"react-github-markdown": "^1.0.0-beta.4",
"react-markdown": "^9.0.1",
"redux": "^5.0.1",
"sharp": "^0.33.3",
"sonner": "^1.5.0",
"styled-components": "^5.3.11",
"svelte": "^4.2.15",
"tailwindcss": "^3.4.10",
"timeago.js": "^4.0.2",
"typescript": "^5.4.5"
},
"devDependencies": {
"@astrojs/node": "^8.2.5",
"@babel/plugin-proposal-decorators": "^7.24.1",
"@tanstack/react-query": "^5.40.1",
"@types/prismjs": "^1.26.4",
"react-redux": "^9.1.2"
}
}