-
Notifications
You must be signed in to change notification settings - Fork 9
/
package.json
42 lines (42 loc) · 1.07 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
{
"name": "bili-fav-sniffer",
"version": "1.5.0",
"private": false,
"license": "MPL-2.0",
"repository": {
"type": "git",
"url": "https://github.com/BarryLiu1995/bili-fav-sniffer.git"
},
"scripts": {
"dev": "next dev",
"build": "next build",
"start": "next start",
"lint": "next lint",
"release": "github-release-from-changelog --filename CHANGELOG.md"
},
"dependencies": {
"@ant-design/icons": "^5.0.1",
"@types/node": "18.14.2",
"@types/react": "18.0.28",
"@types/react-dom": "18.0.11",
"antd": "^5.2.3",
"body-parser": "^1.20.2",
"eslint": "8.35.0",
"eslint-config-next": "13.2.1",
"formidable": "^2.1.1",
"next": "13.2.1",
"node-fetch": "^3.3.1",
"node-schedule": "^2.1.1",
"react": "18.2.0",
"react-dom": "18.2.0",
"typescript": "4.9.5"
},
"devDependencies": {
"@types/body-parser": "^1.19.2",
"@types/formidable": "^2.0.5",
"@types/node-schedule": "^2.1.0",
"github-release-from-changelog": "^2.1.1",
"sass": "^1.62.1",
"standard-version": "^9.5.0"
}
}