-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathpackage.json
More file actions
33 lines (33 loc) · 819 Bytes
/
package.json
File metadata and controls
33 lines (33 loc) · 819 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
{
"name": "access-denied",
"version": "1.0.0",
"description": "",
"main": "index.js",
"scripts": {
"test": "echo \"Error: no test specified\" && exit 1",
"dev": "next"
},
"repository": {
"type": "git",
"url": "git+https://github.com/achhapolia10/access-denied.git"
},
"keywords": [],
"author": "",
"license": "ISC",
"bugs": {
"url": "https://github.com/achhapolia10/access-denied/issues"
},
"homepage": "https://github.com/achhapolia10/access-denied#readme",
"dependencies": {
"bootstrap": "^4.3.1",
"form-urlencoded": "^3.0.0",
"isomorphic-fetch": "^2.2.1",
"jquery": "^3.3.1",
"jsonwebtoken": "^8.5.1",
"next": "^8.0.3",
"nookies": "^2.0.4",
"react": "^16.8.4",
"react-bootstrap": "^1.0.0-beta.6",
"react-dom": "^16.8.4"
}
}