forked from radix-ui/website
-
Notifications
You must be signed in to change notification settings - Fork 0
/
package.json
94 lines (94 loc) · 2.91 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
76
77
78
79
80
81
82
83
84
85
86
87
88
89
90
91
92
93
94
{
"name": "radix-site",
"version": "0.0.0",
"private": true,
"scripts": {
"dev": "next dev",
"build": "next build",
"start": "next start",
"prettier": "prettier --write ."
},
"dependencies": {
"@mdx-js/loader": "1.6.22",
"@modulz/design-system": "0.6.1",
"@radix-ui/colors": "0.1.7",
"@radix-ui/react-accessible-icon": "0.1.1",
"@radix-ui/react-accordion": "0.1.1",
"@radix-ui/react-alert-dialog": "0.1.1",
"@radix-ui/react-announce": "0.1.1",
"@radix-ui/react-aspect-ratio": "0.1.1",
"@radix-ui/react-avatar": "0.1.1",
"@radix-ui/react-checkbox": "0.1.1",
"@radix-ui/react-collapsible": "0.1.1",
"@radix-ui/react-context-menu": "0.1.1",
"@radix-ui/react-dialog": "0.1.1",
"@radix-ui/react-dropdown-menu": "0.1.1",
"@radix-ui/react-hover-card": "0.1.1",
"@radix-ui/react-icons": "1.0.3",
"@radix-ui/react-id": "0.1.1",
"@radix-ui/react-label": "0.1.1",
"@radix-ui/react-popover": "0.1.1",
"@radix-ui/react-primitive": "0.1.1",
"@radix-ui/react-progress": "0.1.1",
"@radix-ui/react-radio-group": "0.1.1",
"@radix-ui/react-scroll-area": "0.1.1",
"@radix-ui/react-separator": "0.1.1",
"@radix-ui/react-slider": "0.1.1",
"@radix-ui/react-slot": "0.1.1",
"@radix-ui/react-switch": "0.1.1",
"@radix-ui/react-tabs": "0.1.1",
"@radix-ui/react-toggle": "0.1.1",
"@radix-ui/react-toggle-group": "0.1.1",
"@radix-ui/react-toolbar": "0.1.1",
"@radix-ui/react-tooltip": "0.1.1",
"@radix-ui/react-visually-hidden": "0.1.1",
"codesandbox": "^2.2.3",
"copy-to-clipboard": "^3.3.1",
"date-fns": "^2.20.0",
"glob": "^7.1.6",
"gray-matter": "^4.0.2",
"hast-util-to-string": "^1.0.4",
"imagemin-mozjpeg": "^9.0.0",
"imagemin-optipng": "^8.0.0",
"lodash.debounce": "^4.0.8",
"mdx-bundler": "^3.2.1",
"next": "10.2.0",
"next-compose-plugins": "^2.2.1",
"next-optimized-images": "^2.6.2",
"next-themes": "^0.0.14",
"next-transpile-modules": "^6.4.0",
"next-videos": "^1.4.0",
"node-fetch": "^2.6.1",
"parse-numeric-range": "^1.2.0",
"prism-react-renderer": "^1.2.0",
"prismjs": "^1.23.0",
"react": "17.0.2",
"react-dom": "17.0.2",
"react-remove-scroll": "^2.4.1",
"reading-time": "^1.3.0",
"refractor": "^3.3.1",
"rehype": "^11.0.0",
"remark-autolink-headings": "^6.0.1",
"remark-slug": "^6.0.0",
"smoothscroll-polyfill": "^0.4.4",
"tinycolor2": "^1.4.2"
},
"devDependencies": {
"@types/lodash.debounce": "^4.0.6",
"@types/node": "^14.14.37",
"@types/react": "^17.0.3",
"@types/smoothscroll-polyfill": "^0.3.1",
"@types/tinycolor2": "^1.4.3",
"compare-versions": "^3.6.0",
"husky": "4.3.6",
"lint-staged": "10.5.3",
"prettier": "^2.2.1",
"pretty-quick": "^3.1.0",
"typescript": "^4.2.4"
},
"husky": {
"hooks": {
"pre-commit": "pretty-quick --staged"
}
}
}