-
Notifications
You must be signed in to change notification settings - Fork 0
/
package.json
40 lines (40 loc) · 956 Bytes
/
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
{
"name": "juwuobby",
"version": "1.0.0",
"scripts": {
"dev": "next",
"dev:https": "node server/dev.js",
"build": "next build",
"start": "next start",
"post-update": "yarn upgrade --latest"
},
"dependencies": {
"@ant-design/icons": "4.6.2",
"@types/node": "15.12.2",
"@types/react": "17.0.11",
"antd": "4.16.2",
"classname": "^0.0.0",
"firebase": "8.6.7",
"fuse.js": "^6.4.6",
"idb-keyval": "5.0.6",
"jotai": "^1.1.0",
"lodash.has": "^4.5.2",
"lodash.sortedlastindexby": "^4.6.0",
"next": "^11.0.1",
"pako": "^2.0.3",
"query-string": "^7.0.1",
"react": "^16.13.1",
"react-dom": "^16.13.1",
"react-h5-audio-player": "3.7.1",
"react-split-pane": "0.1.92",
"shorthash2": "^1.0.3",
"typescript": "4.3.2"
},
"license": "MIT",
"keywords": [],
"description": "",
"devDependencies": {
"@types/pako": "^1.0.2",
"devcert": "^1.2.0"
}
}