-
Notifications
You must be signed in to change notification settings - Fork 0
/
package.json
41 lines (41 loc) · 1 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
{
"private": true,
"name": "mdx-next",
"scripts": {
"dev": "next",
"build": "next build",
"start": "next start -p $PORT",
"deploy": "node scripts/deploy.js"
},
"dependencies": {
"@mdx-js/loader": "^3.0.0",
"@mdx-js/mdx": "^0.15.0",
"@mdx-js/react": "^3.0.0",
"@next/mdx": "^14.0.4",
"@rebass/markdown": "^1.0.0-1",
"fast-deep-equal": "^2.0.1",
"lodash.memoize": "^4.1.2",
"next": "14.1.1",
"next-ga": "^2.3.1",
"prism-react-renderer": "^0.1.2",
"react": "^18",
"react-dom": "^18",
"react-particles-js": "^2.3.0",
"react-svg-tree": "^0.4.1",
"rebass": "^2.1.0",
"remark-emoji": "^2.0.1",
"remark-images": "^0.8.1",
"styled-components": "6.1.6"
},
"devDependencies": {
"@svgr/webpack": "^8.1.0",
"@types/node": "^20",
"@types/react": "^18",
"@types/react-dom": "^18",
"@types/rebass": "^4.0.14",
"gh-pages": "^6.1.1",
"jest": "^23.5.0",
"react-svg-loader": "^2.1.0",
"typescript": "^5"
}
}