-
Notifications
You must be signed in to change notification settings - Fork 0
/
package.json
34 lines (34 loc) · 965 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
{
"name": "next-pwa-demo",
"private": true,
"scripts": {
"dev": "next dev",
"build": "next build",
"start": "next start",
"lint": "next lint"
},
"dependencies": {
"next": "^13.0.5",
"next-pwa": "^5.6.0",
"react": "^18.2.0",
"react-dom": "^18.2.0",
"react-scripts": "^5.0.1"
},
"devDependencies": {
"eslint": "8.8.0",
"eslint-config-next": "^13.0.5"
},
"description": "This is a [Next.js](https://nextjs.org/) project bootstrapped with [`create-next-app`](https://github.com/vercel/next.js/tree/canary/packages/create-next-app).",
"version": "1.0.0",
"main": "next.config.js",
"author": "",
"license": "ISC",
"repository": {
"type": "git",
"url": "git+https://github.com/AlexAlvarezAlmendros/AudioGuideAWS.git"
},
"bugs": {
"url": "https://github.com/AlexAlvarezAlmendros/AudioGuideAWS/issues"
},
"homepage": "https://github.com/AlexAlvarezAlmendros/AudioGuideAWS#readme"
}