mirror of
https://github.com/hrfee/jfa-go.git
synced 2024-11-05 01:40:10 +00:00
97506c0bcd
Bumps [postcss](https://github.com/postcss/postcss) from 8.4.24 to 8.4.31. - [Release notes](https://github.com/postcss/postcss/releases) - [Changelog](https://github.com/postcss/postcss/blob/main/CHANGELOG.md) - [Commits](https://github.com/postcss/postcss/compare/8.4.24...8.4.31) --- updated-dependencies: - dependency-name: postcss dependency-type: direct:production ... Signed-off-by: dependabot[bot] <support@github.com>
47 lines
1.2 KiB
JSON
47 lines
1.2 KiB
JSON
{
|
|
"name": "jfa-go",
|
|
"version": "1.0.0",
|
|
"description": "This is only used for grabbing scss build dependencies, and isn't a real package.",
|
|
"main": "index.js",
|
|
"scripts": {
|
|
"test": "echo \"Error: no test specified\" && exit 1"
|
|
},
|
|
"repository": {
|
|
"type": "git",
|
|
"url": "git+https://github.com/hrfee/jfa-go.git"
|
|
},
|
|
"author": "",
|
|
"license": "ISC",
|
|
"bugs": {
|
|
"url": "https://github.com/hrfee/jfa-go/issues"
|
|
},
|
|
"homepage": "https://github.com/hrfee/jfa-go#readme",
|
|
"dependencies": {
|
|
"@ts-stack/markdown": "^1.4.0",
|
|
"@types/node": "^20.3.0",
|
|
"a17t": "^0.10.1",
|
|
"any-date-parser": "^1.5.4",
|
|
"browserslist": "^4.21.7",
|
|
"cheerio": "^1.0.0-rc.12",
|
|
"fs-cheerio": "^3.0.0",
|
|
"inline-source": "^8.0.2",
|
|
"jsdom": "^22.1.0",
|
|
"lodash": "^4.17.21",
|
|
"mjml": "^4.14.1",
|
|
"nightwind": "^1.1.13",
|
|
"perl-regex": "^1.0.4",
|
|
"postcss": "^8.4.31",
|
|
"remixicon": "^3.3.0",
|
|
"remove-markdown": "^0.5.0",
|
|
"tailwindcss": "^3.3.2",
|
|
"typescript": "^5.1.3",
|
|
"uncss": "^0.17.3"
|
|
},
|
|
"devDependencies": {
|
|
"live-server": "^1.2.2"
|
|
},
|
|
"optionalDependencies": {
|
|
"esbuild": "^0.18.20"
|
|
}
|
|
}
|