forked from stitchesjs/stitches-site
-
Notifications
You must be signed in to change notification settings - Fork 0
/
package.json
56 lines (56 loc) · 1.53 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
{
"name": "stitches-site",
"version": "0.1.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.2",
"@modulz/radix-icons": "4.0.0",
"@radix-ui/primitive": "0.1.0",
"@radix-ui/react-compose-refs": "0.1.0",
"@radix-ui/react-context": "0.1.1",
"@radix-ui/react-use-callback-ref": "0.1.0",
"copy-to-clipboard": "3.3.1",
"date-fns": "2.19.0",
"glob": "7.1.6",
"gray-matter": "4.0.2",
"hast-util-to-html": "7.1.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",
"mdx-prism": "0.3.3",
"next": "10.0.8",
"next-compose-plugins": "2.2.1",
"next-optimized-images": "2.6.2",
"next-themes": "0.0.14",
"next-transpile-modules": "6.3.0",
"next-videos": "1.4.0",
"parse-numeric-range": "1.2.0",
"react": "17.0.1",
"react-dom": "17.0.1",
"react-remove-scroll": "2.4.1",
"reading-time": "1.3.0",
"refractor": "3.3.1",
"rehype": "11.0.0",
"rehype-parse": "7.0.1",
"remark-autolink-headings": "6.0.1",
"remark-slug": "6.0.0",
"seamless-scroll-polyfill": "1.2.3",
"unified": "9.2.1",
"unist-util-visit": "2.0.3"
},
"devDependencies": {
"@types/node": "14.14.33",
"@types/react": "17.0.3",
"prettier": "2.2.1",
"typescript": "4.2.3"
}
}