-
Notifications
You must be signed in to change notification settings - Fork 3
/
package.json
70 lines (70 loc) · 1.79 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
57
58
59
60
61
62
63
64
65
66
67
68
69
70
{
"name": "solidityonsolana",
"version": "0.1.0",
"private": true,
"scripts": {
"dev": "next dev",
"build": "next build",
"start": "next start",
"lint": "next lint"
},
"dependencies": {
"@emotion/react": "^11.10.6",
"@emotion/server": "^11.10.0",
"@emotion/styled": "^11.10.6",
"@jsdevtools/rehype-toc": "^3.0.2",
"@mdx-js/react": "^3.0.0",
"@mui/icons-material": "^5.11.11",
"@mui/material": "^5.11.11",
"@mui/system": "^5.11.12",
"@next/mdx": "^14.0.0",
"@svgr/webpack": "^8.1.0",
"@swc/helpers": "^0.4.14",
"contentlayer": "^0.3.4",
"dotenv": "^16.3.1",
"eslint": "^8.52.0",
"eslint-config-next": "^13.5.6",
"eslint-plugin-react": "^7.33.2",
"flowbite": "^1.8.1",
"flowbite-react": "^0.6.4",
"fs": "^0.0.1-security",
"fs.promises": "^0.1.2",
"github-slugger": "^2.0.0",
"gray-matter": "^4.0.3",
"next": "13.2.3",
"next-contentlayer": "^0.3.4",
"next-seo": "^6.4.0",
"prettier": "^3.2.5",
"prismjs": "^1.29.0",
"react": "18.2.0",
"react-animated-cursor": "^2.5.2",
"react-dom": "18.2.0",
"react-markdown": "^9.0.0",
"react-router-dom": "^6.17.0",
"react-select-search": "^4.1.7",
"react-vertical-timeline-component": "^3.6.0",
"rehype-autolink-headings": "^7.0.0",
"rehype-pretty-code": "^0.10.2",
"rehype-slug": "^6.0.0",
"remark": "^15.0.1",
"remark-gfm": "^4.0.0",
"remark-html": "^16.0.1",
"shiki": "^0.14.5",
"update": "^0.7.4"
},
"devDependencies": {
"@tailwindcss/typography": "^0.5.10",
"@types/node": "18.14.6",
"autoprefixer": "^10.4.16",
"postcss": "^8.4.31",
"tailwindcss": "^3.3.3"
},
"browser": {
"fs": false,
"os": false,
"path": false
},
"engines": {
"node": ">=18.0.0"
}
}