-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathpackage.json
38 lines (38 loc) · 842 Bytes
/
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
37
38
{
"name": "pdf-preview",
"version": "0.1.0",
"private": true,
"homepage": "https://dshvv.github.io/pdf-preview/build",
"dependencies": {
"@craco/craco": "^6.4.3",
"@types/node": "^16.11.41",
"@types/react": "^18.0.14",
"@types/react-dom": "^18.0.5",
"classnames": "^2.3.1",
"iscroll": "^5.2.0",
"react": "^18.2.0",
"react-dom": "^18.2.0",
"react-pdf-highlighter": "^5.4.0",
"react-scripts": "5.0.1",
"typescript": "^4.7.4"
},
"scripts": {
"start": "craco start",
"build": "craco build"
},
"browserslist": {
"production": [
">0.2%",
"not dead",
"not op_mini all"
],
"development": [
"last 1 chrome version",
"last 1 firefox version",
"last 1 safari version"
]
},
"devDependencies": {
"craco-less": "^2.0.0"
}
}