FazBrowse GitHub Viewer
|
Trending
|
URL:
|
Home
Tools:
[Download Repo ZIP]
[View Raw Code]
[Original HTTPS Page]
DevScratchPad/package.json at main · Saad-web-spec/DevScratchPad · GitHub
Saad-web-spec
/
DevScratchPad
Public
Notifications
You must be signed in to change notification settings
Fork
0
Star
1
Code
Issues
0
Pull requests
2
Discussions
Actions
Projects
Security and quality
0
Insights
Additional navigation options
Code
Issues
Pull requests
Discussions
Actions
Projects
Security and quality
Insights
Expand file tree
Breadcrumbs
DevScratchPad
/
package.json
Copy path
More file actions
More file actions
Latest commit
History
History
History
70 lines (70 loc) · 1.86 KB
Breadcrumbs
DevScratchPad
/
package.json
Copy path
File metadata and controls
70 lines (70 loc) · 1.86 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
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
{
"name"
:
"
devscratchpad
"
,
"version"
:
"
0.1.0
"
,
"private"
:
true
,
"license"
:
"
BUSL-1.1
"
,
"bin"
: {
"devscratchpad"
:
"
./cli/bin/devscratchpad.mjs
"
},
"scripts"
: {
"dev"
:
"
next dev --webpack
"
,
"build"
:
"
next build --webpack
"
,
"start"
:
"
next start
"
,
"lint"
:
"
eslint
"
,
"validate-presets"
:
"
node ./scripts/validate-presets.mjs
"
},
"dependencies"
: {
"@faker-js/faker"
:
"
^10.6.0
"
,
"@monaco-editor/react"
:
"
^4.7.0
"
,
"@noble/hashes"
:
"
^2.4.0
"
,
"@peculiar/x509"
:
"
^2.0.0
"
,
"@serwist/next"
:
"
^9.5.12
"
,
"@tailwindcss/typography"
:
"
^0.5.20
"
,
"@types/crypto-js"
:
"
^4.2.2
"
,
"@types/dompurify"
:
"
^3.0.5
"
,
"@types/jszip"
:
"
^3.4.0
"
,
"@types/lz-string"
:
"
^1.3.34
"
,
"@vercel/analytics"
:
"
^1.6.1
"
,
"@vercel/speed-insights"
:
"
^2.0.0
"
,
"ajv"
:
"
^8.20.0
"
,
"ajv-formats"
:
"
^3.0.1
"
,
"bcryptjs"
:
"
^3.0.3
"
,
"clsx"
:
"
^2.1.1
"
,
"cronstrue"
:
"
^3.24.0
"
,
"crypto-js"
:
"
^4.2.0
"
,
"date-fns"
:
"
^4.4.0
"
,
"dompurify"
:
"
^3.4.14
"
,
"graphql"
:
"
^17.0.2
"
,
"highlight.js"
:
"
^11.12.0
"
,
"html-to-image"
:
"
^1.11.13
"
,
"json-to-ts"
:
"
^2.1.0
"
,
"jszip"
:
"
^3.10.1
"
,
"lucide-react"
:
"
^1.39.0
"
,
"lz-string"
:
"
^1.5.0
"
,
"marked"
:
"
^18.0.11
"
,
"marked-highlight"
:
"
^2.2.4
"
,
"next"
:
"
16.3.3
"
,
"react"
:
"
19.2.8
"
,
"react-dom"
:
"
19.2.8
"
,
"reflect-metadata"
:
"
^0.2.2
"
,
"serwist"
:
"
^9.5.12
"
,
"spark-md5"
:
"
^3.0.2
"
,
"sql-formatter"
:
"
^15.8.2
"
,
"tailwind-merge"
:
"
^3.6.0
"
,
"yaml"
:
"
^2.9.0
"
},
"devDependencies"
: {
"@next/bundle-analyzer"
:
"
^16.3.3
"
,
"@tailwindcss/postcss"
:
"
^4
"
,
"@types/bcryptjs"
:
"
^2.4.6
"
,
"@types/node"
:
"
^20
"
,
"@types/react"
:
"
^19
"
,
"@types/react-dom"
:
"
^19
"
,
"@types/spark-md5"
:
"
^3.0.5
"
,
"cross-env"
:
"
^10.1.0
"
,
"eslint"
:
"
^9
"
,
"eslint-config-next"
:
"
16.3.3
"
,
"tailwindcss"
:
"
^4
"
,
"typescript"
:
"
^5
"
}
}
Back
|
FazBrowse Home
|
New Git URL