-
-
Notifications
You must be signed in to change notification settings - Fork 0
/
package.json
53 lines (53 loc) · 1.35 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
{
"name": "fs-daveroverts",
"description": "Just some random flight simulator website by Dave Roverts",
"version": "1.0.0",
"author": {
"name": "Dave Roverts",
"email": "[email protected]",
"url": "https://www.daveroverts.nl"
},
"license": "MIT",
"repository": {
"type": "git",
"url": "git+https://github.com/daveroverts/fs-daveroverts.git"
},
"scripts": {
"dev": "next",
"dev:watch": "next-remote-watch ./data/posts",
"build": "next build",
"start": "next start",
"lint": "next lint",
"prepare": "husky"
},
"dependencies": {
"@heroicons/react": "2.2.0",
"@plaiceholder/next": "2.5.0",
"a11y-react-emoji": "1.2.0",
"axios": "1.7.9",
"date-fns": "4.1.0",
"fathom-client": "3.7.2",
"gray-matter": "4.0.3",
"next": "14.2.20",
"next-mdx-remote": "4.4.1",
"next-remote-watch": "2.0.0",
"next-seo": "6.6.0",
"next-themes": "0.4.4",
"plaiceholder": "2.5.0",
"react": "18.3.1",
"react-dom": "18.3.1",
"react-lite-youtube-embed": "2.4.0",
"sharp": "0.32.6",
"swr": "2.2.5"
},
"devDependencies": {
"@tailwindcss/aspect-ratio": "0.4.2",
"@tailwindcss/typography": "0.5.15",
"autoprefixer": "10.4.20",
"eslint": "8.57.1",
"eslint-config-next": "14.2.20",
"husky": "9.1.7",
"postcss": "8.4.49",
"tailwindcss": "3.4.16"
}
}