mirror of
https://github.com/xx7661/kunkun-ext-crypto-tiles.git
synced 2025-04-03 01:56:42 +00:00
73 lines
1.8 KiB
JSON
73 lines
1.8 KiB
JSON
{
|
|
"$schema": "https://schema.kunkun.sh",
|
|
"license": "MIT",
|
|
"repository": {
|
|
"type": "git",
|
|
"url": "https://github.com/xx7661/kunkun-ext-crypto-tiles"
|
|
},
|
|
"name": "kunkun-ext-crypto-tiles",
|
|
"private": false,
|
|
"version": "0.0.51",
|
|
"type": "module",
|
|
"kunkun": {
|
|
"name": "crypto tiles",
|
|
"identifier": "crypto-tiles",
|
|
"shortDescription": "Crypto Market Tiles",
|
|
"longDescription": "Shows latest crypto market tiles powered by coin360.com",
|
|
"icon": {
|
|
"type": "iconify",
|
|
"value": "cryptocurrency-color:btc"
|
|
},
|
|
"permissions": [],
|
|
"demoImages": [],
|
|
"customUiCmds": [
|
|
{
|
|
"main": "/",
|
|
"dist": "build",
|
|
"devMain": "http://localhost:5173/",
|
|
"name": "Crypto Tiles",
|
|
"cmds": []
|
|
}
|
|
]
|
|
},
|
|
"scripts": {
|
|
"dev": "vite dev",
|
|
"build": "vite build",
|
|
"preview": "vite preview",
|
|
"prepare": "svelte-kit sync || echo ''",
|
|
"check": "svelte-kit sync && svelte-check --tsconfig ./tsconfig.json",
|
|
"check:watch": "svelte-kit sync && svelte-check --tsconfig ./tsconfig.json --watch",
|
|
"format": "prettier --write .",
|
|
"lint": "prettier --check . && eslint ."
|
|
},
|
|
"devDependencies": {
|
|
"@eslint/compat": "^1.2.5",
|
|
"@eslint/js": "^9.18.0",
|
|
"@sveltejs/adapter-auto": "^4.0.0",
|
|
"@sveltejs/adapter-static": "^3.0.8",
|
|
"@sveltejs/kit": "^2.16.0",
|
|
"@sveltejs/vite-plugin-svelte": "^5.0.0",
|
|
"@tailwindcss/vite": "^4.0.0",
|
|
"eslint": "^9.18.0",
|
|
"eslint-config-prettier": "^10.0.1",
|
|
"eslint-plugin-svelte": "^3.0.0",
|
|
"globals": "^16.0.0",
|
|
"prettier": "^3.4.2",
|
|
"prettier-plugin-svelte": "^3.3.3",
|
|
"prettier-plugin-tailwindcss": "^0.6.11",
|
|
"svelte": "^5.0.0",
|
|
"svelte-check": "^4.0.0",
|
|
"tailwindcss": "^4.0.0",
|
|
"typescript": "^5.0.0",
|
|
"typescript-eslint": "^8.20.0",
|
|
"vite": "^6.0.0"
|
|
},
|
|
"files": [
|
|
"./build",
|
|
".gitignore"
|
|
],
|
|
"dependencies": {
|
|
"@kksh/api": "^0.1.5"
|
|
}
|
|
}
|