-
Notifications
You must be signed in to change notification settings - Fork 17
/
package.json
70 lines (70 loc) · 2.01 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
{
"name": "stn-boilerplate",
"version": "0.1.0",
"private": true,
"scripts": {
"dev": "next dev",
"build": "next build",
"start": "next start",
"lint": "next lint",
"update:lib": "pnpm up \"@stn-ui/*\""
},
"dependencies": {
"@leafac/rehype-shiki": "^2.2.1",
"@stn-ui/accordion": "^2.0.9",
"@stn-ui/avatar": "^2.0.13",
"@stn-ui/banner": "^2.0.9",
"@stn-ui/blog": "^2.0.10",
"@stn-ui/button": "^2.0.19",
"@stn-ui/chat-row": "^2.0.13",
"@stn-ui/chats-navigation": "^2.0.9",
"@stn-ui/color-avatar": "^2.0.9",
"@stn-ui/common-utils": "^2.0.2",
"@stn-ui/features": "^2.0.9",
"@stn-ui/form": "^2.0.9",
"@stn-ui/forms": "^2.0.9",
"@stn-ui/heading": "^2.0.9",
"@stn-ui/icons": "^2.0.12",
"@stn-ui/inputs": "^2.0.9",
"@stn-ui/layout": "^2.0.13",
"@stn-ui/link": "^2.0.14",
"@stn-ui/loadable": "^2.0.12",
"@stn-ui/loader": "^2.0.12",
"@stn-ui/logo": "^2.0.9",
"@stn-ui/messages": "^2.0.9",
"@stn-ui/modal": "^2.0.10",
"@stn-ui/navigation": "^2.0.10",
"@stn-ui/pagination": "^2.0.9",
"@stn-ui/provider": "^2.0.5",
"@stn-ui/react": "^2.0.17",
"@stn-ui/react-utils": "^2.0.3",
"@stn-ui/sidebar": "^2.0.9",
"@stn-ui/switcher": "^2.0.9",
"@stn-ui/table": "^2.0.11",
"@stn-ui/text": "^2.0.10",
"@stn-ui/theme": "^2.0.14",
"@stn-ui/toasts": "^2.0.9",
"@stn-ui/use-toggle-boolean": "^2.0.4",
"@types/node": "20.4.10",
"@types/react": "18.2.20",
"@types/react-dom": "18.2.7",
"eslint": "8.47.0",
"eslint-config-next": "13.4.13",
"gray-matter": "^4.0.3",
"next": "13.4.13",
"react": "18.2.0",
"react-dom": "18.2.0",
"rehype-autolink-headings": "^6.1.1",
"rehype-slug": "^5.1.0",
"rehype-stringify": "^9.0.4",
"remark-gfm": "^3.0.1",
"remark-parse": "^10.0.2",
"remark-rehype": "^10.1.0",
"shiki": "^0.14.3",
"typescript": "5.1.6",
"unified": "^11.0.0"
},
"devDependencies": {
"@wallwhite/eslint-config-react-ts": "^0.1.5"
}
}