-
Notifications
You must be signed in to change notification settings - Fork 1
/
Copy pathpackage.json
61 lines (61 loc) · 1.91 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
{
"name": "learn-starter",
"version": "0.1.0",
"private": true,
"scripts": {
"dev": "next dev",
"build": "next build",
"start": "next start",
"lint": "next lint"
},
"dependencies": {
"@headlessui/react": "^1.4.0",
"@orgajs/react": "^2.4.9",
"@orgajs/reorg": "^2.4.9",
"@orgajs/reorg-rehype": "^2.4.9",
"date-fns": "^2.23.0",
"fontsource-lato": "^4.0.0",
"headlessui": "^0.0.0",
"imagemin-mozjpeg": "^9.0.0",
"imagemin-optipng": "^8.0.0",
"lqip-loader": "^2.2.1",
"next": "^14.1.0",
"next-compose-plugins": "^2.2.1",
"next-optimized-images": "^2.6.2",
"postcss-import": "^14.0.2",
"react": "^18.2.0",
"react-dom": "^18.2.0",
"react-syntax-highlighter": "^15.4.4",
"react-typography": "^0.16.20",
"rehype-raw": "^6.0.0",
"rehype-stringify": "^9.0.1",
"remark": "^13.0.0",
"remark-html": "^13.0.1",
"request": "^2.88.2",
"sharp": "^0.28.3",
"swr": "^0.5.6",
"tailwind-hamburgers": "^1.1.1",
"typeface-lato": "^1.1.13",
"typeface-merriweather": "^1.1.13",
"typeface-open-sans": "^1.1.13",
"typography": "^0.16.21",
"typography-theme-funston": "^0.16.19",
"typography-theme-sutro": "^0.16.19",
"unified-stream": "^2.0.0",
"webp-loader": "^0.6.0"
},
"devDependencies": {
"@fullhuman/postcss-purgecss": "^4.0.3",
"@next/eslint-plugin-next": "^11.1.0",
"autoprefixer": "^10.3.1",
"eslint": "^7.32.0",
"eslint-config-next": "14.1.0",
"eslint-plugin-react": "^7.24.0",
"gray-matter": "^4.0.3",
"postcss": "^8.3.6",
"postcss-preset-env": "^6.7.0",
"react-markdown": "^7.0.0",
"tailwindcss": "^2.2.7"
},
"packageManager": "pnpm@8.15.1"
}