/
Undeadguy
/
matrix-spec
Обзор
Документация
Войти
/
Undeadguy
/
matrix-spec
Код
Запросы
0
Задачи
Вики
Пакеты
0
Релизы
0
Аналитика
Безопасность
main
package.json
28 строк
787 B
Kévin Commaille
Optimize generated CSS by removing unused selectors (#2008)
11 дек 2024, 01:55
Не верифицирован
11 дек 2024, 01:55
1accb9e
Код
Авторство
О чём код?
{ "name": "matrix-spec", "version": "0.0.1", "description": "Hugo theme for the Matrix specification.", "main": "none.js", "scripts": { "get-proposals": "node ./scripts/proposals.js", "test": "echo \"Error: no test specified\" && exit 1" }, "repository": { "type": "git", "url": "git+https://github.com/matrix-org/matrix-spec.git" }, "author": "The Matrix.org Foundation C.I.C.", "private": true, "license": "Apache-2.0", "bugs": { "url": "https://github.com/matrix-org/matrix-spec" }, "homepage": "https://github.com/matrix-org/matrix-spec#readme", "devDependencies": { "@fullhuman/postcss-purgecss": "^6.0.0", "autoprefixer": "^10.4.20", "node-fetch": "^2.6.7", "postcss": "^8.4.49", "postcss-cli": "^11.0.0" } }