-
Notifications
You must be signed in to change notification settings - Fork 0
/
package.json
57 lines (57 loc) · 1.65 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
{
"name": "wangguohui.cn",
"version": "0.1.0",
"private": true,
"scripts": {
"lint": "next lint",
"predev": "yarn build:config",
"dev": "next dev",
"prebuild": "yarn build:config",
"build": "next build",
"build:config": "esbuild next.config.ts --bundle --outfile=next.config.js --platform=node --external:pnpapi --target=es2020 --minify",
"start": "next start",
"export": "yarn build"
},
"dependencies": {
"@emotion/react": "^11.10.0",
"@kangc/v-md-editor": "^2.3.15",
"@next-auth/prisma-adapter": "^1.0.4",
"@prisma/client": "^4.1.1",
"@react-three/fiber": "^8.3.0",
"@reduxjs/toolkit": "^1.8.6",
"alea": "^1.0.1",
"axios": "^1.1.3",
"next": "^12.2.4",
"next-auth": "^4.10.3",
"parse-numeric-range": "^1.3.0",
"react": "^18.2.0",
"react-countup": "^6.3.0",
"react-dom": "^18.2.0",
"react-intersection-observer": "^9.4.0",
"react-markdown": "^8.0.3",
"react-redux": "^8.0.4",
"react-syntax-highlighter": "^15.5.0",
"rehype-raw": "^6.1.1",
"remark-gfm": "^3.0.1",
"simplex-noise": "^4.0.0",
"swr": "^1.3.0",
"three": "^0.145.0",
"typed.js": "^2.0.12",
"yarn": "^1.22.19"
},
"devDependencies": {
"@emotion/eslint-plugin": "^11.10.0",
"@next/eslint-plugin-next": "^12.2.4",
"@types/node": "^18.6.4",
"@types/parse-numeric-range": "^0.0.1",
"@types/react": "^18.0.15",
"@types/react-dom": "^18.0.6",
"@types/react-syntax-highlighter": "^13.5.2",
"@types/three": "^0.144.0",
"esbuild": "^0.15.13",
"eslint": "8.26.0",
"eslint-config-next": "12.3.1",
"prisma": "^4.1.1",
"typescript": "^4.7.4"
}
}