-
Notifications
You must be signed in to change notification settings - Fork 24
/
package.json
60 lines (60 loc) · 1.45 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
{
"name": "website",
"version": "1.0.0",
"repository": "[email protected]:alii/website.git",
"author": "Alistair Smith <[email protected]>",
"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.8",
"@types/common-tags": "^1.8.4",
"@types/cookie": "^0.6.0",
"@types/jsonwebtoken": "^9.0.6",
"@types/jwa": "^2.0.3",
"@types/react": "^18.3.5",
"@types/react-dom": "^18.3.0",
"@types/uuid": "^9.0.8",
"autoprefixer": "^10.4.20",
"eslint": "9.5.0",
"eslint-config-next": "14.2.4",
"postcss": "^8.4.44",
"prettier": "^3.3.3",
"prettier-plugin-tailwindcss": "^0.6.6",
"sharp": "^0.33.5",
"tailwindcss": "^3.4.10",
"typescript": "^5.5.4"
},
"dependencies": {
"@c-side/next": "^1.0.0",
"@marsidev/react-turnstile": "^0.7.2",
"@next/third-parties": "^14.2.7",
"@otters/monzo": "^2.1.2",
"alistair": "^1.11.0",
"bwitch": "^0.3.0",
"clsx": "^2.1.1",
"common-tags": "^1.8.2",
"cookie": "^0.6.0",
"dayjs": "^1.11.13",
"dotenv": "^16.4.5",
"envsafe": "^2.0.3",
"framer-motion": "^11.3.31",
"jsonwebtoken": "^9.0.2",
"jwa": "^2.0.0",
"next": "^14.2.7",
"nextkit": "^3.4.3",
"react": "^18.3.1",
"react-dom": "^18.3.1",
"react-hot-toast": "^2.4.1",
"react-icons": "^5.3.0",
"use-lanyard": "^1.5.2",
"uuid": "^10.0.0",
"zod": "^3.23.8"
}
}