mirror of
https://github.com/hrfee/jfa-go.git
synced 2024-10-31 23:40:11 +00:00
Harvey Tindall
eb370d64df
the web ui has been redesigned with the a17t toolkit, which imo looks a lot better than bootstrap. This also brought a complete rework of the web code, which now makes a lot more sense hopefully. the setup page is still stuck with bootstrap, its not much of a priority but i'll rewrite it eventually.
29 lines
702 B
JSON
29 lines
702 B
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": {
|
|
"a17t": "^0.4.0",
|
|
"esbuild": "^0.7.8",
|
|
"lodash": "^4.17.19",
|
|
"mjml": "^4.8.0",
|
|
"remixicon": "^2.5.0",
|
|
"typescript": "^4.0.3"
|
|
},
|
|
"devDependencies": {}
|
|
}
|