-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathpackage.json
More file actions
35 lines (35 loc) · 861 Bytes
/
package.json
File metadata and controls
35 lines (35 loc) · 861 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
{
"name": "restaurant-app",
"version": "0.1.0",
"private": true,
"scripts": {
"dev": "next dev -p $PORT",
"build": "next build",
"start": "next start -p $PORT"
},
"dependencies": {
"@apollo/client": "^3.2.4",
"@stripe/react-stripe-js": "^1.1.2",
"@stripe/stripe-js": "^1.10.0",
"axios": "^0.21.0",
"graphql": "^15.3.0",
"isomorphic-fetch": "^3.0.0",
"js-cookie": "^2.2.1",
"newrelic": "^8.7.1",
"next": "9.5.5",
"next-auth": "^4.1.2",
"react": "16.14.0",
"react-dom": "16.14.0",
"react-toastify": "^8.1.1",
"reactstrap": "^8.6.0"
},
"description": "instaplate - get your food fast",
"main": "index.js",
"author": "jay@jayeclark.dev",
"license": "MIT",
"devDependencies": {
"@types/node": "^17.0.14",
"@types/react": "^17.0.38",
"typescript": "^4.5.5"
}
}