-
Notifications
You must be signed in to change notification settings - Fork 7
Expand file tree
/
Copy pathpackage.json
More file actions
36 lines (36 loc) · 992 Bytes
/
package.json
File metadata and controls
36 lines (36 loc) · 992 Bytes
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
{
"name": "edgio-nextjs-example",
"scripts": {
"dev": "next",
"build": "next build",
"start": "next start",
"edgio:dev": "edgio dev",
"edgio:build": "edgio build",
"edgio:deploy": "edgio deploy",
"edgio:production": "edgio run --production",
"format": "prettier '**/*' --write --ignore-unknown"
},
"dependencies": {
"next": "^12.2.4",
"react": "^18.0.1",
"react-dom": "^18.0.1"
},
"devDependencies": {
"@edgio/cli": "^6.1.3",
"@edgio/core": "^6.1.3",
"@edgio/devtools": "^6.1.3",
"@edgio/next": "^6.1.3",
"@edgio/prefetch": "^6.1.3",
"@edgio/react": "^6.1.3",
"@edgio/rum": "^5.0.8",
"@heroicons/react": "^1.0.6",
"autoprefixer": "^10.4.7",
"classnames": "^2.3.1",
"node-fetch": "^3.2.8",
"postcss": "^8.4.13",
"prettier": "^2.6.2",
"prettier-plugin-tailwindcss": "^0.1.11",
"tailwindcss": "^3.0.24"
},
"repository": "git@github.com:edgio-docs/edgio-nextjs-example.git"
}