-
Notifications
You must be signed in to change notification settings - Fork 0
/
package.json
35 lines (35 loc) · 944 Bytes
/
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
{
"name": "next-js-newrelic",
"version": "0.1.0",
"private": true,
"scripts": {
"dev": "NODE_OPTIONS='-r dotenv/config -r newrelic' next dev",
"build": "NODE_OPTIONS='-r dotenv/config' next build",
"start": "NODE_OPTIONS='-r dotenv/config -r newrelic' next start",
"lint": "next lint"
},
"dependencies": {
"@chakra-ui/next-js": "^2.2.0",
"@chakra-ui/react": "^2.8.2",
"@emotion/react": "^11.13.3",
"@emotion/styled": "^11.13.0",
"axios": "^1.7.7",
"dotenv": "^16.4.5",
"framer-motion": "^11.4.0",
"newrelic": "^12.3.0",
"next": "14.2.7",
"pino": "^9.4.0",
"react": "^18",
"react-dom": "^18"
},
"devDependencies": {
"@types/new-relic-browser": "^1.230.5",
"@types/newrelic": "^9.14.4",
"@types/node": "^20",
"@types/react": "^18",
"@types/react-dom": "^18",
"eslint": "^8",
"eslint-config-next": "14.2.7",
"typescript": "^5"
}
}