tutu/package.json

54 lines
1.5 KiB
JSON
Raw Normal View History

2024-07-14 12:28:44 +00:00
{
"$schema": "https://json.schemastore.org/package",
"name": "tutu",
2024-09-14 07:19:09 +00:00
"version": "1.0.6",
2024-07-14 12:28:44 +00:00
"description": "",
"private": true,
"type": "module",
"scripts": {
"dev": "vite --host 0.0.0.0",
"preview": "vite preview",
2024-07-14 13:18:28 +00:00
"dist": "vite build"
2024-07-14 12:28:44 +00:00
},
"keywords": [],
"author": "Rubicon",
"license": "Apache-2.0",
"devDependencies": {
"@suid/vite-plugin": "^0.3.0",
2024-07-14 12:28:44 +00:00
"@types/hammerjs": "^2.0.45",
"postcss": "^8.4.45",
2024-08-12 14:01:57 +00:00
"prettier": "^3.3.3",
"typescript": "^5.6.2",
"vite": "^5.4.5",
2024-07-22 13:57:04 +00:00
"vite-plugin-package-version": "^1.1.0",
"vite-plugin-pwa": "^0.20.5",
2024-07-14 12:28:44 +00:00
"vite-plugin-solid": "^2.10.2",
2024-07-14 12:58:55 +00:00
"vite-plugin-solid-styled": "^0.11.1",
"wrangler": "^3.78.2"
2024-07-14 12:28:44 +00:00
},
"dependencies": {
2024-09-26 09:23:40 +00:00
"@formatjs/intl-localematcher": "^0.5.4",
"@nanostores/persistent": "^0.10.2",
2024-07-14 12:28:44 +00:00
"@nanostores/solid": "^0.4.2",
"@solid-primitives/event-listener": "^2.3.3",
2024-09-26 09:23:40 +00:00
"@solid-primitives/i18n": "^2.1.1",
2024-08-07 09:04:54 +00:00
"@solid-primitives/intersection-observer": "^2.1.6",
2024-08-12 14:01:57 +00:00
"@solid-primitives/resize-observer": "^2.0.26",
"@solidjs/router": "^0.14.5",
"@suid/icons-material": "^0.8.0",
"@suid/material": "^0.17.0",
2024-07-14 12:28:44 +00:00
"blurhash": "^2.0.5",
2024-08-17 09:16:18 +00:00
"colorjs.io": "^0.5.2",
2024-07-14 12:28:44 +00:00
"date-fns": "^3.6.0",
2024-08-17 09:16:18 +00:00
"fast-average-color": "^9.4.0",
2024-07-14 12:28:44 +00:00
"hammerjs": "^2.0.8",
"masto": "^6.8.0",
"nanostores": "^0.11.3",
"solid-js": "^1.8.22",
2024-08-05 08:24:34 +00:00
"solid-styled": "^0.11.1",
"stacktrace-js": "^2.0.2",
"web-animations-js": "^2.3.2"
2024-07-14 12:28:44 +00:00
},
2024-08-05 06:12:33 +00:00
"packageManager": "bun@1.1.21"
2024-07-14 12:28:44 +00:00
}