-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathpackage.json
More file actions
34 lines (34 loc) · 799 Bytes
/
Copy pathpackage.json
File metadata and controls
34 lines (34 loc) · 799 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
{
"name": "next_paper",
"version": "1.0.0",
"description": "A next version of paper_reader",
"main": "index.js",
"scripts": {
"test": "echo \"Error: no test specified\" && exit 1",
"dev": "next dev",
"build": "next build",
"start": "next start"
},
"repository": {
"type": "git",
"url": "git+https://github.com/linknasubi/Next_Paper.git"
},
"keywords": [
"paper",
"next"
],
"author": "Gabriel Aragao",
"license": "ISC",
"bugs": {
"url": "https://github.com/linknasubi/Next_Paper/issues"
},
"homepage": "https://github.com/linknasubi/Next_Paper#readme",
"dependencies": {
"cookie": "^0.4.1",
"next": "^10.0.9",
"puppeteer": "^8.0.0",
"react": "^17.0.2",
"react-cookie": "^4.0.3",
"react-dom": "^17.0.2"
}
}