forked from wojtekmaj/react-pdf
-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathpackage.json
More file actions
39 lines (39 loc) · 951 Bytes
/
package.json
File metadata and controls
39 lines (39 loc) · 951 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
36
37
38
39
{
"name": "react-pdf-sample-page-parcel",
"version": "4.0.0",
"description": "A sample page for React-PDF.",
"private": true,
"scripts": {
"copy-cmaps": "node ./scripts/copy-cmaps.js",
"copy-standard-fonts": "node ./scripts/copy-standard-fonts.js",
"build": "parcel build index.html --public-url ./",
"start": "parcel index.html"
},
"author": {
"name": "Wojciech Maj",
"email": "kontakt@wojtekmaj.pl"
},
"license": "MIT",
"dependencies": {
"react": "^17.0.0",
"react-dom": "^17.0.0",
"react-pdf": "latest"
},
"devDependencies": {
"@babel/core": "^7.15.0",
"@babel/preset-env": "^7.15.0",
"@babel/preset-react": "^7.14.0",
"less": "^4.0.0",
"parcel-bundler": "^1.12.4"
},
"resolutions": {
"postcss@6.0.1": "^6.0.1",
"postcss@7.0.32": "^7.0.32",
"semver@7.0.0": "^7.0.0"
},
"dependenciesMeta": {
"parcel-bundler": {
"built": false
}
}
}