-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathpackage.json
52 lines (52 loc) · 1.33 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
{
"name": "codsite-v3",
"version": "0.1.0",
"private": true,
"scripts": {
"dev": "next dev",
"build": "next build",
"start": "next start",
"lint": "next lint"
},
"dependencies": {
"@chakra-ui/next-js": "^2.2.0",
"@chakra-ui/pro-theme": "^0.0.66",
"@chakra-ui/react": "^2.8.2",
"@emotion/react": "^11.11.4",
"@emotion/styled": "^11.11.5",
"@fontsource/exo-2": "^4.5.11",
"@fontsource/nunito": "^4.5.12",
"@fontsource/open-sans": "^4.5.14",
"@fontsource/raleway": "^4.5.12",
"@mdx-js/loader": "^3.0.1",
"@mdx-js/react": "^3.0.1",
"@next/mdx": "^14.2.4",
"@nikolovlazar/chakra-ui-prose": "^1.2.1",
"@types/node": "18.15.3",
"@types/react": "18.0.28",
"@types/react-dom": "18.0.11",
"chakra-react-select": "^4.8.0",
"eslint": "8.36.0",
"eslint-config-next": "13.2.4",
"framer-motion": "^11.2.11",
"gray-matter": "^4.0.3",
"next": "^13.5.0",
"next-mdx-remote": "^5.0.0",
"react": "18.2.0",
"react-dom": "18.2.0",
"react-icons": "^4.8.0",
"rehype-katex": "^7.0.0",
"remark-gfm": "^4.0.0",
"remark-math": "^6.0.0",
"sharp": "^0.32.1",
"typescript": "5.0.2"
},
"devDependencies": {
"eslint-config-prettier": "^8.8.0",
"prettier": "2.8.8"
},
"volta": {
"node": "18.16.0",
"npm": "9.6.6"
}
}