-
Notifications
You must be signed in to change notification settings - Fork 1
/
package.json
68 lines (68 loc) · 1.84 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
{
"name": "bbf-blog",
"version": "0.1.0",
"private": true,
"scripts": {
"dev": "npx prisma generate && next dev -p 8010",
"build": "npx prisma generate && node init.js && next build",
"start": "next start",
"lint": "next lint"
},
"engines": {
"node": ">=18.x"
},
"dependencies": {
"@ant-design/icons": "^4.7.0",
"@bytemd/plugin-breaks": "^1.17.2",
"@bytemd/plugin-frontmatter": "^1.17.2",
"@bytemd/plugin-gemoji": "^1.17.2",
"@bytemd/plugin-gfm": "^1.17.2",
"@bytemd/plugin-highlight-ssr": "^1.17.2",
"@bytemd/plugin-medium-zoom": "^1.17.2",
"@bytemd/plugin-mermaid": "^1.17.2",
"@bytemd/react": "^1.17.2",
"@prisma/client": "^5.10.2",
"@types/bcryptjs": "^2.4.2",
"@types/jsonwebtoken": "^8.5.8",
"add": "^2.0.6",
"ahooks": "^3.5.2",
"animate.css": "^4.1.1",
"antd": "^4.22.2",
"axios": "^0.27.2",
"bbf-tree-utils": "^0.1.0",
"bcryptjs": "^2.4.3",
"bytemd": "^1.17.4",
"classnames": "^2.3.1",
"cookie": "^0.5.0",
"github-markdown-css": "^5.1.0",
"highlight.js": "^11.6.0",
"jsonwebtoken": "^8.5.1",
"juejin-markdown-themes": "^1.29.3",
"lodash": "^4.17.21",
"mobx": "^6.6.1",
"mobx-react-lite": "^3.4.0",
"moment": "^2.29.4",
"next": "12.3.0",
"nprogress": "^0.2.0",
"prisma": "^5.10.2",
"react": "18.2.0",
"react-dom": "18.2.0",
"react-spring": "^9.5.2",
"sakana-react": "^1.1.2"
},
"devDependencies": {
"@types/cookie": "^0.5.1",
"@types/lodash": "^4.14.182",
"@types/node": "18.0.6",
"@types/nprogress": "^0.2.0",
"@types/react": "18.0.15",
"@types/react-dom": "18.0.6",
"autoprefixer": "^10.4.7",
"eslint": "8.20.0",
"eslint-config-next": "12.2.2",
"postcss": "^8.4.14",
"sass": "^1.53.0",
"tailwindcss": "^3.1.6",
"typescript": "4.7.4"
}
}