-
Notifications
You must be signed in to change notification settings - Fork 1
/
package.json
54 lines (54 loc) · 1.51 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
{
"name": "blog",
"version": "0.1.0",
"private": true,
"scripts": {
"dev": "next dev",
"build": "next build",
"start": "next start",
"lint": "next lint",
"storybook": "storybook dev -p 6006",
"build-storybook": "storybook build"
},
"dependencies": {
"@types/react": "18.2.14",
"@types/react-dom": "18.2.7",
"date-fns": "^2.30.0",
"eslint": "8.44.0",
"eslint-config-next": "13.4.9",
"gray-matter": "^4.0.3",
"lucide-react": "^0.259.0",
"markdown-to-jsx": "^7.2.1",
"next": "13.4.9",
"next-seo": "^6.1.0",
"react": "18.2.0",
"react-dom": "18.2.0",
"react-markdown": "^9.0.1",
"remark": "^15.0.1",
"remark-autolink-headings": "^7.0.1",
"remark-external-links": "^9.0.1",
"remark-html": "^16.0.1",
"remark-oembed": "^1.2.2",
"remark-preset-lint-markdown-style-guide": "^5.1.3",
"remark-slug": "^7.0.1",
"sass": "^1.63.6",
"styled-media-query": "^2.1.2",
"typescript": "5.1.6"
},
"devDependencies": {
"@storybook/addon-essentials": "^7.5.2",
"@storybook/addon-interactions": "^7.5.2",
"@storybook/addon-links": "^7.5.2",
"@storybook/addon-onboarding": "^1.0.8",
"@storybook/blocks": "^7.5.2",
"@storybook/nextjs": "^7.5.2",
"@storybook/react": "^7.5.2",
"@storybook/testing-library": "^0.2.2",
"@types/node": "^20.10.3",
"@types/remark-oembed": "^1.2.4",
"cypress": "^13.3.3",
"eslint-plugin-storybook": "^0.6.15",
"jest": "^29.7.0",
"storybook": "^7.5.2"
}
}