-
Notifications
You must be signed in to change notification settings - Fork 0
/
package.json
40 lines (40 loc) · 1.04 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
{
"name": "miriko-home",
"private": true,
"license": "MIT",
"author": "海离Channel",
"homepage": "https://github.com/miriko-ch/miriko-home",
"scripts": {
"dev": "next dev",
"build": "next build",
"start": "next start",
"lint": "next lint"
},
"dependencies": {
"@fortawesome/fontawesome-svg-core": "^6.2.1",
"@fortawesome/free-brands-svg-icons": "^6.0.0-beta3",
"@fortawesome/free-regular-svg-icons": "^6.0.0-beta3",
"@fortawesome/free-solid-svg-icons": "^6.2.1",
"@fortawesome/react-fontawesome": "^0.2.0",
"ahooks": "^3.7.4",
"axios": "^1.4.0",
"bootstrap": "5.2.3",
"iron-session": "^6.0.5",
"lodash": "^4.17.21",
"md5": "^2.3.0",
"mongodb": "^4.13.0",
"next": "13.0.6",
"react": "18.2.0",
"react-bootstrap": "2.6.0",
"react-circle": "^1.1.1",
"react-dom": "18.2.0",
"react-parallax": "^3.3.0",
"sha3": "^2.1.4",
"sharp": "^0.31.2",
"swr": "^1.2.2"
},
"devDependencies": {
"eslint": "8.29.0",
"eslint-config-next": "13.0.6"
}
}