-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathpackage.json
More file actions
52 lines (52 loc) · 1.38 KB
/
package.json
File metadata and controls
52 lines (52 loc) · 1.38 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
{
"name": "seb-l",
"version": "0.1.0",
"private": true,
"scripts": {
"dev": "next dev",
"build": "next build",
"start": "next start",
"lint": "next lint"
},
"dependencies": {
"@vercel/analytics": "^1.1.1",
"contentlayer": "^0.3.4",
"critters": "^0.0.20",
"dayjs": "^1.11.10",
"lucide-react": "0.292.0",
"next": "14.0.3",
"next-contentlayer": "^0.3.4",
"react": "^18",
"react-dom": "^18",
"react-wrap-balancer": "^1.1.0",
"rehype-autolink-headings": "^7.1.0",
"rehype-pretty-code": "^0.10.2",
"rehype-slug": "^6.0.0",
"remark-gfm": "4.0.0"
},
"devDependencies": {
"@biomejs/biome": "1.3.3",
"@stylistic/eslint-plugin": "1.3.1",
"@tailwindcss/typography": "0.5.10",
"@tanstack/eslint-plugin-query": "4.36.1",
"@types/node": "^20",
"@types/react": "^18",
"@types/react-dom": "^18",
"@typescript-eslint/eslint-plugin": "6.7.4",
"@typescript-eslint/parser": "6.7.4",
"autoprefixer": "^10.0.1",
"eslint": "^8",
"eslint-config-next": "14.0.3",
"eslint-config-turbo": "1.10.15",
"eslint-plugin-filenames-simple": "0.8.0",
"eslint-plugin-json": "3.1.0",
"eslint-plugin-no-relative-import-paths": "1.5.2",
"eslint-plugin-react": "7.33.2",
"eslint-plugin-simple-import-sort": "10.0.0",
"eslint-plugin-tailwindcss": "3.13.0",
"eslint-plugin-testing-library": "6.0.2",
"postcss": "^8",
"tailwindcss": "^3.3.0",
"typescript": "^5"
}
}