FazBrowse GitHub Viewer
|
Trending
|
URL:
|
Home
Tools:
[Download Repo ZIP]
[View Raw Code]
[Original HTTPS Page]
flowbite-react/package.json at main · themesberg/flowbite-react · GitHub
Uh oh!
There was an error while loading.
Please reload this page
.
themesberg
/
flowbite-react
Public
Uh oh!
There was an error while loading.
Please reload this page
.
Notifications
You must be signed in to change notification settings
Fork
505
Star
2.1k
Code
Issues
131
Pull requests
61
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
flowbite-react
/
package.json
Copy path
More file actions
More file actions
Latest commit
History
History
History
49 lines (49 loc) · 1.53 KB
Breadcrumbs
flowbite-react
/
package.json
Copy path
File metadata and controls
49 lines (49 loc) · 1.53 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
{
"name"
:
"
root
"
,
"version"
:
"
0.0.0
"
,
"private"
:
true
,
"workspaces"
: [
"
apps/*
"
,
"
packages/*
"
],
"scripts"
: {
"build"
:
"
turbo build
"
,
"build:cli"
:
"
turbo build --filter=create-flowbite-react
"
,
"build:storybook"
:
"
turbo build --filter=@/storybook
"
,
"build:ui"
:
"
turbo build --filter=flowbite-react
"
,
"build:web"
:
"
turbo build --filter=@/web
"
,
"check-updates"
:
"
npm-check-updates --deep -i
"
,
"clean"
:
"
git clean -xdf
"
,
"dev"
:
"
turbo dev
"
,
"dev:cli"
:
"
turbo dev --filter=create-flowbite-react
"
,
"dev:storybook"
:
"
turbo dev --filter=@/storybook
"
,
"dev:ui"
:
"
turbo dev --filter=flowbite-react
"
,
"dev:web"
:
"
turbo dev --filter=@/web
"
,
"format"
:
"
turbo format
"
,
"format:check"
:
"
turbo format:check
"
,
"lint"
:
"
turbo lint
"
,
"lint:fix"
:
"
turbo lint:fix
"
,
"release"
:
"
changeset publish
"
,
"test"
:
"
turbo test
"
,
"test:coverage"
:
"
turbo test:coverage
"
,
"typecheck"
:
"
turbo typecheck
"
,
"version"
:
"
changeset version
"
},
"devDependencies"
: {
"@changesets/changelog-github"
:
"
0.5.2
"
,
"@changesets/cli"
:
"
2.29.8
"
,
"@ianvs/prettier-plugin-sort-imports"
:
"
4.7.0
"
,
"@types/bun"
:
"
1.3.8
"
,
"@types/web"
:
"
0.0.326
"
,
"clean-package"
:
"
2.2.0
"
,
"eslint"
:
"
8.57.0
"
,
"eslint-config-prettier"
:
"
9.1.0
"
,
"eslint-plugin-tailwindcss"
:
"
3.18.2
"
,
"npm-check-updates"
:
"
19.3.2
"
,
"prettier"
:
"
3.8.1
"
,
"prettier-plugin-packagejson"
:
"
3.0.0
"
,
"prettier-plugin-tailwindcss"
:
"
0.7.2
"
,
"turbo"
:
"
2.8.2
"
},
"packageManager"
:
"
bun@1.3.8
"
}
Back
|
FazBrowse Home
|
New Git URL