Files
materialious/materialious/package.json
T
2024-05-01 09:32:08 +12:00

53 lines
1.5 KiB
JSON

{
"name": "materialious",
"version": "0.0.1",
"private": true,
"scripts": {
"dev": "vite dev",
"build": "vite build",
"preview": "vite preview",
"check": "svelte-kit sync && svelte-check --tsconfig ./tsconfig.json",
"check:watch": "svelte-kit sync && svelte-check --tsconfig ./tsconfig.json --watch",
"lint": "prettier --check . && eslint .",
"format": "prettier --write ."
},
"devDependencies": {
"@sveltejs/adapter-auto": "^3.0.0",
"@sveltejs/adapter-static": "^3.0.1",
"@sveltejs/kit": "^2.0.0",
"@sveltejs/vite-plugin-svelte": "^3.1.0",
"@types/eslint": "^8.56.7",
"@types/event-source-polyfill": "^1.0.5",
"@types/human-number": "^1.0.2",
"@types/mousetrap": "^1.6.15",
"@typescript-eslint/eslint-plugin": "^7.8.0",
"@typescript-eslint/parser": "^7.7.1",
"@vite-pwa/sveltekit": "^0.4.0",
"eslint": "^8.56.0",
"eslint-config-prettier": "^9.1.0",
"eslint-plugin-svelte": "^2.38.0",
"prettier": "^3.1.1",
"prettier-plugin-svelte": "^3.2.3",
"svelte": "^4.2.15",
"svelte-check": "^3.7.0",
"tslib": "^2.4.1",
"typescript": "^5.4.5",
"vite": "^5.2.10"
},
"type": "module",
"dependencies": {
"beercss": "^3.5.1",
"fuse.js": "^7.0.0",
"human-number": "^2.0.4",
"material-dynamic-colors": "^1.1.0",
"media-icons": "^0.10.0",
"mousetrap": "^1.6.5",
"peerjs": "^1.5.2",
"sponsorblock-api": "^0.2.4",
"svelte-i18n": "^4.0.0",
"svelte-infinite-loading": "^1.3.8",
"svelte-persisted-store": "^0.9.2",
"vidstack": "^1.11.21"
}
}