-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathpackage.json
42 lines (42 loc) · 1.13 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
{
"name": "@12evgen/test-vercel",
"version": "12.6.0",
"private": true,
"license": "MIT",
"scripts": {
"dev": "NODE_OPTIONS='-r @newrelic/next' next",
"build": "next build",
"start": "NODE_OPTIONS='-r @newrelic/next' next start",
"lint": "next lint",
"commitlint": "commitlint --edit",
"test:ts": "tsc --noEmit",
"generate:i18n": "i18next-scanner --config i18next-scanner.config.js"
},
"dependencies": {
"@newrelic/next": "^0.7.0",
"@sentry/nextjs": "^7.99.0",
"@vercel/analytics": "^1.1.3",
"@vercel/speed-insights": "^1.0.9",
"i18next": "~23.8.2",
"newrelic": "^11.10.2",
"next": "14.0.4",
"next-i18next": "~15.2.0",
"react": "^18",
"react-i18next": "~14.0.5",
"react-dom": "^18",
"zipyai": "^1.7.8"
},
"devDependencies": {
"@commitlint/cli": "^18.4.3",
"@commitlint/config-conventional": "^18.4.3",
"@types/node": "^20",
"@types/react": "^18",
"@types/react-dom": "^18",
"env-cmd": "~10.1.0",
"eslint": "^8",
"eslint-config-next": "14.0.4",
"husky": "^8.0.3",
"i18next-scanner": "~4.4.0",
"typescript": "^5"
}
}