-
Notifications
You must be signed in to change notification settings - Fork 1
/
package.json
64 lines (64 loc) · 1.6 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
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
{
"name": "unnamed.team",
"description": "Site at https://unnamed.team/ built using Next.js",
"version": "0.1.0",
"license": "MIT",
"private": true,
"author": {
"name": "yusshu",
"email": "[email protected]"
},
"homepage": "https://unnamed.team/",
"repository": {
"type": "git",
"url": "git+https://github.com/unnamed/unnamed.team.git"
},
"main": "index.js",
"scripts": {
"dev": "next dev",
"build": "next build",
"start": "next start",
"lint": "next lint"
},
"keywords": [
"unnamed",
"team"
],
"bugs": {
"url": "https://github.com/unnamed/unnamed.team/issues"
},
"dependencies": {
"@headlessui/react": "^1.7.14",
"@heroicons/react": "^2.0.17",
"@types/decompress": "^4.2.7",
"clsx": "^1.1.1",
"decompress": "^4.2.1",
"javascript-time-ago": "^2.5.9",
"next": "13.1.4",
"react": "^18.2.0",
"react-dom": "^18.2.0",
"rehype-highlight": "^5.0.2",
"rehype-stringify": "^9.0.3",
"remark-gfm": "3.0.1",
"remark-parse": "^10.0.1",
"remark-rehype": "^10.1.0",
"sass": "^1.49.9",
"typescript": "^4.9.5",
"typewriter-effect": "^2.20.1",
"unified": "^10.1.1",
"unist-util-visit": "^4.1.0"
},
"devDependencies": {
"@types/node": "^18.13.0",
"@types/react": "^18.2.0",
"@types/react-dom": "^18.2.1",
"autoprefixer": "^10.4.2",
"eslint": "^8.10.0",
"eslint-config-next": "^12.1.0",
"postcss": "^8.4.7",
"tailwindcss": "^3.0.23"
},
"resolutions": {
"eslint-plugin-react": "7.28.0"
}
}