-
Notifications
You must be signed in to change notification settings - Fork 0
/
package.json
43 lines (43 loc) · 1.06 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
{
"name": "utopiabeam.dev",
"version": "0.1.0",
"private": true,
"scripts": {
"dev": "next dev",
"build": "next build",
"start": "next start",
"fmt": "prettier -w '**/*.(ts|tsx)'"
},
"dependencies": {
"@tailwindcss/aspect-ratio": "0.4.0",
"@tailwindcss/typography": "0.5.2",
"@vercel/analytics": "0.1.6",
"autoprefixer": "10.4.2",
"install": "0.13.0",
"next": "12.1.0",
"postcss": "8.4.7",
"react": "17.0.2",
"react-dom": "17.0.2",
"rehype-document": "6.0.1",
"rehype-katex": "6.0.2",
"rehype-stringify": "9.0.3",
"remark-gfm": "3.0.1",
"remark-math": "5.1.1",
"remark-parse": "10.0.1",
"remark-prism": "1.3.6",
"remark-rehype": "10.1.0",
"tailwindcss": "3.0.23",
"unified": "10.1.1",
"unist-util-visit": "4.1.0"
},
"devDependencies": {
"@types/katex": "0.11.1",
"@types/node": "17.0.21",
"@types/react": "17.0.39",
"@types/remark-prism": "1.3.0",
"@types/unist": "2.0.6",
"jest": "27.5.1",
"prettier": "2.5.1",
"typescript": "4.6.2"
}
}