mirror of
https://github.com/varbhat/exatorrent.git
synced 2021-09-19 22:57:02 +03:00
Update Dependencies Bump Version Fix tsconfig.json (svelte-preprocess) Remove unused variables Fix AddUser Add `-passw` Flag
39 lines
998 B
JSON
39 lines
998 B
JSON
{
|
|
"name": "exatorrent",
|
|
"scripts": {
|
|
"build": "node ./esbuild.config.js",
|
|
"watch": "node ./esbuild.config.js -w",
|
|
"format": "prettier --write --plugin-search-dir=. ."
|
|
},
|
|
"repository": {
|
|
"type": "git",
|
|
"url": "git+https://github.com/varbhat/exatorrent.git"
|
|
},
|
|
"author": "varbhat",
|
|
"license": "GPL-3.0-or-later",
|
|
"bugs": {
|
|
"url": "https://github.com/varbhat/exatorrent/issues"
|
|
},
|
|
"homepage": "https://github.com/varbhat/exatorrent#readme",
|
|
"private": true,
|
|
"type": "module",
|
|
"devDependencies": {
|
|
"@tsconfig/svelte": "^2.0.1",
|
|
"prettier": "^2.4.1",
|
|
"prettier-plugin-svelte": "^2.4.0",
|
|
"svelte-check": "^2.2.6",
|
|
"typescript": "^4.4.3"
|
|
},
|
|
"dependencies": {
|
|
"slocation": "latest",
|
|
"esbuild": "^0.12.28",
|
|
"esbuild-svelte": "^0.5.4",
|
|
"autoprefixer": "^10.3.4",
|
|
"@tailwindcss/forms": "^0.3.3",
|
|
"postcss": "^8.3.6",
|
|
"tailwindcss": "^2.2.15",
|
|
"svelte-preprocess": "^4.9.4",
|
|
"svelte": "latest"
|
|
}
|
|
}
|