-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathpackage.json
executable file
·39 lines (39 loc) · 1.08 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
{
"name": "nextjs",
"version": "0.1.0",
"private": true,
"scripts": {
"dev": "NODE_OPTIONS='-r @newrelic/next' NODE_OPTIONS=--require=elastic-apm-node/start-next.js next dev",
"build": "next build",
"start": "NODE_OPTIONS='-r @newrelic/next' NODE_OPTIONS=--require=elastic-apm-node/start-next.js next start",
"lint": "next lint"
},
"dependencies": {
"@newrelic/next": "^0.4.0",
"@next/font": "^13.2.4",
"@vercel/analytics": "^1.2.2",
"@vercel/speed-insights": "^1.0.10",
"axios": "^1.7.7",
"elastic-apm-node": "^3.43.0",
"eslint": "8.27.0",
"eslint-config-next": "13.0.4",
"framer-motion": "^7.6.12",
"gsap": "^3.11.3",
"i": "^0.3.7",
"install": "^0.13.0",
"newrelic": "^9.14.1",
"next": "^13.2.4",
"npm": "^9.1.2",
"postprocessing": "^6.29.1",
"react": "^18.2.0",
"react-device-detect": "^2.2.3",
"react-dom": "^18.2.0",
"three": "^0.146.0"
},
"devDependencies": {
"autoprefixer": "^10.4.13",
"postcss": "^8.4.19",
"postcss-nesting": "^10.2.0",
"tailwindcss": "^3.2.4"
}
}