Initial commit
This commit is contained in:
+93
@@ -0,0 +1,93 @@
|
||||
{
|
||||
"_from": "@tailwindcss/typography",
|
||||
"_id": "@tailwindcss/typography@0.5.7",
|
||||
"_inBundle": false,
|
||||
"_integrity": "sha512-JTTSTrgZfp6Ki4svhPA4mkd9nmQ/j9EfE7SbHJ1cLtthKkpW2OxsFXzSmxbhYbEkfNIyAyhle5p4SYyKRbz/jg==",
|
||||
"_location": "/@tailwindcss/typography",
|
||||
"_phantomChildren": {},
|
||||
"_requested": {
|
||||
"type": "tag",
|
||||
"registry": true,
|
||||
"raw": "@tailwindcss/typography",
|
||||
"name": "@tailwindcss/typography",
|
||||
"escapedName": "@tailwindcss%2ftypography",
|
||||
"scope": "@tailwindcss",
|
||||
"rawSpec": "",
|
||||
"saveSpec": null,
|
||||
"fetchSpec": "latest"
|
||||
},
|
||||
"_requiredBy": [
|
||||
"#DEV:/",
|
||||
"#USER"
|
||||
],
|
||||
"_resolved": "https://registry.npmjs.org/@tailwindcss/typography/-/typography-0.5.7.tgz",
|
||||
"_shasum": "e0b95bea787ee14c5a34a74fc824e6fe86ea8855",
|
||||
"_spec": "@tailwindcss/typography",
|
||||
"_where": "/home/kossa/projects/knaeckeboot-tailwind/themes/bluewater",
|
||||
"bugs": {
|
||||
"url": "https://github.com/tailwindcss/typography/issues"
|
||||
},
|
||||
"bundleDependencies": false,
|
||||
"dependencies": {
|
||||
"lodash.castarray": "^4.4.0",
|
||||
"lodash.isplainobject": "^4.0.6",
|
||||
"lodash.merge": "^4.6.2",
|
||||
"postcss-selector-parser": "6.0.10"
|
||||
},
|
||||
"deprecated": false,
|
||||
"description": "A Tailwind CSS plugin for automatically styling plain HTML content with beautiful typographic defaults.",
|
||||
"devDependencies": {
|
||||
"@mdx-js/loader": "^1.0.19",
|
||||
"@mdx-js/mdx": "^1.6.6",
|
||||
"@next/mdx": "^8.1.0",
|
||||
"autoprefixer": "^10.2.1",
|
||||
"highlight.js": "^10.4.1",
|
||||
"jest": "^26.6.1",
|
||||
"jest-diff": "^27.3.1",
|
||||
"next": "^12.0.1",
|
||||
"postcss": "^8.2.3",
|
||||
"prettier": "^2.1.2",
|
||||
"react": "^17.0.2",
|
||||
"react-dom": "^17.0.2",
|
||||
"tailwindcss": "^3.0.0-alpha.2"
|
||||
},
|
||||
"files": [
|
||||
"src/*.js",
|
||||
"src/*.d.ts",
|
||||
"dist/"
|
||||
],
|
||||
"homepage": "https://github.com/tailwindcss/typography#readme",
|
||||
"jest": {
|
||||
"setupFilesAfterEnv": [
|
||||
"<rootDir>/jest/customMatchers.js"
|
||||
]
|
||||
},
|
||||
"license": "MIT",
|
||||
"main": "src/index.js",
|
||||
"name": "@tailwindcss/typography",
|
||||
"peerDependencies": {
|
||||
"tailwindcss": ">=3.0.0 || insiders"
|
||||
},
|
||||
"prettier": {
|
||||
"printWidth": 100,
|
||||
"semi": false,
|
||||
"singleQuote": true,
|
||||
"trailingComma": "es5"
|
||||
},
|
||||
"publishConfig": {
|
||||
"access": "public"
|
||||
},
|
||||
"repository": {
|
||||
"type": "git",
|
||||
"url": "git+https://github.com/tailwindcss/typography.git"
|
||||
},
|
||||
"scripts": {
|
||||
"build": "next build demo",
|
||||
"dev": "next dev demo",
|
||||
"export": "next export demo",
|
||||
"start": "next start demo",
|
||||
"test": "jest"
|
||||
},
|
||||
"types": "src/index.d.ts",
|
||||
"version": "0.5.7"
|
||||
}
|
||||
Reference in New Issue
Block a user