chore: remove tailwind jit package

This commit is contained in:
Timothy Lin 2021-05-25 23:53:04 +08:00
parent 9978910cca
commit 9a22d44439
2 changed files with 1 additions and 19 deletions

17
package-lock.json generated
View File

@ -1609,23 +1609,6 @@
"mini-svg-data-uri": "^1.2.3"
}
},
"@tailwindcss/jit": {
"version": "0.1.18",
"resolved": "https://registry.npmjs.org/@tailwindcss/jit/-/jit-0.1.18.tgz",
"integrity": "sha512-WNSEiwbggtO9n6+ok2fFdYmhqY20oqLmB82H23nY8P5WzijZbIshojoY3s/OvPD7cmvzkweZ6LLKGWuDS1/vLA==",
"dev": true,
"requires": {
"chokidar": "^3.5.1",
"dlv": "^1.1.3",
"fast-glob": "^3.2.5",
"lodash.topath": "^4.5.2",
"normalize-path": "^3.0.0",
"object-hash": "^2.1.1",
"parse-glob": "^3.0.4",
"postcss-selector-parser": "^6.0.4",
"quick-lru": "^5.1.1"
}
},
"@tailwindcss/typography": {
"version": "0.4.0",
"resolved": "https://registry.npmjs.org/@tailwindcss/typography/-/typography-0.4.0.tgz",

View File

@ -3,7 +3,7 @@
"version": "0.3.2",
"private": true,
"scripts": {
"start": "cross-env TAILWIND_MODE=watch next-remote-watch -p ./data",
"start": "cross-env TAILWIND_MODE=watch next-remote-watch ./data",
"dev": "cross-env TAILWIND_MODE=watch next dev",
"build": "next build && node ./scripts/generate-sitemap",
"serve": "next start",
@ -40,7 +40,6 @@
"devDependencies": {
"@next/bundle-analyzer": "10.2.0",
"@svgr/webpack": "^5.5.0",
"@tailwindcss/jit": "^0.1.18",
"cross-env": "^7.0.3",
"eslint": "^7.17.0",
"eslint-config-prettier": "^8.3.0",