-
Notifications
You must be signed in to change notification settings - Fork 30
/
package.json
75 lines (75 loc) · 2.13 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
75
{
"name": "@zag-js/docs",
"private": true,
"license": "MIT",
"version": "0.0.0",
"scripts": {
"build": "next build",
"dev": "next dev",
"start": "next start",
"lint": "next lint",
"theme": "chakra-cli tokens theme/index.ts",
"watch:theme": "npx nodemon --watch theme/index.ts --exec yarn theme",
"snippet": "plop snippet",
"contributors:add": "all-contributors add",
"contributors:gen": "all-contributors generate"
},
"dependencies": {
"@chakra-ui/cli": "^1.9.0",
"@chakra-ui/icon": "^2.0.5",
"@chakra-ui/layout": "^1.8.0",
"@chakra-ui/provider": "^1.7.14",
"@chakra-ui/system": "^1.12.1",
"@chakra-ui/theme": "^1.14.1",
"@emotion/react": "^11.9.0",
"@emotion/styled": "^11.8.1",
"@reach/portal": "^0.16.2",
"@zag-js/accordion": "0.1.0",
"@zag-js/combobox": "0.1.0",
"@zag-js/dialog": "0.1.0",
"@zag-js/editable": "0.1.0",
"@zag-js/menu": "0.1.0",
"@zag-js/number-input": "0.1.0",
"@zag-js/pin-input": "0.1.0",
"@zag-js/popover": "0.1.0",
"@zag-js/range-slider": "0.1.0",
"@zag-js/rating": "0.1.0",
"@zag-js/react": "0.1.0",
"@zag-js/slider": "0.1.0",
"@zag-js/splitter": "0.1.0",
"@zag-js/tabs": "0.1.0",
"@zag-js/tags-input": "0.1.0",
"@zag-js/toast": "0.1.0",
"@zag-js/toggle": "0.1.0",
"@zag-js/tooltip": "0.1.0",
"contentlayer": "^0.2.3",
"markdown-toc": "^1.2.0",
"match-sorter": "^6.3.1",
"next": "^12.1.5",
"next-contentlayer": "^0.2.3",
"next-seo": "^5.4.0",
"plop": "^3.0.5",
"react": "17.0.2",
"react-dom": "17.0.2",
"react-icons": "^4.3.1",
"use-match-media-hook": "^1.0.1"
},
"resolutions": {
"@types/react": "^17.0.37"
},
"devDependencies": {
"@types/react": "^17.0.37",
"all-contributors-cli": "^6.20.0",
"eslint": "8.4.0",
"eslint-config-next": "^12.0.7",
"prettier": "2.6.2",
"rehype": "12.0.1",
"rehype-autolink-headings": "6.1.1",
"rehype-code-titles": "1.0.3",
"rehype-prism-plus": "^1.3.2",
"rehype-slug": "5.0.1",
"remark-directive": "^2.0.1",
"remark-gfm": "^3.0.1",
"typescript": "^4.6.3"
}
}