-
Notifications
You must be signed in to change notification settings - Fork 1
/
package.json
45 lines (45 loc) · 1.19 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
{
"name": "frostins-blog",
"version": "0.1.0",
"private": true,
"scripts": {
"dev": "next dev",
"build": "next build",
"start": "next start",
"lint": "next lint"
},
"dependencies": {
"@chakra-ui/react": "^1.8.6",
"@codemirror/basic-setup": "^0.19.1",
"@codesandbox/sandpack-react": "^0.14.3",
"@emotion/react": "^11.8.1",
"@emotion/styled": "^11.8.1",
"@fontsource/archivo": "^4.5.3",
"@fontsource/fira-sans": "^4.5.3",
"@fontsource/ibm-plex-mono": "^4.5.3",
"@fontsource/inter": "^4.5.4",
"@fontsource/karla": "^4.5.3",
"@fontsource/poppins": "^4.5.2",
"@mdx-js/react": "^2.0.0",
"@monaco-editor/react": "^4.3.1",
"@next/mdx": "^12.1.0",
"framer-motion": "^6.2.8",
"install": "^0.13.0",
"next": "12.1.0",
"npm": "^8.5.3",
"prism-react-renderer": "^1.3.1",
"react": "17.0.2",
"react-dom": "17.0.2",
"react-icons": "^4.3.1"
},
"devDependencies": {
"@mdx-js/loader": "^2.0.0",
"@types/node": "17.0.21",
"@types/react": "17.0.39",
"eslint": "8.10.0",
"eslint-config-next": "12.1.0",
"raw-loader": "^4.0.2",
"remark-mdx-code-meta": "^1.0.0",
"typescript": "4.6.2"
}
}