-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathpackage.json
More file actions
83 lines (83 loc) · 2.44 KB
/
package.json
File metadata and controls
83 lines (83 loc) · 2.44 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
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
{
"name": "stanley-wang",
"version": "0.1.0",
"private": true,
"scripts": {
"dev": "next dev",
"build": "next build",
"start": "next start",
"lint": "next lint"
},
"dependencies": {
"@fontsource/bad-script": "^5.2.5",
"@fontsource/dm-mono": "^5.2.5",
"@fontsource/inter": "^5.2.5",
"@fontsource/roboto-condensed": "^5.2.5",
"@giscus/react": "^3.1.0",
"@icons-pack/react-simple-icons": "^12.7.0",
"@mdx-js/loader": "^3.0.1",
"@mdx-js/react": "^3.1.0",
"@next/mdx": "^14.2.13",
"@radix-ui/react-icons": "^1.3.2",
"@rehype-pretty/transformers": "^0.13.2",
"@shikijs/transformers": "^3.2.2",
"@tailwindcss/typography": "^0.5.15",
"@types/mdx": "^2.0.13",
"@types/react-katex": "^3.0.4",
"@vercel/analytics": "^1.5.0",
"abcjs": "^6.4.4",
"clsx": "^2.1.1",
"date-fns": "^4.1.0",
"feed": "^4.2.2",
"github-slugger": "^2.0.0",
"gray-matter": "^4.0.3",
"katex": "^0.16.22",
"lucide-react": "^0.468.0",
"mdast-util-to-string": "^4.0.0",
"motion": "^11.15.0",
"next": "15.1.11",
"next-themes": "^0.4.4",
"pixi.js": "^8.9.1",
"react": "^19.0.0",
"react-dom": "^19.0.0",
"react-jsx": "^1.0.0",
"rehype-katex": "^7.0.1",
"rehype-pretty-code": "^0.14.1",
"remark-frontmatter": "^5.0.0",
"remark-gfm": "^4.0.1",
"remark-math": "^6.0.0",
"remark-mdx-frontmatter": "^5.1.0",
"remark-toc": "^9.0.0",
"remark-wiki-link": "^2.0.1",
"shiki": "^3.2.2",
"simple-icons": "^14.12.3",
"simplex-noise": "^4.0.3",
"spotify-web-api-node": "^5.0.2",
"tailwind-merge": "^2.5.5",
"unist-util-visit": "^5.0.0"
},
"devDependencies": {
"@eslint/eslintrc": "^3",
"@tailwindcss/postcss": "^4.0.0",
"@types/node": "^20",
"@types/pixi.js": "^4.8.9",
"@types/react": "^19",
"@types/react-dom": "^19",
"@types/spotify-web-api-node": "^5.0.11",
"@typescript-eslint/eslint-plugin": "^8.34.1",
"@typescript-eslint/parser": "^8.34.1",
"eslint": "^9",
"eslint-config-next": "15.1.1",
"eslint-config-prettier": "^10.1.5",
"eslint-import-resolver-typescript": "^4.4.3",
"eslint-plugin-import": "^2.31.0",
"eslint-plugin-jsx-a11y": "^6.10.2",
"eslint-plugin-prettier": "^5.2.6",
"eslint-plugin-react-hooks": "^5.2.0",
"postcss": "^8",
"prettier": "^3.4.2",
"prettier-plugin-tailwindcss": "^0.6.10",
"tailwindcss": "^4.0.0",
"typescript": "^5"
}
}