forked from dns-sb/dns.sb
-
Notifications
You must be signed in to change notification settings - Fork 0
/
package.json
44 lines (44 loc) · 1.1 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
{
"name": "dns.sb",
"private": true,
"version": "0.0.0",
"description": "DNS.SB",
"scripts": {
"dev": "next dev",
"build": "next build",
"start": "next start",
"export": "next export"
},
"repository": {
"type": "git",
"url": "git+https://github.com/dns-sb/dns.sb"
},
"author": "SukkaW <https://skk.moe>",
"license": "MIT",
"homepage": "https://dns.sb",
"dependencies": {
"clsx": "^1.2.1",
"next": "^13.1.1",
"nextra": "^2.1.0",
"nextra-theme-docs": "^2.1.0",
"react": "^18.2.0",
"react-dom": "^18.2.0",
"react-wrap-balancer": "^0.3.0",
"swr": "^2.0.0"
},
"devDependencies": {
"@types/node": "18.11.10",
"@types/react": "^18.0.26",
"@types/react-dom": "^18.0.10",
"@typescript-eslint/eslint-plugin": "^5.48.0",
"@typescript-eslint/parser": "^5.48.0",
"eslint": "^8.31.0",
"eslint-config-next": "^13.1.1",
"eslint-config-sukka": "^1.6.16",
"eslint-plugin-mdx": "^2.0.5",
"eslint-plugin-node": "^11.1.0",
"eslint-plugin-react": "^7.31.11",
"tailwindcss": "^3.2.4",
"typescript": "^4.9.3"
}
}