2022-06-09 09:09:02 +01:00
|
|
|
{
|
|
|
|
"name": "website",
|
|
|
|
"version": "0.0.0",
|
|
|
|
"description": "",
|
|
|
|
"private": true,
|
|
|
|
"scripts": {
|
2022-06-10 09:13:00 +01:00
|
|
|
"test": "echo \"Error: no test specified\" && exit 1",
|
|
|
|
"build:js": "esbuild static/src/js/*.js --bundle --outdir=static/build/js --minify --sourcemap",
|
2022-06-12 17:21:46 +01:00
|
|
|
"build:css": "sass --style=compressed --load-path=$PWD/node_modules static/src/scss:static/build/css",
|
|
|
|
"build:contrib": "./scripts/copy-npm-contrib.sh",
|
2022-06-12 19:35:06 +01:00
|
|
|
"build": "npm-run-all build:*",
|
|
|
|
"lint": "prettier --check static/src",
|
|
|
|
"format": "prettier --write static/src"
|
2022-06-09 09:09:02 +01:00
|
|
|
},
|
2022-06-10 09:13:00 +01:00
|
|
|
"author": "Jake Howard",
|
|
|
|
"devDependencies": {
|
|
|
|
"esbuild": "^0.14.43",
|
|
|
|
"npm-run-all": "^4.1.5",
|
2022-06-12 19:35:06 +01:00
|
|
|
"prettier": "2.6.2",
|
2022-06-10 09:13:00 +01:00
|
|
|
"sass": "^1.52.3"
|
2022-06-12 17:21:46 +01:00
|
|
|
},
|
|
|
|
"dependencies": {
|
|
|
|
"@fortawesome/fontawesome-free": "^6.1.1",
|
2022-06-12 18:06:17 +01:00
|
|
|
"bulma": "^0.9.4",
|
2022-06-20 08:46:42 +01:00
|
|
|
"darkreader": "^4.9.51",
|
2022-06-28 21:43:44 +01:00
|
|
|
"elevator.js": "^1.0.1",
|
2022-07-04 20:27:08 +01:00
|
|
|
"firacode": "^6.2.0",
|
2022-07-26 09:04:14 +01:00
|
|
|
"htmx.org": "^1.8.0",
|
2022-07-04 20:06:04 +01:00
|
|
|
"lite-youtube-embed": "^0.2.0",
|
2022-07-04 22:17:46 +01:00
|
|
|
"lodash.debounce": "^4.0.8",
|
2022-07-20 22:39:35 +01:00
|
|
|
"lodash.throttle": "^4.1.1",
|
2022-07-04 20:06:04 +01:00
|
|
|
"shareon": "^2.0.0"
|
2022-06-10 09:13:00 +01:00
|
|
|
}
|
2022-06-09 09:09:02 +01:00
|
|
|
}
|