remove tailwindcss types
This commit is contained in:
@@ -37,7 +37,6 @@
|
|||||||
"@types/node": "*",
|
"@types/node": "*",
|
||||||
"@types/react": "^18.0.15",
|
"@types/react": "^18.0.15",
|
||||||
"@types/react-dom": "^18.0.6",
|
"@types/react-dom": "^18.0.6",
|
||||||
"@types/tailwindcss": "^3.0.11",
|
|
||||||
"@types/wait-on": "^5.3.1",
|
"@types/wait-on": "^5.3.1",
|
||||||
"autoprefixer": "^10.4.8",
|
"autoprefixer": "^10.4.8",
|
||||||
"concurrently": "^7.3.0",
|
"concurrently": "^7.3.0",
|
||||||
|
|||||||
@@ -1,4 +1,4 @@
|
|||||||
// @ts-nocheck
|
/** @type {import('tailwindcss').Config} */
|
||||||
module.exports = {
|
module.exports = {
|
||||||
content: ["./app/**/*.{ts,tsx,md}"],
|
content: ["./app/**/*.{ts,tsx,md}"],
|
||||||
theme: {
|
theme: {
|
||||||
|
|||||||
13
pnpm-lock.yaml
generated
13
pnpm-lock.yaml
generated
@@ -106,7 +106,6 @@ importers:
|
|||||||
'@types/node': '*'
|
'@types/node': '*'
|
||||||
'@types/react': ^18.0.15
|
'@types/react': ^18.0.15
|
||||||
'@types/react-dom': ^18.0.6
|
'@types/react-dom': ^18.0.6
|
||||||
'@types/tailwindcss': ^3.1.0
|
|
||||||
'@types/wait-on': ^5.3.1
|
'@types/wait-on': ^5.3.1
|
||||||
autoprefixer: ^10.4.8
|
autoprefixer: ^10.4.8
|
||||||
clsx: ^1.2.1
|
clsx: ^1.2.1
|
||||||
@@ -116,7 +115,7 @@ importers:
|
|||||||
fast-glob: ^3.2.11
|
fast-glob: ^3.2.11
|
||||||
gray-matter: ^4.0.3
|
gray-matter: ^4.0.3
|
||||||
postcss: ^8.4.14
|
postcss: ^8.4.14
|
||||||
reacord: workspace:0.5.1
|
reacord: workspace:*
|
||||||
react: ^18.2.0
|
react: ^18.2.0
|
||||||
react-dom: ^18.2.0
|
react-dom: ^18.2.0
|
||||||
react-focus-on: ^3.6.0
|
react-focus-on: ^3.6.0
|
||||||
@@ -152,7 +151,6 @@ importers:
|
|||||||
'@types/node': 18.6.4
|
'@types/node': 18.6.4
|
||||||
'@types/react': 18.0.15
|
'@types/react': 18.0.15
|
||||||
'@types/react-dom': 18.0.6
|
'@types/react-dom': 18.0.6
|
||||||
'@types/tailwindcss': 3.1.0
|
|
||||||
'@types/wait-on': 5.3.1
|
'@types/wait-on': 5.3.1
|
||||||
autoprefixer: 10.4.8_postcss@8.4.14
|
autoprefixer: 10.4.8_postcss@8.4.14
|
||||||
concurrently: 7.3.0
|
concurrently: 7.3.0
|
||||||
@@ -2581,15 +2579,6 @@ packages:
|
|||||||
resolution: {integrity: sha512-JYM8x9EGF163bEyhdJBpR2QX1R5naCJHC8ucJylJ3w9/CVBaskdQ8WqBf8MmQrd1kRvp/a4TS8HJ+bxzR7ZJYQ==}
|
resolution: {integrity: sha512-JYM8x9EGF163bEyhdJBpR2QX1R5naCJHC8ucJylJ3w9/CVBaskdQ8WqBf8MmQrd1kRvp/a4TS8HJ+bxzR7ZJYQ==}
|
||||||
dev: true
|
dev: true
|
||||||
|
|
||||||
/@types/tailwindcss/3.1.0:
|
|
||||||
resolution: {integrity: sha512-JxPzrm609hzvF4nmOI3StLjbBEP3WWQxDDJESqR1nh94h7gyyy3XSl0hn5RBMJ9mPudlLjtaXs5YEBtLw7CnPA==}
|
|
||||||
deprecated: This is a stub types definition. tailwindcss provides its own type definitions, so you do not need this installed.
|
|
||||||
dependencies:
|
|
||||||
tailwindcss: 3.1.8
|
|
||||||
transitivePeerDependencies:
|
|
||||||
- ts-node
|
|
||||||
dev: true
|
|
||||||
|
|
||||||
/@types/through/0.0.30:
|
/@types/through/0.0.30:
|
||||||
resolution: {integrity: sha512-FvnCJljyxhPM3gkRgWmxmDZyAQSiBQQWLI0A0VFL0K7W1oRUrPJSqNO0NvTnLkBcotdlp3lKvaT0JrnyRDkzOg==}
|
resolution: {integrity: sha512-FvnCJljyxhPM3gkRgWmxmDZyAQSiBQQWLI0A0VFL0K7W1oRUrPJSqNO0NvTnLkBcotdlp3lKvaT0JrnyRDkzOg==}
|
||||||
dependencies:
|
dependencies:
|
||||||
|
|||||||
Reference in New Issue
Block a user