-
Notifications
You must be signed in to change notification settings - Fork 9
/
package.json
44 lines (44 loc) · 1.11 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
{
"name": "zhblogs",
"version": "0.1.0",
"private": true,
"scripts": {
"dev": "next dev",
"build": "next build",
"start": "next start",
"lint": "eslint --fix --ext .js,.jsx,.ts,.tsx .",
"transfer": "node -r ts-node/register ./tools/transfer"
},
"dependencies": {
"@types/cheerio": "^0.22.31",
"antd": "^4.19.3",
"axios": "^0.27.2",
"cheerio": "^1.0.0-rc.12",
"echarts": "^5.3.3",
"echarts-for-react": "^3.0.2",
"js-cookie": "^3.0.1",
"lokijs": "^1.5.12",
"nedb": "^1.8.0",
"next": "12.1.2",
"react": "17.0.2",
"react-dom": "17.0.2",
"sass": "^1.50.0",
"scss": "^0.2.4",
"uuid": "^8.3.2"
},
"devDependencies": {
"@types/js-cookie": "^3.0.1",
"@types/lokijs": "^1.5.7",
"@types/nedb": "^1.8.12",
"@types/node": "17.0.23",
"@types/react": "17.0.43",
"@types/react-dom": "17.0.14",
"@types/uuid": "^8.3.4",
"@typescript-eslint/eslint-plugin": "^5.21.0",
"@typescript-eslint/parser": "^5.21.0",
"eslint": "8.12.0",
"eslint-config-next": "12.1.2",
"ts-node": "^10.7.0",
"typescript": "4.6.3"
}
}