FazBrowse GitHub Viewer
|
Trending
|
URL:
|
Home
Tools:
[Download Repo ZIP]
[View Raw Code]
[Original HTTPS Page]
DotNetCoreAPI-NextJS/NextJSFrontEnd/package.json at main · ichibi221/DotNetCoreAPI-NextJS · GitHub
ichibi221
/
DotNetCoreAPI-NextJS
Public
forked from
Ajsalemo/DotNetCoreAPI-NextJS
Notifications
You must be signed in to change notification settings
Fork
0
Star
0
Code
Pull requests
0
Actions
Projects
Security and quality
0
Insights
Additional navigation options
Code
Pull requests
Actions
Projects
Security and quality
Insights
Expand file tree
Breadcrumbs
DotNetCoreAPI-NextJS
/
NextJSFrontEnd
/
package.json
Copy path
More file actions
More file actions
Latest commit
History
History
History
32 lines (32 loc) · 800 Bytes
Breadcrumbs
DotNetCoreAPI-NextJS
/
NextJSFrontEnd
/
package.json
Copy path
File metadata and controls
32 lines (32 loc) · 800 Bytes
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
{
"name"
:
"
nextjsfrontend
"
,
"version"
:
"
0.1.0
"
,
"private"
:
true
,
"scripts"
: {
"dev"
:
"
node server.js
"
,
"build"
:
"
next build
"
,
"start"
:
"
cross-env NODE_ENV=production node server.js
"
,
"test"
:
"
jest
"
},
"dependencies"
: {
"@tailwindcss/ui"
:
"
^0.6.2
"
,
"axios"
:
"
^0.21.0
"
,
"cross-env"
:
"
^7.0.2
"
,
"express"
:
"
^4.17.1
"
,
"moment"
:
"
^2.29.1
"
,
"next"
:
"
9.5.3
"
,
"react"
:
"
16.13.1
"
,
"react-dom"
:
"
16.13.1
"
,
"tailwindcss"
:
"
^1.8.13
"
},
"devDependencies"
: {
"@fullhuman/postcss-purgecss"
:
"
^3.0.0
"
,
"@testing-library/dom"
:
"
^7.26.0
"
,
"@testing-library/jest-dom"
:
"
^5.11.4
"
,
"@testing-library/react"
:
"
^11.1.0
"
,
"babel-jest"
:
"
^26.5.2
"
,
"jest"
:
"
^26.5.3
"
,
"jest-dom"
:
"
^4.0.0
"
,
"postcss-preset-env"
:
"
^6.7.0
"
}
}
Back
|
FazBrowse Home
|
New Git URL