-
Notifications
You must be signed in to change notification settings - Fork 3
/
Copy pathpackage.json
35 lines (35 loc) · 928 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": "edgio-video-browser-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": "^13.1.1",
"react": "^18.2.0",
"react-dom": "^18.2.0"
},
"devDependencies": {
"@edgio/cli": "^6.0.5",
"@edgio/core": "^6.0.5",
"@edgio/devtools": "^6.0.5",
"@edgio/next": "^6.0.5",
"@edgio/prefetch": "^6.0.5",
"@edgio/react": "^6.0.5",
"@edgio/rum": "^6.0.0",
"@heroicons/react": "^2.0.13",
"autoprefixer": "^10.4.7",
"classnames": "^2.3.1",
"node-fetch": "^3.3.0",
"postcss": "^8.4.13",
"prettier": "^2.6.2",
"prettier-plugin-tailwindcss": "^0.2.0",
"tailwindcss": "^3.2.4"
}
}