-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathpackage.json
72 lines (72 loc) · 2.36 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
{
"name": "mdx-blog",
"version": "0.1.0",
"private": true,
"scripts": {
"dev": "next dev",
"build": "next build",
"start": "next start",
"lint": "next lint",
"prettify": "prettier --write .",
"sb": "start-storybook -p 6006",
"build-storybook": "build-storybook",
"chromatic": "npx chromatic --project-token=b07070d4e2a7"
},
"dependencies": {
"@fortawesome/fontawesome-svg-core": "^6.1.1",
"@fortawesome/free-solid-svg-icons": "^6.1.1",
"@fortawesome/react-fontawesome": "^0.2.0",
"@prisma/client": "^4.0.0",
"@vercel/analytics": "^1.0.1",
"@vercel/og": "^0.4.1",
"axios": "^0.27.2",
"bcrypt": "^5.0.1",
"cookie": "^0.5.0",
"date-fns": "^2.29.1",
"framer-motion": "^6.5.1",
"next": "^13.4.4",
"next-mdx-remote": "^4.0.3",
"next-sanity": "^0.5.2",
"react": "^18.2.0",
"react-dom": "^18.2.0",
"react-hot-toast": "^2.3.0",
"react-icons": "^4.4.0",
"reading-time": "^1.5.0",
"rehype-code-titles": "^1.1.0",
"rehype-katex": "^6.0.2",
"rehype-pretty-code": "^0.3.2",
"rehype-prism-plus": "^1.4.1",
"rehype-slug": "^5.1.0",
"remark-gfm": "^3.0.1",
"remark-math": "^5.1.1",
"shiki": "^0.10.1",
"swr": "^1.3.0"
},
"devDependencies": {
"@babel/core": "^7.19.6",
"@storybook/addon-actions": "^6.5.12",
"@storybook/addon-essentials": "^6.5.12",
"@storybook/addon-interactions": "^6.5.12",
"@storybook/addon-links": "^6.5.12",
"@storybook/addon-postcss": "^2.0.0",
"@storybook/builder-webpack5": "^6.5.12",
"@storybook/manager-webpack5": "^6.5.12",
"@storybook/react": "^6.5.12",
"@storybook/testing-library": "^0.0.13",
"@tailwindcss/typography": "^0.5.2",
"@types/react": "^18.2.8",
"@types/react-dom": "^18.2.4",
"autoprefixer": "^10.4.7",
"babel-loader": "^8.2.5",
"chromatic": "^6.11.4",
"eslint": "8.18.0",
"eslint-config-next": "12.2.0",
"postcss": "^8.4.14",
"prisma": "^4.0.0",
"storybook-dark-mode": "^1.1.2",
"tailwindcss": "^3.1.4",
"typescript": "5.0.4"
},
"readme": "Rsha Web",
"_id": "[email protected]"
}