-
Notifications
You must be signed in to change notification settings - Fork 0
/
package.json
48 lines (48 loc) · 1.29 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
{
"name": "haoyudoing.com.v2",
"version": "0.1.0",
"private": true,
"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.2.1",
"@fortawesome/free-solid-svg-icons": "^6.2.1",
"@fortawesome/react-fontawesome": "^0.2.0",
"@types/node": "18.11.9",
"@types/react": "18.0.25",
"@types/react-dom": "18.0.8",
"@types/react-fontawesome": "^1.6.5",
"@vercel/analytics": "^0.1.6",
"eslint-config-next": "^13.1.1",
"graphql-request": "^5.0.0",
"i": "^0.3.7",
"lodash": "^4.17.21",
"mongodb": "^4.13.0",
"mongoose": "^6.8.2",
"next": "^13.1.1",
"npm": "^9.1.2",
"react": "^18.2.0",
"react-dom": "^18.2.0",
"react-force-graph-2d": "^1.25.3",
"react-grid-gallery": "^1.0.1-alpha.0",
"react-markdown": "^8.0.7",
"sharp": "^0.31.3",
"tw-elements": "*",
"typescript": "4.8.4"
},
"devDependencies": {
"@types/lodash": "^4.14.202",
"autoprefixer": "^10.4.13",
"eslint": "^8.49.0",
"eslint-config-prettier": "^9.0.0",
"eslint-plugin-prettier": "^5.0.0",
"postcss": "^8.4.14",
"prettier": "^3.0.3",
"tailwindcss": "^3.2.4"
}
}