-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathpackage.json
47 lines (47 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
{
"name": "dan-edwards-creative",
"version": "0.1.0",
"private": true,
"scripts": {
"dev": "next dev --turbo",
"build": "next build",
"start": "tsx testServer.ts",
"lint": "next lint",
"format": "prettier --write \"**/*.{js,jsx,ts,tsx,json,md,css,scss}\"",
"predeploy": "pnpm tsx deploy/validate-dockerfile.ts && pnpm lint && pnpm build",
"deploy": "fly deploy"
},
"browserslist": "defaults, not ie <= 11",
"dependencies": {
"@aws-sdk/client-ses": "^3.696.0",
"@types/node": "^20.10.8",
"@types/react": "^18.2.47",
"@types/react-dom": "^18.2.18",
"clsx": "^2.1.1",
"fast-glob": "^3.2.11",
"gsap": "^3.12.5",
"mongodb": "^6.10.0",
"mongoose": "^8.8.2",
"next": "15.0.3",
"next-themes": "^0.2.1",
"react": "^18.2.0",
"react-aria": "^3.35.1",
"react-dom": "^18.2.0",
"react-stately": "^3.33.0",
"tailwindcss": "^3.4.1"
},
"devDependencies": {
"@trivago/prettier-plugin-sort-imports": "^4.3.0",
"@types/express": "^5.0.0",
"autoprefixer": "^10.4.20",
"dotenv": "^16.4.5",
"eslint": "^8.56.0",
"eslint-config-next": "^14.0.4",
"express": "^4.21.0",
"postcss": "^8.4.49",
"prettier": "^3.3.2",
"sharp": "0.33.1",
"tsx": "^4.19.1",
"typescript": "^5.7.2"
}
}