-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathpackage.json
73 lines (73 loc) · 2.07 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
67
68
69
70
71
72
73
{
"name": "skyward-next",
"version": "0.1.0",
"private": true,
"scripts": {
"dev": "next dev",
"build": "next build",
"start": "next start",
"lint": "next lint",
"prettier": "prettier --write '**/*.{ts,js,tsx,jsx,css,html}'",
"neodb-schema": "openapi-typescript https://neodb.social/api/openapi.json -o neodb.d.ts"
},
"dependencies": {
"@giscus/react": "^2.4.0",
"@headlessui/react": "^1.7.19",
"@mdx-js/loader": "^3.1.0",
"@mdx-js/react": "^3.1.0",
"@next/mdx": "^14.2.18",
"@spotify/web-api-ts-sdk": "^1.2.0",
"@types/lodash": "^4.17.13",
"@types/mdx": "^2.0.13",
"@types/node": "20.1.1",
"@types/react": "18.2.46",
"@types/react-dom": "18.2.4",
"@types/rss": "^0.0.30",
"@vercel/analytics": "^1.4.1",
"autoprefixer": "10.4.14",
"contentlayer": "^0.3.4",
"date-fns": "^2.30.0",
"dotenv": "^16.4.5",
"eslint": "8.40.0",
"eslint-config-next": "14.0.4",
"feed": "^4.2.2",
"katex": "^0.16.11",
"lodash": "^4.17.21",
"next": "14.0.4",
"next-contentlayer": "^0.3.4",
"next-themes": "^0.2.1",
"path": "^0.12.7",
"react": "18.2.0",
"react-dom": "18.2.0",
"react-feather": "^2.0.10",
"react-tweet": "^3.2.1",
"reading-time": "^1.5.0",
"rehype-autolink-headings": "^6.1.1",
"rehype-citation": "^1.0.3",
"rehype-img-size": "^1.0.1",
"rehype-katex": "^6.0.3",
"rehype-preset-minify": "^6.0.0",
"rehype-prism-plus": "^1.6.3",
"rehype-slug": "^5.1.0",
"remark-gfm": "^3.0.1",
"remark-math": "^5.1.1",
"remark-ruby": "^0.4.0",
"rss": "^1.2.2",
"typescript": "5.3.3",
"util": "^0.12.5"
},
"devDependencies": {
"@iconify-json/ic": "^1.2.1",
"@iconify-json/icon-park-outline": "^1.2.1",
"@iconify-json/ri": "^1.2.3",
"@unocss/postcss": "^0.58.9",
"@unocss/preset-icons": "^0.58.9",
"eslint-config-google": "^0.14.0",
"eslint-config-prettier": "^8.10.0",
"openapi-typescript": "^6.7.6",
"prettier": "2.8.8",
"unocss": "^0.58.9",
"zhlint": "^0.7.4"
},
"license": "MIT"
}