-
-
Notifications
You must be signed in to change notification settings - Fork 0
/
package.json
66 lines (66 loc) · 1.82 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
{
"$schema": "https://json.schemastore.org/package.json",
"name": "bencan.net",
"private": true,
"version": "2.4.0",
"scripts": {
"dev": "next dev --turbopack",
"build": "next build",
"start": "next start",
"lint": "next lint",
"prepare": "husky"
},
"contributors": [
"chimpdev <[email protected]>"
],
"repository": {
"type": "git",
"url": "https://github.com/chimpdev/bencan.net"
},
"bugs": {
"url": "https://github.com/chimpdev/bencan.net/issues"
},
"license": "GPL-3.0-only",
"description": "",
"dependencies": {
"@mdx-js/loader": "^3.1.0",
"@mdx-js/react": "^3.1.0",
"@next/mdx": "^15.0.3",
"@radix-ui/react-tooltip": "^1.1.3",
"@types/btoa": "^1.2.5",
"@types/mdx": "^2.0.13",
"@types/spotify-api": "^0.0.25",
"btoa": "^1.2.1",
"clsx": "^2.1.1",
"dedent": "^1.5.3",
"next": "^15.0.2",
"pnpm": "^9.12.3",
"react": "19.0.0-rc-02c0e824-20241028",
"react-dom": "19.0.0-rc-02c0e824-20241028",
"react-icons": "^5.3.0",
"react-syntax-highlighter": "^15.6.1",
"react-use": "^17.5.1",
"tailwind-merge": "^2.5.4"
},
"devDependencies": {
"@commitlint/cli": "^19.5.0",
"@commitlint/config-conventional": "^19.5.0",
"@tailwindcss/typography": "^0.5.15",
"@types/node": "^22.9.0",
"@types/react": "^18.3.12",
"@types/react-dom": "^18.3.1",
"@types/react-syntax-highlighter": "^15.5.13",
"@typescript-eslint/eslint-plugin": "^8.14.0",
"@typescript-eslint/parser": "^8.12.2",
"eslint": "8",
"eslint-config-next": "^15.0.3",
"eslint-plugin-react": "^7.37.2",
"eslint-plugin-security": "^3.0.1",
"eslint-plugin-tailwindcss": "^3.17.5",
"husky": "^9.1.6",
"postcss": "8",
"postcss-load-config": "6.0.1",
"tailwindcss": "3.4.1",
"typescript": "^5.6.3"
}
}