mirror of
https://github.com/VSCodium/repositories-linux.git
synced 2026-02-03 19:44:56 -06:00
31 lines
737 B
JSON
31 lines
737 B
JSON
{
|
|
"name": "repositories-linux",
|
|
"description": "Repositories Linux",
|
|
"version": "1.0.0",
|
|
"private": true,
|
|
"author": {
|
|
"name": "Baptiste Augrain",
|
|
"email": "daiyam@zokugun.org"
|
|
},
|
|
"license": "MIT",
|
|
"homepage": "https://github.com/VSCodium/repositories-linux",
|
|
"repository": {
|
|
"type": "git",
|
|
"url": "https://github.com/VSCodium/repositories-linux.git"
|
|
},
|
|
"bugs": {
|
|
"url": "https://github.com/VSCodium/repositories-linux/issues"
|
|
},
|
|
"scripts": {
|
|
"build:pages": "./scripts/setup.sh; ./scripts/build_pages.sh"
|
|
},
|
|
"dependencies": {
|
|
"@tailwindcss/cli": "^4.1.12",
|
|
"@tailwindcss/typography": "^0.5.16",
|
|
"liquidjs": "^10.21.1",
|
|
"marked-it-cli": "^2.4.5",
|
|
"tailwindcss": "^4.1.12",
|
|
"wrangler": "^4.59.0"
|
|
}
|
|
}
|