mirror of
https://github.com/hrfee/jfa-go.git
synced 2024-12-22 17:10:10 +00:00
Harvey Tindall
1ebc648158
All available DOM parsers for node would move the contents of if statements outside of them, breaking things like the accounts tab. Fixed with a regex pre and post process to comment out then uncomment all template usage. builds now depend on perl for some regex, this can likely be changed in future though.
43 lines
1.1 KiB
JSON
43 lines
1.1 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.3.0",
|
|
"@types/node": "^15.0.1",
|
|
"a17t": "^0.10.1",
|
|
"browserslist": "^4.16.6",
|
|
"cheerio": "^1.0.0-rc.10",
|
|
"esbuild": "^0.8.57",
|
|
"fs-cheerio": "^3.0.0",
|
|
"inline-source": "^7.2.0",
|
|
"jsdom": "^19.0.0",
|
|
"lodash": "^4.17.21",
|
|
"mjml": "^4.8.0",
|
|
"nightwind": "github:yonson2/nightwind",
|
|
"perl-regex": "^1.0.4",
|
|
"remixicon": "^2.5.0",
|
|
"remove-markdown": "^0.3.0",
|
|
"typescript": "^4.0.3",
|
|
"uncss": "^0.17.3"
|
|
},
|
|
"devDependencies": {
|
|
"live-server": "^1.2.1",
|
|
"tailwindcss": "^3.0.8"
|
|
}
|
|
}
|