FazBrowse GitHub Viewer
|
Trending
|
URL:
|
Home
Tools:
[Download Repo ZIP]
[View Raw Code]
[Original HTTPS Page]
afgprogrammer.github.io/package.json at main · afgprogrammer/afgprogrammer.github.io · GitHub
afgprogrammer
/
afgprogrammer.github.io
Public
Notifications
You must be signed in to change notification settings
Fork
2
Star
20
Code
Issues
0
Pull requests
1
Actions
Projects
Security and quality
0
Insights
Additional navigation options
Code
Issues
Pull requests
Actions
Projects
Security and quality
Insights
Expand file tree
Breadcrumbs
afgprogrammer.github.io
/
package.json
Copy path
More file actions
More file actions
Latest commit
History
History
History
41 lines (41 loc) · 1.06 KB
Breadcrumbs
afgprogrammer.github.io
/
package.json
Copy path
File metadata and controls
41 lines (41 loc) · 1.06 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
{
"name"
:
"
my-nextjs-portfolio
"
,
"version"
:
"
0.1.0
"
,
"private"
:
true
,
"scripts"
: {
"dev"
:
"
next dev
"
,
"build"
:
"
next build
"
,
"start"
:
"
next start
"
,
"lint"
:
"
next lint
"
,
"deploy"
:
"
next build && gh-pages -d out
"
},
"dependencies"
: {
"@mantine/code-highlight"
:
"
^7.11.1
"
,
"@mantine/core"
:
"
^7.11.1
"
,
"@mantine/form"
:
"
^7.11.1
"
,
"@mantine/hooks"
:
"
^7.11.1
"
,
"@mantine/modals"
:
"
^7.11.1
"
,
"@mantine/notifications"
:
"
^7.11.1
"
,
"@mantine/tiptap"
:
"
^7.11.1
"
,
"@next/third-parties"
:
"
^15.1.3
"
,
"@tabler/icons-react"
:
"
^3.7.0
"
,
"@tiptap/extension-link"
:
"
^2.4.0
"
,
"@tiptap/react"
:
"
^2.4.0
"
,
"@tiptap/starter-kit"
:
"
^2.4.0
"
,
"next"
:
"
^15.1.3
"
,
"react"
:
"
^18
"
,
"react-dom"
:
"
^18
"
},
"devDependencies"
: {
"@types/node"
:
"
^20
"
,
"@types/react"
:
"
^18
"
,
"@types/react-dom"
:
"
^18
"
,
"eslint"
:
"
^8
"
,
"eslint-config-next"
:
"
14.2.4
"
,
"gh-pages"
:
"
^6.2.0
"
,
"postcss"
:
"
^8.4.39
"
,
"postcss-preset-mantine"
:
"
^1.15.0
"
,
"postcss-simple-vars"
:
"
^7.0.1
"
,
"typescript"
:
"
^5
"
}
}
Back
|
FazBrowse Home
|
New Git URL