FazBrowse GitHub Viewer
|
Trending
|
URL:
|
Home
Tools:
[Download Repo ZIP]
[View Raw Code]
[Original HTTPS Page]
ethbio/package.json at master · ethbio/ethbio · GitHub
This repository was archived by the owner on May 8, 2024. It is now read-only.
ethbio
/
ethbio
Public archive
Notifications
You must be signed in to change notification settings
Fork
0
Star
3
Code
Issues
0
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
ethbio
/
package.json
Copy path
More file actions
More file actions
Latest commit
History
History
History
48 lines (48 loc) · 1.14 KB
Breadcrumbs
ethbio
/
package.json
Copy path
File metadata and controls
48 lines (48 loc) · 1.14 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
{
"name"
:
"
ethbio
"
,
"version"
:
"
1.0.0
"
,
"scripts"
: {
"dev"
:
"
blitz dev
"
,
"build"
:
"
blitz build
"
,
"start"
:
"
blitz start
"
,
"lint"
:
"
eslint --ignore-path .gitignore --ext .js,.ts,.tsx .
"
,
"test"
:
"
jest
"
,
"test:watch"
:
"
jest --watch
"
,
"prepare"
:
"
husky install
"
},
"prettier"
: {
"semi"
:
false
,
"printWidth"
:
100
},
"lint-staged"
: {
"*.{js,ts,tsx}"
: [
"
eslint --fix
"
]
},
"dependencies"
: {
"@chakra-ui/icons"
:
"
1.1.1
"
,
"@chakra-ui/react"
:
"
1.7.4
"
,
"@emotion/react"
:
"
11.7.1
"
,
"@emotion/styled"
:
"
11.6.0
"
,
"@fontsource/montserrat"
:
"
4.5.2
"
,
"@fontsource/poppins"
:
"
4.5.0
"
,
"autoprefixer"
:
"
10.x
"
,
"blitz"
:
"
^0.45.2
"
,
"framer-motion"
:
"
5.6.0
"
,
"passport-discord"
:
"
^0.1.4
"
,
"postcss"
:
"
8.x
"
,
"react"
:
"
18.0.0-beta-149b420f6-20211119
"
,
"react-dom"
:
"
18.0.0-alpha-5ca4b0433-20211020
"
},
"devDependencies"
: {
"@types/react"
:
"
17.0.38
"
,
"eslint"
:
"
7.32.0
"
,
"husky"
:
"
7.0.4
"
,
"lint-staged"
:
"
11.3.0-beta.2
"
,
"prettier"
:
"
2.5.1
"
,
"pretty-quick"
:
"
3.1.3
"
,
"tailwindcss"
:
"
3.x
"
,
"typescript"
:
"
~4.5
"
},
"private"
:
true
}
Back
|
FazBrowse Home
|
New Git URL