-
-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathpackage.json
56 lines (56 loc) · 1.6 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
{
"name": "taep96.moe",
"version": "0.1.0",
"private": true,
"scripts": {
"dev": "next dev",
"build": "next build",
"start": "next start",
"lint": "next lint",
"lint:fix": "next lint --fix",
"format": "prettier . !pnpm-lock.yaml --ignore-path .gitignore --write --check --cache"
},
"dependencies": {
"@tailwindcss/typography": "^0.5.9",
"@vercel/analytics": "^1.0.1",
"autoprefixer": "10.4.14",
"date-fns": "^2.30.0",
"framer-motion": "^10.13.1",
"front-matter": "^4.0.2",
"glob": "^10.3.3",
"image-size": "^1.0.2",
"next": "14.2.15",
"next-mdx-remote": "^4.4.1",
"octokit": "^3.1.2",
"postcss": "8.4.31",
"react": "18.2.0",
"react-auto-columns": "^2.1.0",
"react-dom": "18.2.0",
"react-feather": "^2.0.10",
"react-simple-typewriter": "^5.0.1",
"rehype-pretty-code": "^0.10.0",
"remark-gfm": "^3.0.1",
"sharp": "^0.32.6",
"shiki": "^0.14.3",
"tailwind-merge": "^1.14.0",
"tailwindcss": "3.3.3"
},
"devDependencies": {
"@ianvs/prettier-plugin-sort-imports": "^4.1.0",
"@types/eslint": "^8.44.0",
"@types/node": "^20.4.4",
"@types/prettier": "^2.7.3",
"@types/react": "^18.2.15",
"@types/react-dom": "^18.2.7",
"@typescript-eslint/eslint-plugin": "^6.2.0",
"@typescript-eslint/parser": "^6.2.0",
"encoding": "^0.1.13",
"eslint": "^8.45.0",
"eslint-config-next": "^13.4.12",
"eslint-config-prettier": "^8.8.0",
"eslint-plugin-tailwindcss": "^3.13.0",
"prettier": "^2.8.8",
"prettier-plugin-tailwindcss": "^0.4.1",
"typescript": "^5.1.6"
}
}