-
Notifications
You must be signed in to change notification settings - Fork 0
/
package.json
60 lines (60 loc) · 1.65 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
59
60
{
"name": "eunsoolee",
"type": "module",
"version": "0.0.1",
"private": true,
"scripts": {
"dev": "astro dev",
"start": "astro dev",
"build": "astro build",
"preview": "astro preview",
"astro": "astro",
"test": "vitest",
"lint:fix": "eslint --fix ."
},
"dependencies": {
"@astrojs/mdx": "^4.0.1",
"@astrojs/partytown": "^2.1.2",
"@astrojs/react": "^4.0.0",
"@astrojs/rss": "^4.0.10",
"@astrojs/sitemap": "^3.2.1",
"@astrojs/tailwind": "^5.1.3",
"@astrojs/vercel": "^8.0.0",
"@formkit/tempo": "^0.0.16",
"@shikijs/transformers": "^1.10.0",
"@tailwindcss/typography": "^0.5.10",
"@testing-library/jest-dom": "latest",
"@testing-library/react": "latest",
"@testing-library/user-event": "latest",
"@vitest/ui": "latest",
"astro": "5.0.3",
"babel-plugin-react-compiler": "0.0.0-experimental-938cd9a-20240601",
"better-sqlite3": "^11.6.0",
"clsx": "^2.1.0",
"fuse.js": "^7.0.0",
"history": "^5.3.0",
"jsdom": "latest",
"nuqs": "^2.2.3",
"path-to-regexp": "^6.2.1",
"react": "^19.0.0",
"react-dom": "^19.0.0",
"react-error-boundary": "^4.1.2",
"react-twc": "^1.4.1",
"sql.js-httpvfs": "^0.8.12",
"swr": "^2.2.5",
"tailwindcss": "^3.4.1",
"ts-pattern": "^5.0.8",
"vitest": "latest"
},
"devDependencies": {
"@types/better-sqlite3": "^7.6.12",
"@types/react": "^19.0.0",
"@types/react-dom": "^19.0.0",
"@typescript-eslint/parser": "^8.0.0",
"eslint": "^9.8.0",
"eslint-plugin-astro": "^1.2.3",
"eslint-plugin-jsx-a11y": "^6.9.0",
"fast-glob": "^3.3.2"
},
"packageManager": "[email protected]"
}