FazBrowse GitHub Viewer
|
Trending
|
URL:
|
Home
Tools:
[Download Repo ZIP]
[View Raw Code]
[Original HTTPS Page]
code-examples-react/package.json at master · docusign/code-examples-react · GitHub
Uh oh!
There was an error while loading.
Please reload this page
.
docusign
/
code-examples-react
Public template
Notifications
You must be signed in to change notification settings
Fork
13
Star
16
Code
Issues
2
Pull requests
0
Actions
Projects
Security and quality
0
Insights
Additional navigation options
Code
Issues
Pull requests
Actions
Projects
Security and quality
Insights
Expand file tree
Breadcrumbs
code-examples-react
/
package.json
Copy path
More file actions
More file actions
Latest commit
History
History
History
45 lines (45 loc) · 1.13 KB
Breadcrumbs
code-examples-react
/
package.json
Copy path
File metadata and controls
45 lines (45 loc) · 1.13 KB
Raw
Copy raw file
Download raw file
Open symbols panel
Edit and raw actions
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
40
41
42
43
44
45
{
"name"
:
"
code-examples-react
"
,
"version"
:
"
0.1.0
"
,
"license"
:
"
MIT
"
,
"description"
:
"
React code example with OAuth Implicit grant and DocuSign API.
"
,
"homepage_comment"
:
"
<homepage> is used by the build process as the build target URL path
"
,
"homepage"
:
"
code-examples-react/build
"
,
"private"
:
true
,
"dependencies"
: {
"@testing-library/jest-dom"
:
"
^5.11.4
"
,
"@testing-library/react"
:
"
^11.1.0
"
,
"@testing-library/user-event"
:
"
^12.1.10
"
,
"bootstrap"
:
"
^4.6.0
"
,
"react"
:
"
^17.0.2
"
,
"react-bootstrap"
:
"
^1.5.2
"
,
"react-dom"
:
"
^17.0.2
"
,
"react-scripts"
:
"
4.0.3
"
,
"react-toastify"
:
"
^7.0.3
"
,
"web-vitals"
:
"
^1.0.1
"
},
"scripts"
: {
"start"
:
"
react-scripts start
"
,
"build"
:
"
react-scripts build
"
,
"test"
:
"
react-scripts test
"
,
"eject"
:
"
react-scripts eject
"
},
"eslintConfig"
: {
"extends"
: [
"
react-app
"
,
"
react-app/jest
"
]
},
"browserslist"
: {
"production"
: [
"
>0.2%
"
,
"
not dead
"
,
"
not op_mini all
"
],
"development"
: [
"
last 1 chrome version
"
,
"
last 1 firefox version
"
,
"
last 1 safari version
"
]
}
}
Back
|
FazBrowse Home
|
New Git URL