generated from fresh-app/fresh-next-app-typescript
-
Notifications
You must be signed in to change notification settings - Fork 0
/
package.json
56 lines (56 loc) · 1.56 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
{
"name": "fresh-app",
"version": "0.1.0",
"private": true,
"scripts": {
"dev": "env NODE_OPTIONS='--require @bemuse/otel/register' next dev -p ${PORT:-8009}",
"build": "next build && ./scripts/postbuild.sh",
"start": "next start -p ${PORT:-8009}",
"lint": "next lint"
},
"dependencies": {
"@anatine/zod-openapi": "^1.10.0",
"@bemuse/otel": "workspace:*",
"@firebase/app-types": "0.x",
"@github/time-elements": "^3.2.0",
"@tailwindcss/typography": "^0.5.7",
"axios": "^1.1.3",
"cors": "^2.8.5",
"daisyui": "^2.36.1",
"firebase-admin": "^11.3.0",
"google-application-credentials-base64": "^0.0.0",
"http-errors": "^2.0.0",
"init-middleware": "^0.0.1",
"jose": "^4.10.4",
"lodash-es": "^4.17.21",
"mongodb": "^4.11.0",
"next": "13.0.0",
"openapi3-ts": "^3.1.1",
"pino": "^8.7.0",
"pino-pretty": "^9.1.1",
"react": "18.2.0",
"react-dom": "18.2.0",
"zod": "^3.19.1"
},
"devDependencies": {
"@playwright/test": "^1.27.1",
"@rushstack/eslint-plugin-packlets": "^0.6.1",
"@types/cors": "^2.8.12",
"@types/http-errors": "^2.0.0",
"@types/lodash-es": "^4.17.6",
"@types/node": "18.11.3",
"@types/react": "18.0.21",
"@types/react-dom": "18.0.6",
"autoprefixer": "^10.4.12",
"dotenv": "^16.0.3",
"dotenv-cli": "^6.0.0",
"eslint": "8.25.0",
"eslint-config-next": "13.0.0",
"postcss": "^8.4.18",
"prettier": "^2.7.1",
"tailwindcss": "^3.2.1",
"tsx": "^3.12.1",
"typescript": "4.8.4",
"wait-on": "^6.0.1"
}
}