-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathpackage.json
36 lines (36 loc) · 1.06 KB
/
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
36
{
"name": "web-pdf-viewer-techniques",
"version": "1.0.0",
"main": "index.js",
"scripts": {
"dev": "next dev",
"build": "next build",
"serve": "next start"
},
"repository": {
"type": "git",
"url": "git+https://github.com/yeehanchung/web-pdf-viewer-techniques"
},
"license": "ISC",
"bugs": {
"url": "https://github.com/yeehanchung/web-pdf-viewer-techniques/issues"
},
"homepage": "https://github.com/yeehanchung/web-pdf-viewer-techniques#readme",
"dependencies": {
"@typescript-eslint/parser": "6.9.1",
"next": "12.0.4",
"react": "17.0.2",
"react-dom": "17.0.2"
},
"devDependencies": {
"@types/react": "17.0.44",
"@types/react-dom": "17.0.15",
"typescript": "4.7.4",
"eslint": "8.53.0",
"@typescript-eslint/eslint-plugin": "6.9.1",
"eslint-config-next": "14.0.1",
"eslint-config-prettier": "9.0.0",
"eslint-plugin-prettier": "5.0.1",
"eslint-plugin-react": "7.33.2"
}
}