-
Notifications
You must be signed in to change notification settings - Fork 19
Expand file tree
/
Copy pathpackage.json
More file actions
34 lines (34 loc) · 905 Bytes
/
package.json
File metadata and controls
34 lines (34 loc) · 905 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": "webviewer-nextjs-14-sample",
"version": "0.1.0",
"private": true,
"scripts": {
"dev": "npm run copy-webviewer && next dev",
"build": "npm run copy-webviewer && next build",
"start": "next start",
"lint": "next lint",
"copy-webviewer": "node scripts/copy-webviewer-files.cjs"
},
"dependencies": {
"@pdftron/webviewer": "^11.10.0",
"next": "^14.2.23",
"react": "^18.3.1",
"react-dom": "^18.3.1"
},
"devDependencies": {
"@stylistic/eslint-plugin": "^2.13.0",
"@types/node": "^22.13.1",
"@types/react": "^18.3.18",
"@types/react-dom": "^18.3.5",
"autoprefixer": "^10.4.20",
"btoa": "^1.2.1",
"download": "^8.0.0",
"eslint": "^8.57.1",
"eslint-config-next": "^14.2.23",
"fs-extra": "^11.3.0",
"gh-pages": "^6.3.0",
"postcss": "^8.5.1",
"tailwindcss": "^3.4.17",
"typescript": "^5.7.3"
}
}