-
Notifications
You must be signed in to change notification settings - Fork 38
Expand file tree
/
Copy pathpackage.json
More file actions
58 lines (58 loc) · 1.6 KB
/
package.json
File metadata and controls
58 lines (58 loc) · 1.6 KB
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
{
"name": "app",
"version": "0.1.0",
"private": true,
"scripts": {
"dev": "next dev",
"build": "next build",
"start": "next start",
"lint": "next lint",
"test": "glob-bin -c 'tsx --test' 'src/**/*.test.ts'",
"test:types": "tsc --noemit",
"test:e2e": "playwright test"
},
"dependencies": {
"@emotion/styled": "^11.14.1",
"@markdoc/markdoc": "^0.5.4",
"@mui/material": "^7.3.8",
"@mui/system": "^7.0.1",
"@mui/x-charts": "^8.27.0",
"@sendgrid/mail": "^8.1.6",
"@slack/web-api": "^7.14.1",
"@vercel/blob": "^2.2.0",
"@vercel/functions": "^3.4.2",
"airtable": "^0.12.2",
"clsx": "^2.1.1",
"ical-generator": "^10.0.0",
"next": "14.2.35",
"next-auth": "^4.24.13",
"plausible-tracker": "^0.3.9",
"react": "^18",
"react-dom": "^18",
"react-hot-toast": "^2.6.0",
"react-lite-youtube-embed": "^3.3.3",
"react-papaparse": "^4.4.0",
"react-select": "^5.10.2",
"typescript-json-decoder": "^1.0.11"
},
"devDependencies": {
"@ianvs/prettier-plugin-sort-imports": "^4.7.1",
"@playwright/test": "^1.58.2",
"@types/eslint": "^9.6.1",
"@types/node": "^25",
"@types/react": "^18",
"@types/react-dom": "^18",
"@typescript-eslint/eslint-plugin": "^8.55.0",
"@typescript-eslint/parser": "^8.46.4",
"autoprefixer": "^10.4.24",
"dotenv-flow": "^4.1.0",
"eslint-config-next": "16.1.6",
"glob-bin": "^1.1.0",
"postcss": "^8",
"prettier": "^3.8.1",
"prettier-plugin-tailwindcss": "^0.7.2",
"tailwindcss": "^3.4.19",
"tsx": "^4.21.0",
"typescript": "^5"
}
}