FazBrowse GitHub Viewer
|
Trending
|
URL:
|
Home
Tools:
[Download Repo ZIP]
[View Raw Code]
[Original HTTPS Page]
tailwindcss.com/package.json at main · polytech-dev/tailwindcss.com · GitHub
polytech-dev
/
tailwindcss.com
Public
forked from
tailwindlabs/tailwindcss.com
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
tailwindcss.com
/
package.json
Copy path
More file actions
More file actions
Latest commit
History
History
History
59 lines (59 loc) · 1.52 KB
Breadcrumbs
tailwindcss.com
/
package.json
Copy path
File metadata and controls
59 lines (59 loc) · 1.52 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
{
"name"
:
"
v4.tailwindcss.com
"
,
"version"
:
"
0.1.0
"
,
"private"
:
true
,
"scripts"
: {
"dev"
:
"
next dev --turbopack
"
,
"build"
:
"
next build
"
,
"start"
:
"
next start
"
,
"lint"
:
"
next lint
"
,
"format"
:
"
prettier --write
\"
**/*.{js,jsx,ts,tsx,mdx}
\"
"
},
"dependencies"
: {
"@docsearch/react"
:
"
^3.9.0
"
,
"@headlessui/react"
:
"
0.0.0-insiders.b6f355d1
"
,
"@heroicons/react"
:
"
^2.2.0
"
,
"@next/mdx"
:
"
15.3.0-canary.23
"
,
"@shikijs/transformers"
:
"
^1.29.2
"
,
"@tailwindcss/postcss"
:
"
^4.1.11
"
,
"clsx"
:
"
^2.1.1
"
,
"dedent"
:
"
^1.6.0
"
,
"fathom-client"
:
"
^3.7.2
"
,
"feed"
:
"
^5.1.0
"
,
"framer-motion"
:
"
^12.20.0
"
,
"motion"
:
"
^12.20.0
"
,
"next"
:
"
15.3.8
"
,
"open-graph-scraper-lite"
:
"
^2.1.0
"
,
"react"
:
"
^19.2.3
"
,
"react-dom"
:
"
^19.2.3
"
,
"shiki"
:
"
^1.29.2
"
,
"tailwindcss"
:
"
^4.1.18
"
},
"devDependencies"
: {
"@svgr/webpack"
:
"
^8.1.0
"
,
"@tailwindcss/node"
:
"
^4.1.11
"
,
"@types/hast"
:
"
^3.0.4
"
,
"@types/mdx"
:
"
^2.0.13
"
,
"@types/node"
:
"
^22.15.33
"
,
"@types/react"
:
"
^19.2.7
"
,
"@types/react-dom"
:
"
^19.2.3
"
,
"hast-util-to-jsx-runtime"
:
"
^2.3.6
"
,
"prettier-plugin-svelte"
:
"
^3.4.0
"
,
"prettier-plugin-tailwindcss"
:
"
0.6.13
"
,
"typescript"
:
"
^5.8.3
"
},
"prettier"
: {
"printWidth"
:
120
,
"plugins"
: [
"
prettier-plugin-svelte
"
,
"
prettier-plugin-tailwindcss
"
],
"tailwindStylesheet"
:
"
./src/app/globals.css
"
},
"postcss"
: {
"plugins"
: {
"@tailwindcss/postcss"
: {}
}
},
"packageManager"
:
"
pnpm@9.14.0
"
}
Back
|
FazBrowse Home
|
New Git URL