-
Notifications
You must be signed in to change notification settings - Fork 5
/
package.json
104 lines (104 loc) · 3.24 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
89
90
91
92
93
94
95
96
97
98
99
100
101
102
103
104
{
"name": "daodao-f2e",
"version": "1.0.0",
"private": true,
"scripts": {
"dev": "next dev -p 5000",
"dev-https": "node server.js",
"static": "serve out",
"build": "next build && next export",
"export": "next build && next export",
"start": "next start",
"sitemap": "next-sitemap",
"lint": "eslint \"{pages,components,shared,constants}/**/*.{ts,tsx,js,jsx}\" --fix",
"pages:build": "npx @cloudflare/next-on-pages",
"preview": "npm run pages:build && wrangler pages dev",
"deploy": "npm run pages:build && wrangler pages deploy"
},
"dependencies": {
"@emotion/css": "^11.9.0",
"@emotion/react": "^11.10.6",
"@emotion/styled": "^11.10.6",
"@jitsi/react-sdk": "^1.0.1",
"@mdxeditor/editor": "^3.17.4",
"@mui/base": "^5.0.0-alpha.77",
"@mui/core": "^5.0.0-alpha.54",
"@mui/icons-material": "^5.6.2",
"@mui/lab": "^5.0.0-alpha.121",
"@mui/material": "^5.11.11",
"@mui/styles": "^5.6.2",
"@mui/system": "^5.11.9",
"@mui/x-date-pickers": "^5.0.11",
"@react-hook/window-scroll": "^1.3.0",
"@reduxjs/toolkit": "^1.9.3",
"append-query": "^2.1.1",
"axios": "^0.26.0",
"clsx": "^2.1.1",
"copy-to-clipboard": "^3.3.1",
"dayjs": "^1.10.8",
"disqus-react": "^1.1.2",
"feed": "^4.2.2",
"konva": "^7.0.0",
"localforage": "^1.10.0",
"moment": "^2.29.4",
"next": "^13.5.1",
"next-pwa": "^5.6.0",
"next-sitemap": "^1.6.203",
"node-fetch": "^2.6.1",
"prop-types": "^15.8.1",
"react": "^18.0.0",
"react-copy-to-clipboard": "^5.0.4",
"react-dom": "18.0.0",
"react-fast-marquee": "^1.3.2",
"react-ga": "^3.3.0",
"react-hook-form": "^7.53.2",
"react-hot-toast": "^2.1.0",
"react-icons": "^4.2.0",
"react-jitsi": "^1.0.4",
"react-konva": "^17.0.2-5",
"react-lazy-load-image-component": "^1.5.6",
"react-player": "^2.10.1",
"react-redux": "^7.2.4",
"react-share": "^4.4.0",
"react-speech-recognition": "^3.8.2",
"react-typed": "^1.2.0",
"redux": "^4.1.0",
"redux-logger": "^3.0.6",
"redux-persist": "^6.0.0",
"redux-saga": "^1.1.3",
"regenerator-runtime": "^0.13.9",
"swr": "^2.2.5",
"tailwind-merge": "^2.5.4",
"use-image": "^1.0.10",
"uuid": "^11.0.3",
"wrangler": "^3.99.0",
"zod": "^3.22.4"
},
"devDependencies": {
"@babel/preset-typescript": "^7.26.0",
"@cloudflare/next-on-pages": "^1.13.7",
"@emotion/babel-plugin": "^11.9.2",
"@next/eslint-plugin-next": "^13.2.1",
"@tailwindcss/typography": "^0.5.15",
"@types/chrome": "^0.0.206",
"@types/react-dom": "^19.0.2",
"@typescript-eslint/eslint-plugin": "6",
"@typescript-eslint/parser": "6",
"autoprefixer": "^10.4.20",
"babel-plugin-import": "^1.13.8",
"eslint": "^8.35.0",
"eslint-config-airbnb": "^18.2.1",
"eslint-import-resolver-alias": "^1.1.2",
"eslint-plugin-html": "^6.1.2",
"eslint-plugin-import": "^2.26.0",
"eslint-plugin-jest": "^27.2.1",
"eslint-plugin-jsx-a11y": "^6.4.1",
"eslint-plugin-no-console-log": "^2.0.0",
"eslint-plugin-react": "^7.24.0",
"eslint-plugin-react-hooks": "^4.2.0",
"postcss": "^8.4.47",
"tailwindcss": "^3.4.14",
"typescript": "5.7.2",
"vercel": "^39.2.4"
}
}