-
-
Notifications
You must be signed in to change notification settings - Fork 9
/
package.json
36 lines (36 loc) · 890 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
{
"name": "theclaw.team",
"version": "0.1.0",
"private": true,
"scripts": {
"dev": "next dev",
"build": "next build",
"start": "next start",
"lint": "next lint",
"postbuild": "next-sitemap"
},
"dependencies": {
"@github/time-elements": "^3.1.4",
"@whitep4nth3r/get-random-entry": "^0.0.2",
"classnames": "^2.3.2",
"framer-motion": "^7.3.5",
"gray-matter": "^4.0.3",
"next": "^12.3.0",
"next-auth": "^4.10.3",
"next-seo": "^5.5.0",
"next-sitemap": "^3.1.22",
"react": "18.2.0",
"react-countdown": "^2.3.2",
"react-dom": "18.2.0",
"remark": "^14.0.2",
"remark-html": "^15.0.1"
},
"license": "MIT",
"devDependencies": {
"@next/eslint-plugin-next": "^11.1.2",
"eslint": "^7.32.0",
"eslint-config-prettier": "^8.3.0",
"eslint-plugin-prettier": "^4.0.0",
"prettier": "^2.4.1"
}
}