forked from alii/website
-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathpackage.json
62 lines (62 loc) · 1.66 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
{
"name": "website",
"version": "1.0.0",
"repository": "[email protected]:alii/website.git",
"author": "Roman Holubenko <[email protected]>",
"license": "Apache-2.0",
"private": true,
"packageManager": "[email protected]",
"scripts": {
"dev": "next dev",
"build": "next build",
"start": "next start",
"lint": "eslint . --ext .js,.jsx,.ts,.tsx",
"format": "prettier --write .",
"prebuild": "pnpm run format && pnpm run lint"
},
"devDependencies": {
"@babel/eslint-parser": "^7.22.10",
"@tailwindcss/forms": "^0.5.4",
"@types/common-tags": "^1.8.1",
"@types/jwa": "^2.0.0",
"@types/react": "^18.2.20",
"@types/react-dom": "^18.2.7",
"@typescript-eslint/parser": "^6.4.0",
"autoprefixer": "^10.4.15",
"danger": "^11.2.8",
"eslint": "8.47.0",
"eslint-config-next": "13.4.19",
"eslint-config-prettier": "^9.0.0",
"eslint-plugin-unicorn": "^48.0.1",
"postcss": "^8.4.28",
"prettier": "^3.0.2",
"prettier-plugin-organize-imports": "^3.2.3",
"prettier-plugin-tailwindcss": "^0.5.3",
"sharp": "^0.32.5",
"tailwindcss": "^3.3.3",
"typescript": "^5.1.6"
},
"dependencies": {
"@marsidev/react-turnstile": "^0.2.3",
"@rive-app/canvas": "^2.2.0",
"@rive-app/react-canvas": "^4.1.4",
"axios": "^1.4.0",
"clsx": "^2.0.0",
"common-tags": "^1.8.2",
"dotenv": "^16.3.1",
"envsafe": "^2.0.3",
"framer-motion": "^10.16.0",
"jwa": "^2.0.0",
"letterboxd-api": "^1.0.2",
"next": "^13.4.19",
"nextkit": "^3.4.3",
"react": "^18.2.0",
"react-dom": "^18.2.0",
"react-hot-toast": "^2.4.1",
"react-icons": "^4.10.1",
"tailwind-scrollbar-hide": "^1.1.7",
"url-loader": "^4.1.1",
"use-lanyard": "^1.4.4",
"zod": "^3.22.2"
}
}