-
Notifications
You must be signed in to change notification settings - Fork 12
/
package.json
47 lines (47 loc) · 1.26 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
{
"name": "yual.in",
"version": "1.0.0",
"private": true,
"scripts": {
"dev": "next dev",
"build": "next build",
"start": "next start",
"lint": "next lint"
},
"dependencies": {
"@geist-ui/core": "^2.3.8",
"@napi-rs/canvas": "^0.1.21",
"@next/bundle-analyzer": "^12.1.6",
"@types/jsonwebtoken": "^8.5.8",
"@types/nprogress": "^0.2.0",
"@types/react-syntax-highlighter": "^15.5.1",
"axios": "^0.27.2",
"classnames": "^2.3.1",
"google-auth-library": "^8.0.2",
"jsonwebtoken": "^8.5.1",
"mongodb": "^4.5.0",
"next": "12.1.5",
"next-mdx-remote": "^4.0.3",
"nprogress": "^0.2.0",
"react": "18.1.0",
"react-dom": "18.1.0",
"react-feather": "^2.0.10",
"react-syntax-highlighter": "^15.5.0"
},
"devDependencies": {
"@mdx-js/react": "^2.3.0",
"@types/node": "17.0.30",
"@types/react": "18.0.8",
"@types/react-dom": "18.0.3",
"@typescript-eslint/eslint-plugin": "^5.21.0",
"@typescript-eslint/parser": "^5.21.0",
"autoprefixer": "^10.4.5",
"eslint": "8.14.0",
"eslint-config-next": "12.1.5",
"eslint-plugin-import": "^2.26.0",
"eslint-plugin-react": "^7.29.4",
"postcss": "^8.4.13",
"tailwindcss": "^3.0.24",
"typescript": "4.6.4"
}
}