-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathpackage.json
88 lines (88 loc) · 2.98 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
71
72
73
74
75
76
77
78
79
80
81
82
83
84
85
86
87
88
{
"name": "bluprince13",
"version": "0.1.0",
"private": true,
"scripts": {
"dev": "NODE_OPTIONS='--inspect' next-remote-watch src/content/blog",
"build": "next build",
"lint": "next lint",
"start": "next start",
"test:e2e": "playwright test",
"test:jest": "jest",
"test": "yarn test:jest && yarn test:e2e",
"watch": "yarn test --watch"
},
"dependencies": {
"@emotion/react": "^11.11.4",
"@emotion/styled": "^11.11.5",
"@hyvor/hyvor-talk-react": "^0.0.3",
"@juggle/resize-observer": "3.4.0",
"@mdx-js/loader": "3.0.1",
"@mui/icons-material": "^5.1.0",
"@mui/lab": "^5.0.0-alpha.55",
"@mui/material": "^5.1.0",
"@mui/styles": "^5.1.0",
"@next/mdx": "14.2.3",
"@vercel/analytics": "^1.3.1",
"@vercel/speed-insights": "^1.0.11",
"a11y-react-emoji": "1.2.0",
"comma-number": "2.1.0",
"d3": "7.9.0",
"feed": "4.2.2",
"firebase-admin": "12.1.1",
"gray-matter": "4.0.3",
"isomorphic-unfetch": "^4.0.2",
"mdx-mermaid": "^2.0.0",
"mermaid": "^10.9.1",
"next": "^14.2.3",
"next-compose-plugins": "2.2.1",
"next-mdx-remote": "5.0.0",
"next-seo": "6.5.0",
"prism-theme-night-owl": "^1.4.0",
"react": "^18.3.1",
"react-dom": "^18.3.1",
"react-ga": "3.3.1",
"react-markdown": "^9.0.1",
"react-share": "5.1.0",
"react-social-icons": "6.16.0",
"react-ts-tradingview-widgets": "^1.2.5",
"rehype-autolink-headings": "7.1.0",
"rehype-citation": "^2.0.0",
"rehype-slug": "6.0.0",
"remark-codesandbox": "^0.10.1",
"remark-emoji": "4.0.1",
"remark-prism": "^1.3.6",
"remark-toc": "9.0.0",
"swr": "2.2.5",
"typeface-roboto": "1.1.13"
},
"devDependencies": {
"@next/eslint-plugin-next": "^14.2.3",
"@playwright/test": "^1.44.1",
"@testing-library/jest-dom": "^6.4.5",
"@testing-library/react": "^15.0.7",
"@types/jest": "^29.5.12",
"@types/node": "^20.12.12",
"@types/react": "^18.3.3",
"@types/react-dom": "^18.3.0",
"@typescript-eslint/eslint-plugin": "^7.10.0",
"@typescript-eslint/parser": "^7.10.0",
"babel-jest": "^29.7.0",
"eslint": "^8.0.0",
"eslint-config-next": "^14.2.3",
"eslint-config-prettier": "9.1.0",
"eslint-import-resolver-alias": "1.1.2",
"eslint-plugin-import": "2.29.1",
"eslint-plugin-jest": "^28.5.0",
"eslint-plugin-jsx-a11y": "6.8.0",
"eslint-plugin-react": "7.34.1",
"eslint-plugin-react-hooks": "4.6.2",
"jest": "^29.7.0",
"jest-environment-jsdom": "^29.7.0",
"next-remote-watch": "^2.0.0",
"prettier": "3.2.5",
"react-test-renderer": "^18.3.1",
"ts-node": "^10.9.2",
"typescript": "^5.4.5"
}
}