This repository has been archived by the owner on Oct 17, 2022. It is now read-only.
-
Notifications
You must be signed in to change notification settings - Fork 0
/
package.json
55 lines (55 loc) · 1.7 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
{
"name": "@noel/floof.gay",
"description": "🍂 Source code for floof.gay, a personal site that tells more about my furry side.",
"version": "1.0.0",
"private": true,
"author": "Noel <[email protected]>",
"homepage": "https://floofy.dev",
"repository": "https://github.com/auguwu/paw",
"bugs": "https://github.com/auguwu/paw/issues",
"license": "MIT",
"scripts": {
"sitemap": "next-sitemap",
"start": "next start",
"build": "next build",
"lint": "eslint src --ext .ts,.tsx --fix",
"dev": "yarn lint && yarn fmt && next dev -p 3621",
"fmt": "prettier --config ./.prettierrc.json --write ."
},
"dependencies": {
"@chakra-ui/react": "2.3.5",
"@emotion/react": "11.10.4",
"@emotion/styled": "11.10.4",
"@fontsource/cantarell": "4.5.9",
"@fontsource/inter": "4.5.14",
"@fortawesome/fontawesome-svg-core": "6.2.0",
"@fortawesome/free-brands-svg-icons": "6.2.0",
"@fortawesome/react-fontawesome": "0.2.0",
"@heroicons/react": "2.0.12",
"framer-motion": "7.5.3",
"luxon": "3.0.4",
"next": "12.3.1",
"next-pwa": "5.6.0",
"react": "18.2.0",
"react-devicons": "2.14.0",
"react-dom": "18.2.0",
"twemoji": "14.0.2",
"use-lanyard": "1.3.7"
},
"devDependencies": {
"@augu/eslint-config": "3.0.0",
"@augu/tsconfig": "1.1.1",
"@types/luxon": "3.0.1",
"@types/node": "17.0.8",
"@types/react": "18.0.21",
"@types/twemoji": "13.1.1",
"@typescript-eslint/eslint-plugin": "5.40.0",
"@typescript-eslint/parser": "5.40.0",
"eslint": "8.25.0",
"eslint-config-next": "12.3.1",
"eslint-config-prettier": "8.5.0",
"next-sitemap": "3.1.25",
"prettier": "2.7.1",
"typescript": "4.8.4"
}
}