-
Notifications
You must be signed in to change notification settings - Fork 1
Expand file tree
/
Copy pathpackage.json
More file actions
51 lines (51 loc) · 1.31 KB
/
package.json
File metadata and controls
51 lines (51 loc) · 1.31 KB
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
{
"name": "ericastate",
"module": "index.ts",
"type": "module",
"version": "0.0.5",
"private": true,
"scripts": {
"dev": "astro dev --open",
"start": "astro dev",
"build": "astro check && astro build",
"preview": "astro preview",
"astro": "astro",
"test": "bun test --watch"
},
"devDependencies": {
"@testing-library/jest-dom": "^6.1.5",
"@testing-library/react": "^14.1.2",
"bun": "^1.0.20",
"bun-types": "latest"
},
"dependencies": {
"@astrojs/check": "^0.3.4",
"@astrojs/mdx": "^2.0.3",
"@astrojs/node": "^7.0.2",
"@astrojs/react": "^3.0.8",
"@astrojs/tailwind": "^5.1.0",
"@astrojs/vercel": "^6.1.0",
"@chakra-ui/icons": "^2.1.1",
"@chakra-ui/react": "^2.8.2",
"@happy-dom/global-registrator": "^12.10.3",
"@types/canvas-confetti": "^1.6.4",
"@types/react": "^18.2.45",
"@types/react-dom": "^18.2.18",
"astro": "^4.0.7",
"astro-flowbite": "^0.1.0",
"canvas-confetti": "^1.9.2",
"flowbite": "^2.2.1",
"flowbite-typography": "^1.0.3",
"jose": "^5.2.0",
"nanoid": "^5.0.4",
"react": "^18.2.0",
"react-dom": "^18.2.0",
"tailwind-scrollbar": "^3.0.5",
"tailwindcss": "^3.4.0",
"typescript": "^5.0.0",
"vite": "^5.0.10"
},
"peerDependencies": {
"typescript": "^5.0.0"
}
}