-
Notifications
You must be signed in to change notification settings - Fork 0
/
package.json
51 lines (51 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
{
"name": "create-next-app",
"version": "0.1.0",
"private": true,
"scripts": {
"dev": "next dev",
"build": "next build",
"postbuild": "next-sitemap",
"export:build": "next build && next export",
"export": "next export",
"start": "next start",
"lint": "next lint",
"jsonize": "node data/jsonize.js"
},
"dependencies": {
"@codesandbox/sandpack-react": "^0.10.1",
"@headlessui/react": "^1.4.2",
"@heroicons/react": "^1.0.5",
"@mantine/core": "^3.2.3",
"@mantine/hooks": "^3.3.5",
"@mantine/prism": "^3.2.3",
"@mdx-js/react": "^1.6.22",
"@next/mdx": "^12.0.3",
"dayjs": "^1.10.7",
"link-preview-js": "^2.1.8",
"next": "12.0.3",
"next-seo": "^4.28.1",
"react": "17.0.2",
"react-dom": "17.0.2",
"react-live": "^2.3.0",
"react-medium-image-zoom": "^4.3.5",
"sharp": "^0.29.3"
},
"devDependencies": {
"@babel/plugin-proposal-object-rest-spread": "^7.16.0",
"@mdx-js/loader": "^0.15.4",
"@types/react": "17.0.34",
"autoprefixer": "^10.4.0",
"eslint": "7.32.0",
"eslint-config-next": "12.0.3",
"gray-matter": "^4.0.3",
"next-mdx-remote": "^3.0.8",
"next-sitemap": "^1.6.203",
"postcss": "^8.3.11",
"postcss-import": "^14.0.2",
"prettier": "2.4.1",
"tailwindcss": "^2.2.19",
"typescript": "4.4.4",
"video.js": "^7.17.0"
}
}