-
Notifications
You must be signed in to change notification settings - Fork 1
/
Copy pathpackage.json
54 lines (54 loc) · 1.28 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
{
"name": "personal-website",
"version": "1.0.0",
"repository": "https://github.com/sarcasterXO/sarcaster.github.io",
"author": "Sarcaster!",
"license": "Apache-2.0",
"private": true,
"packageManager": "[email protected]",
"scripts": {
"dev": "next dev",
"build": "next build",
"start": "next start",
"lint": "next lint"
},
"devDependencies": {
"@tailwindcss/forms": "^0.5.3",
"@types/common-tags": "^1.8.1",
"@types/jwa": "^2.0.0",
"@types/react": "^18.2.7",
"@types/react-dom": "^18.2.4",
"@types/uuid": "^9.0.1",
"autoprefixer": "^10.4.14",
"danger": "^11.2.6",
"eslint": "8.41.0",
"eslint-config-next": "13.4.4",
"postcss": "^8.4.24",
"prettier": "^2.8.8",
"prettier-plugin-tailwindcss": "^0.3.0",
"sharp": "^0.32.1",
"tailwindcss": "^3.3.2",
"typescript": "^5.0.4"
},
"dependencies": {
"@marsidev/react-turnstile": "^0.2.1",
"bwitch": "^0.1.3",
"clsx": "^1.2.1",
"common-tags": "^1.8.2",
"dayjs": "^1.11.7",
"dotenv": "^16.1.1",
"envsafe": "^2.0.3",
"framer-motion": "^10.12.16",
"jwa": "^2.0.0",
"next": "^13.4.4",
"nextkit": "^3.4.3",
"react": "^18.2.0",
"react-dom": "^18.2.0",
"react-hot-toast": "^2.4.1",
"react-icons": "^4.9.0",
"undici": "^6.2.1",
"use-lanyard": "^1.4.4",
"uuid": "^9.0.0",
"zod": "^3.21.4"
}
}