2020-08-01 20:20:02 +00:00
|
|
|
{
|
2021-01-05 18:16:23 +00:00
|
|
|
"name": "jfa-go",
|
2020-08-01 20:20:02 +00:00
|
|
|
"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",
|
2021-01-05 18:16:23 +00:00
|
|
|
"url": "git+https://github.com/hrfee/jfa-go.git"
|
2020-08-01 20:20:02 +00:00
|
|
|
},
|
|
|
|
"author": "",
|
|
|
|
"license": "ISC",
|
|
|
|
"bugs": {
|
2021-01-05 18:16:23 +00:00
|
|
|
"url": "https://github.com/hrfee/jfa-go/issues"
|
2020-08-01 20:20:02 +00:00
|
|
|
},
|
2021-01-05 18:16:23 +00:00
|
|
|
"homepage": "https://github.com/hrfee/jfa-go#readme",
|
2020-08-01 20:20:02 +00:00
|
|
|
"dependencies": {
|
2023-06-12 17:44:10 +00:00
|
|
|
"@ts-stack/markdown": "^1.4.0",
|
|
|
|
"@types/node": "^20.3.0",
|
2021-12-30 00:49:43 +00:00
|
|
|
"a17t": "^0.10.1",
|
2023-06-13 16:19:24 +00:00
|
|
|
"any-date-parser": "^1.5.4",
|
2023-06-12 17:44:10 +00:00
|
|
|
"browserslist": "^4.21.7",
|
|
|
|
"cheerio": "^1.0.0-rc.12",
|
2023-06-21 10:05:38 +00:00
|
|
|
"esbuild": "^0.18.6",
|
2022-01-08 00:07:23 +00:00
|
|
|
"fs-cheerio": "^3.0.0",
|
2023-06-12 17:44:10 +00:00
|
|
|
"inline-source": "^8.0.2",
|
|
|
|
"jsdom": "^22.1.0",
|
2021-05-11 21:24:34 +00:00
|
|
|
"lodash": "^4.17.21",
|
2023-06-12 17:44:10 +00:00
|
|
|
"mjml": "^4.14.1",
|
|
|
|
"nightwind": "^1.1.13",
|
2022-01-08 00:07:23 +00:00
|
|
|
"perl-regex": "^1.0.4",
|
2023-06-12 17:44:10 +00:00
|
|
|
"postcss": "^8.4.24",
|
|
|
|
"remixicon": "^3.3.0",
|
|
|
|
"remove-markdown": "^0.5.0",
|
|
|
|
"tailwindcss": "^3.3.2",
|
|
|
|
"typescript": "^5.1.3",
|
2021-06-11 20:56:53 +00:00
|
|
|
"uncss": "^0.17.3"
|
2021-09-18 12:43:11 +00:00
|
|
|
},
|
|
|
|
"devDependencies": {
|
2023-06-12 17:44:10 +00:00
|
|
|
"live-server": "^1.2.2"
|
2021-03-10 19:42:40 +00:00
|
|
|
}
|
2020-08-01 20:20:02 +00:00
|
|
|
}
|