-
Notifications
You must be signed in to change notification settings - Fork 2
/
Copy pathpackage.json
80 lines (80 loc) · 2.44 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
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
{
"name": "tvseri.es",
"version": "1.0.0",
"scripts": {
"build": "next build",
"dev": "next dev --turbo",
"format": "prettier . --write && sort-package-json",
"preinstall": "npx only-allow pnpm",
"postinstall": "sst install",
"lint": "next lint",
"lint:ci": "concurrently \"pnpm tsc\" \"pnpm lint\"",
"prepare": "husky",
"start": "next start"
},
"dependencies": {
"@aws-sdk/client-dynamodb": "^3.751.0",
"@aws-sdk/client-lambda": "^3.750.0",
"@aws-sdk/client-sesv2": "^3.752.0",
"@aws-sdk/client-sqs": "^3.750.0",
"@aws-sdk/util-dynamodb": "^3.751.0",
"@better-fetch/fetch": "^1.1.13",
"class-variance-authority": "^0.7.1",
"color": "^5.0.0",
"date-fns": "^4.1.0",
"dice-coefficient": "^2.1.1",
"motion": "^12.4.3",
"next": "15.1.7",
"papaparse": "^5.5.2",
"react": "19.0.0",
"react-day-picker": "^9.5.1",
"react-dom": "19.0.0",
"react-dropzone": "^14.3.5",
"react-fast-compare": "^3.2.2",
"recharts": "^2.15.1",
"slugify": "^1.6.6",
"sonner": "^2.0.1",
"sst": "^3.9.10",
"ulid": "^2.3.0",
"use-debounce": "^10.0.4",
"words-to-numbers": "^1.5.1",
"zustand": "^5.0.3"
},
"devDependencies": {
"@eslint/eslintrc": "^3.2.0",
"@next/eslint-plugin-next": "^15.1.7",
"@opennextjs/aws": "^3.4.2",
"@tailwindcss/typography": "^0.5.16",
"@types/aws-lambda": "^8.10.147",
"@types/color": "^4.2.0",
"@types/node": "^22.13.4",
"@types/papaparse": "^5.3.15",
"@types/react": "^19.0.10",
"@types/react-dom": "^19.0.4",
"@typescript-eslint/eslint-plugin": "^8.24.1",
"@typescript-eslint/parser": "^8.24.1",
"autoprefixer": "^10.4.20",
"aws-lambda": "^1.0.7",
"babel-plugin-react-compiler": "19.0.0-beta-e552027-20250112",
"concurrently": "^9.1.2",
"eslint": "^9.20.1",
"eslint-config-next": "^15.1.7",
"eslint-plugin-import": "^2.31.0",
"eslint-plugin-react-hooks": "^5.1.0",
"eslint-plugin-unused-imports": "^4",
"husky": "^9.1.7",
"lint-staged": "^15.4.3",
"mini-svg-data-uri": "^1.4.4",
"postcss": "^8.5.3",
"prettier": "^3.5.1",
"prettier-plugin-tailwindcss": "^0.6.11",
"sharp": "^0.33.5",
"sort-package-json": "^2.14.0",
"tailwind-merge": "^2.6.0",
"tailwind-scrollbar-hide": "^2.0.0",
"tailwindcss": "^3.4.17",
"tailwindcss-content-visibility": "^1.0.2",
"typescript": "^5.7.3"
},
"packageManager": "[email protected]"
}