-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathpackage.json
More file actions
65 lines (65 loc) · 1.89 KB
/
package.json
File metadata and controls
65 lines (65 loc) · 1.89 KB
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
{
"name": "jackweb3",
"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",
"plop": "plop"
},
"dependencies": {
"@fullcalendar/core": "^6.1.11",
"@fullcalendar/daygrid": "^6.1.11",
"@fullcalendar/google-calendar": "^6.1.11",
"@fullcalendar/list": "^6.1.14",
"@fullcalendar/react": "^6.1.11",
"@notionhq/client": "^2.2.14",
"color-thief-react": "^2.1.0",
"destyle.css": "^4.0.1",
"embla-carousel-react": "^8.0.2",
"next": "14.1.0",
"plop": "^4.0.1",
"react": "^18",
"react-content-loader": "^7.0.0",
"react-dom": "^18",
"react-icons": "^5.0.1",
"react-katex": "^3.0.1",
"react-syntax-highlighter": "^15.5.0",
"recharts": "^2.12.7",
"sass": "^1.72.0",
"satori": "^0.10.13",
"styled-components": "^6.1.11",
"tailwindcss": "^3.4.3",
"tocbot": "^4.28.2"
},
"devDependencies": {
"@chromatic-com/storybook": "^1.2.23",
"@storybook/addon-essentials": "^8.0.2",
"@storybook/addon-interactions": "^8.0.2",
"@storybook/addon-links": "^8.0.2",
"@storybook/addon-onboarding": "^8.0.2",
"@storybook/blocks": "^8.0.2",
"@storybook/nextjs": "^8.0.2",
"@storybook/react": "^8.0.2",
"@storybook/test": "^8.0.2",
"@types/node": "^20",
"@types/react": "^18",
"@types/react-dom": "^18",
"@types/react-katex": "^3.0.4",
"@types/react-syntax-highlighter": "^15.5.11",
"eslint": "^8",
"eslint-config-next": "14.1.0",
"eslint-config-prettier": "^9.1.0",
"eslint-plugin-import": "^2.29.1",
"eslint-plugin-jsx-a11y": "^6.8.0",
"eslint-plugin-storybook": "^0.8.0",
"prettier": "^3.2.5",
"prettier-plugin-tailwindcss": "^0.5.13",
"storybook": "^8.0.2",
"typescript": "^5"
}
}