-
-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathpackage.json
70 lines (70 loc) · 2.04 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
61
62
63
64
65
66
67
68
69
70
{
"name": "website-2023",
"type": "module",
"version": "0.0.1",
"scripts": {
"dev": "astro dev",
"start": "astro dev",
"build": "astro build",
"preview": "astro preview",
"format": "prettier --write .",
"lint": "eslint --ext .ts,.js,.astro src",
"astro-check": "astro check",
"typecheck": "tsc --noEmit",
"astro": "astro"
},
"dependencies": {
"@astrojs/check": "^0.9.4",
"@astrojs/react": "^4.1.0",
"@astrojs/rss": "^4.0.10",
"@astrojs/sitemap": "^3.2.1",
"@atlaskit/pragmatic-drag-and-drop": "^1.4.0",
"@fontsource/roboto": "^5.1.0",
"@notionhq/client": "^2.2.15",
"@resvg/resvg-js": "^2.6.2",
"@shikijs/transformers": "^1.24.2",
"@shikijs/twoslash": "^1.24.2",
"astro": "^5.0.5",
"clsx": "^2.1.1",
"fenceparser": "^2.2.0",
"lottie-web": "^5.12.2",
"mime-types": "^2.1.35",
"p-memoize": "^7.1.1",
"p-queue": "^8.0.1",
"postcss-import": "^16.1.0",
"react": "^19.0.0",
"react-dom": "^19.0.0",
"satori": "^0.12.0",
"seedrandom": "^3.0.5",
"sharp": "^0.33.5",
"tweakpane": "^4.0.5",
"twgl.js": "^5.5.4",
"typescript": "^5.7.2",
"uuid": "^11.0.3"
},
"devDependencies": {
"@astrojs/ts-plugin": "^1.10.4",
"@tweakpane/core": "^2.0.5",
"@types/mime-types": "^2.1.4",
"@types/react": "^19.0.1",
"@types/react-dom": "^19.0.2",
"@types/seedrandom": "^3.0.8",
"@types/umami": "^2.10.0",
"@types/uuid": "^10.0.0",
"@typescript-eslint/eslint-plugin": "^7.18.0",
"@typescript-eslint/parser": "^7.18.0",
"eslint": "^8.57.1",
"eslint-config-airbnb": "^19.0.4",
"eslint-config-airbnb-typescript": "^18.0.0",
"eslint-config-prettier": "^9.1.0",
"eslint-plugin-astro": "^1.3.1",
"eslint-plugin-import": "^2.31.0",
"eslint-plugin-jsx-a11y": "^6.10.2",
"eslint-plugin-prettier": "^5.2.1",
"postcss-preset-env": "^10.1.2",
"prettier": "^3.4.2",
"prettier-plugin-astro": "^0.14.1",
"prettier-plugin-organize-imports": "^4.1.0",
"vite-plugin-glsl": "^1.3.1"
}
}