-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathpackage.json
48 lines (48 loc) · 1.15 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
{
"name": "brunnerne",
"version": "0.2.0",
"author": {
"name": "Brunnerne",
"url": "https://brunnerne.dk"
},
"scripts": {
"dev": "next dev",
"build": "next build",
"start": "next start",
"lint": "next lint",
"prepare": "husky install"
},
"dependencies": {
"@mdx-js/loader": "^3.0.1",
"@mdx-js/react": "^3.0.1",
"@next/mdx": "^14.1.3",
"@types/mdx": "^2.0.11",
"axios": "^1.7.4",
"next": "14",
"react": "^18.2",
"react-dom": "^18.1",
"react-icons": "^4.3.1",
"react-markdown": "^9.0.1",
"react-use": "^17.5.0",
"rehype-raw": "^7.0.0",
"yarn": "^1.22.19"
},
"devDependencies": {
"@types/node": "^20",
"@types/react": "^18.2",
"@types/react-dom": "^18.2",
"@typescript-eslint/eslint-plugin": "^7.1.1",
"@typescript-eslint/parser": "^7",
"autoprefixer": "^10.4.7",
"eslint": "^8.57",
"eslint-config-next": "^14.1",
"eslint-plugin-next": "^0.0.0",
"eslint-plugin-prettier": "^5",
"eslint-plugin-react": "^7.34",
"husky": "^9",
"postcss": "^8.4.13",
"prettier": "^3.2",
"tailwindcss": "^3.4",
"typescript": "^5"
}
}