2021-06-29 23:23:05 +00:00
|
|
|
{
|
|
|
|
"name": "jfa-go.com",
|
|
|
|
"version": "1.0.0",
|
|
|
|
"description": "",
|
|
|
|
"main": "index.js",
|
|
|
|
"scripts": {
|
|
|
|
"test": "echo \"Error: no test specified\" && exit 1"
|
|
|
|
},
|
|
|
|
"author": "Harvey Tindall <hrfee@hrfee.dev>",
|
|
|
|
"license": "MIT",
|
|
|
|
"dependencies": {
|
2022-01-04 21:13:09 +00:00
|
|
|
"a17t": "^0.10.1",
|
2023-06-12 17:49:42 +00:00
|
|
|
"esbuild": "^0.18.1 ",
|
|
|
|
"remixicon": "^3.3.0",
|
|
|
|
"tailwindcss": "^3.3.2",
|
2021-06-29 23:23:05 +00:00
|
|
|
"uncss": "^0.17.3"
|
2021-06-29 23:37:31 +00:00
|
|
|
},
|
|
|
|
"devDependencies": {
|
2023-06-12 17:49:42 +00:00
|
|
|
"live-server": "^1.2.2"
|
2021-06-29 23:23:05 +00:00
|
|
|
}
|
|
|
|
}
|