{ "name": "tildes-reextended", "description": "An updated and reimagined recreation of Tildes Extended to enhance and improve the experience of Tildes.net.", "license": "MIT", "repository": "https://gitlab.com/tildes-community/tildes-reextended", "authors": [ "Bauke " ], "private": true, "scripts": { "start": "vite build -m development --watch", "clean": "trash build web-ext-artifacts", "build": "pnpm clean && vite build && web-ext build --source-dir build && pnpm zip-source", "zip-source": "git archive --format zip --output web-ext-artifacts/tildes_reextended-source.zip HEAD", "test": "xo && stylelint 'source/**/*.scss' && tsc" }, "dependencies": { "@holllo/migration-helper": "^0.1.2", "caret-pos": "^2.0.0", "debounce": "^1.2.1", "htm": "^3.1.0", "modern-normalize": "^1.1.0", "platform": "^1.3.6", "preact": "^10.6.6", "webextension-polyfill": "^0.8.0" }, "devDependencies": { "@preact/preset-vite": "^2.1.7", "@types/debounce": "^1.2.1", "@types/platform": "^1.3.4", "@types/webextension-polyfill": "^0.8.2", "postcss": "^8.4.8", "sass": "^1.49.9", "stylelint": "^14.5.3", "stylelint-config-standard-scss": "^3.0.0", "trash-cli": "^5.0.0", "typescript": "^4.6.2", "vite": "^2.8.6", "vite-plugin-web-extension": "^1.1.3", "web-ext": "^6.7.0", "xo": "^0.48.0" }, "stylelint": { "extends": [ "stylelint-config-standard-scss" ], "rules": { "no-descending-specificity": null, "string-quotes": "single" } }, "xo": { "prettier": true, "rules": { "@typescript-eslint/naming-convention": "off" }, "space": true } }