-
Notifications
You must be signed in to change notification settings - Fork 0
/
package.json
74 lines (74 loc) · 2.09 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
73
74
{
"name": "seastar-auth",
"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",
"cypress:open": "cypress open"
},
"resolutions": {
"@noble/curves": "^1.6.0",
"bn.js": "5.2.1"
},
"dependencies": {
"@radix-ui/react-dialog": "^1.1.1",
"@radix-ui/react-toast": "^1.2.1",
"@tanstack/react-query": "^5.56.2",
"bn.js": "5.2.1",
"class-variance-authority": "^0.7.0",
"dayjs": "^1.11.13",
"js-cookie": "^3.0.5",
"js-sha3": "^0.9.3",
"lucide-react": "^0.445.0",
"markdown-it": "^14.1.0",
"negotiator": "^0.6.3",
"next": "14.2.13",
"prosemirror-commands": "^1.6.0",
"prosemirror-dropcursor": "^1.8.1",
"prosemirror-gapcursor": "^1.3.2",
"prosemirror-history": "^1.4.1",
"prosemirror-inputrules": "^1.4.0",
"prosemirror-keymap": "^1.2.2",
"prosemirror-menu": "^1.2.4",
"prosemirror-model": "^1.23.0",
"prosemirror-schema-list": "^1.4.1",
"prosemirror-state": "^1.4.3",
"prosemirror-view": "^1.34.3",
"react": "^18",
"react-dom": "^18"
},
"devDependencies": {
"@chromatic-com/storybook": "1.9.0",
"@storybook/addon-essentials": "8.3.2",
"@storybook/addon-interactions": "^8.3.2",
"@storybook/addon-links": "8.3.2",
"@storybook/addon-onboarding": "8.3.2",
"@storybook/addon-styling-webpack": "^1.0.0",
"@storybook/blocks": "8.3.2",
"@storybook/nextjs": "^8.3.2",
"@storybook/react": "8.3.2",
"@storybook/test": "^8.3.2",
"@swimlane/cy-mockapi": "^3.0.0",
"@types/js-cookie": "^3.0.6",
"@types/node": "^20",
"@types/react": "^18",
"@types/react-dom": "^18",
"add": "^2.0.6",
"cypress": "^13.15.0",
"daisyui": "^4.12.10",
"eslint": "^8",
"eslint-config-next": "14.2.13",
"eslint-plugin-storybook": "^0.8.0",
"postcss": "^8",
"sass": "^1.79.4",
"storybook": "8.3.2",
"tailwindcss": "^3.4.1",
"typescript": "^5",
"yarn": "^1.22.22"
}
}