67 lines
2.0 KiB
JSON
67 lines
2.0 KiB
JSON
{
|
|
"name": "aquavox",
|
|
"version": "2.0.0",
|
|
"private": false,
|
|
"scripts": {
|
|
"dev": "vite dev",
|
|
"build": "vite build",
|
|
"preview": "vite preview",
|
|
"check": "svelte-kit sync && svelte-check --tsconfig ./jsconfig.json",
|
|
"check:watch": "svelte-kit sync && svelte-check --tsconfig ./jsconfig.json --watch",
|
|
"test": "vitest",
|
|
"lint": "prettier --check . && eslint .",
|
|
"format": "prettier --write .",
|
|
"go": "PORT=4173 node build"
|
|
},
|
|
"devDependencies": {
|
|
"@iconify/svelte": "^4.0.2",
|
|
"@sveltejs/adapter-auto": "^3.2.0",
|
|
"@sveltejs/adapter-node": "^5.0.1",
|
|
"@sveltejs/kit": "^2.5.9",
|
|
"@sveltejs/vite-plugin-svelte": "^3.1.0",
|
|
"@types/eslint": "^8.56.10",
|
|
"@types/node": "^20.14.10",
|
|
"@types/uuid": "^9.0.8",
|
|
"autoprefixer": "^10.4.19",
|
|
"eslint": "^8.57.0",
|
|
"eslint-config-prettier": "^9.1.0",
|
|
"eslint-plugin-svelte": "^2.39.0",
|
|
"postcss": "^8.4.38",
|
|
"prettier": "^3.2.5",
|
|
"prettier-plugin-svelte": "^3.2.3",
|
|
"svelte": "^4.2.17",
|
|
"svelte-check": "^3.7.1",
|
|
"tailwindcss": "^3.4.3",
|
|
"typescript": "^5.4.5",
|
|
"vite": "^5.2.11",
|
|
"vite-plugin-wasm": "^3.3.0",
|
|
"vitest": "^1.6.0"
|
|
},
|
|
"type": "module",
|
|
"dependencies": {
|
|
"@applemusic-like-lyrics/core": "^0.1.3",
|
|
"@applemusic-like-lyrics/lyric": "^0.2.2",
|
|
"@esbuild-plugins/node-globals-polyfill": "^0.2.3",
|
|
"@pixi/app": "^7.4.2",
|
|
"@pixi/core": "^7.4.2",
|
|
"@pixi/display": "^7.4.2",
|
|
"@pixi/filter-blur": "^7.4.2",
|
|
"@pixi/filter-bulge-pinch": "^5.1.1",
|
|
"@pixi/filter-color-matrix": "^7.4.2",
|
|
"@pixi/sprite": "^7.4.2",
|
|
"@types/bun": "^1.1.6",
|
|
"bezier-easing": "^2.1.0",
|
|
"jotai": "^2.8.0",
|
|
"jotai-svelte": "^0.0.2",
|
|
"jss": "^10.10.0",
|
|
"jss-preset-default": "^10.10.0",
|
|
"localforage": "^1.10.0",
|
|
"lrc-parser-ts": "^1.0.3",
|
|
"music-metadata-browser": "^2.5.10",
|
|
"node-cache": "^5.1.2",
|
|
"rollup-plugin-node-polyfills": "^0.2.1",
|
|
"typescript-parsec": "^0.3.4",
|
|
"uuid": "^9.0.1"
|
|
}
|
|
}
|