-
Notifications
You must be signed in to change notification settings - Fork 2
/
package.json
68 lines (68 loc) · 1.98 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
{
"name": "web",
"version": "0.1.0",
"private": true,
"scripts": {
"dev": "next dev",
"build": "next build",
"start": "next start",
"lint": "next lint",
"storybook": "storybook dev -p 6006 -s ./public",
"build-storybook": "storybook build -s public"
},
"dependencies": {
"@tailwindcss/typography": "^0.5.10",
"@yoopta/action-menu-list": "^1.9.16-rc",
"@yoopta/blockquote": "^1.9.19-rc",
"@yoopta/callout": "^1.9.15-rc",
"@yoopta/code": "^1.9.15-rc",
"@yoopta/editor": "^1.9.18-rc",
"@yoopta/headings": "^1.9.15-rc",
"@yoopta/image": "^1.9.15-rc",
"@yoopta/link": "^1.9.15-rc",
"@yoopta/link-tool": "^1.9.9-rc",
"@yoopta/lists": "^1.9.15-rc",
"@yoopta/marks": "^1.9.15-rc",
"@yoopta/paragraph": "^1.9.17-rc",
"@yoopta/toolbar": "^1.9.15-rc",
"escape-html": "^1.0.3",
"has-flag": "^5.0.1",
"highlight.js": "^11.9.0",
"js-cookie": "^3.0.5",
"next": "14.0.3",
"next-themes": "^0.2.1",
"react": "^18",
"react-dom": "^18",
"react-query": "^3.39.3",
"slate": "^0.101.5",
"slate-history": "^0.100.0",
"slate-react": "^0.101.5"
},
"devDependencies": {
"@storybook/addon-essentials": "^7.6.6",
"@storybook/addon-interactions": "^7.6.6",
"@storybook/addon-links": "^7.6.6",
"@storybook/addon-onboarding": "^1.0.10",
"@storybook/blocks": "^7.6.6",
"@storybook/nextjs": "^7.6.6",
"@storybook/react": "^7.6.6",
"@storybook/test": "^7.6.6",
"@svgr/webpack": "^8.1.0",
"@types/escape-html": "^1.0.4",
"@types/is-hotkey": "^0.1.10",
"@types/js-cookie": "^3.0.6",
"@types/node": "^20",
"@types/react": "^18",
"@types/react-dom": "^18",
"autoprefixer": "^10.4.16",
"eslint": "^8",
"eslint-config-next": "14.0.3",
"eslint-plugin-storybook": "^0.6.15",
"postcss": "^8.4.32",
"prettier": "^3.1.1",
"storybook": "^7.6.6",
"style-dictionary": "^3.9.1",
"tailwindcss": "^3.4.0",
"typescript": "^5"
}
}