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": {
|
2021-02-22 00:43:36 +00:00
|
|
|
"@ts-stack/markdown": "^1.3.0",
|
2021-05-03 17:35:27 +00:00
|
|
|
"@types/node": "^15.0.1",
|
2021-12-30 00:49:43 +00:00
|
|
|
"a17t": "^0.10.1",
|
2021-05-31 17:53:21 +00:00
|
|
|
"browserslist": "^4.16.6",
|
2022-01-08 00:07:23 +00:00
|
|
|
"cheerio": "^1.0.0-rc.10",
|
2021-03-09 15:52:15 +00:00
|
|
|
"esbuild": "^0.8.57",
|
2022-01-08 00:07:23 +00:00
|
|
|
"fs-cheerio": "^3.0.0",
|
2021-11-14 14:50:40 +00:00
|
|
|
"inline-source": "^7.2.0",
|
2021-12-30 23:52:53 +00:00
|
|
|
"jsdom": "^19.0.0",
|
2021-05-11 21:24:34 +00:00
|
|
|
"lodash": "^4.17.21",
|
2022-01-26 14:37:14 +00:00
|
|
|
"mjml": "^4.12.0",
|
2022-01-08 00:07:23 +00:00
|
|
|
"perl-regex": "^1.0.4",
|
2022-01-28 22:33:07 +00:00
|
|
|
"postcss": "^8.4.5",
|
2021-01-05 18:16:23 +00:00
|
|
|
"remixicon": "^2.5.0",
|
2021-02-22 16:40:37 +00:00
|
|
|
"remove-markdown": "^0.3.0",
|
2021-06-11 20:56:53 +00:00
|
|
|
"typescript": "^4.0.3",
|
|
|
|
"uncss": "^0.17.3"
|
2021-09-18 12:43:11 +00:00
|
|
|
},
|
|
|
|
"devDependencies": {
|
2021-12-30 23:52:53 +00:00
|
|
|
"live-server": "^1.2.1",
|
2022-01-27 16:32:01 +00:00
|
|
|
"tailwindcss": "^3.0.16"
|
2021-03-10 19:42:40 +00:00
|
|
|
}
|
2020-08-01 20:20:02 +00:00
|
|
|
}
|