-
Notifications
You must be signed in to change notification settings - Fork 0
/
package.json
36 lines (36 loc) · 880 Bytes
/
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
{
"name": "ariact",
"version": "0.0.0",
"scripts": {
"dev": "next",
"build": "next build",
"start": "next start",
"type-check": "tsc"
},
"dependencies": {
"@mdx-js/loader": "^1.6.22",
"@mdx-js/react": "^1.6.22",
"@next/mdx": "^10.1.3",
"@radix-ui/react-icons": "^1.0.2",
"@react-aria/focus": "^3.2.4",
"@stitches/react": "^0.1.4",
"gray-matter": "^4.0.2",
"mdx-prism": "^0.3.3",
"next": "10.1.3",
"next-mdx-remote": "^2.1.3",
"react": "^17.0.2",
"react-dom": "^17.0.2",
"remark-autolink-headings": "^6.0.1",
"remark-slug": "^6.0.0"
},
"devDependencies": {
"@types/mdx-js__react": "^1.5.3",
"@types/node": "^14.14.37",
"@types/react": "^17.0.3",
"@types/react-dom": "^17.0.3",
"prettier": "^2.2.1",
"rehype": "^11.0.0",
"typescript": "4.2.3"
},
"license": "MIT"
}