feat: updates

This commit is contained in:
qier222 2022-07-11 11:06:41 +08:00
parent 0b4baa3eff
commit 222fb02355
No known key found for this signature in database
GPG key ID: 9C85007ED905F14D
77 changed files with 654 additions and 551 deletions

View file

@ -9,14 +9,15 @@
"test": "vitest",
"test:ui": "vitest --ui",
"test:coverage": "vitest run --coverage",
"test:types": "tsc --noEmit --project src/renderer/tsconfig.json",
"test:types": "tsc --noEmit --project ./tsconfig.json",
"lint": "eslint --ext .ts,.js,.tsx,.jsx ./",
"analyze:css": "npx windicss-analysis",
"analyze:js": "npm run build && open-cli bundle-stats-renderer.html",
"storybook": "start-storybook -p 6006",
"storybook:build": "build-storybook",
"generate:accent-color-css": "node ./scripts/generate.accent.color.css.js",
"api:netease": "npx NeteaseCloudMusicApi@latest"
"api:netease": "npx NeteaseCloudMusicApi@latest",
"format": "prettier --config ../../prettier.config.js --write './**/*.{ts,tsx,js,jsx,css}' --ignore-path ../../.prettierignore"
},
"engines": {
"node": "^14.13.1 || >=16.0.0"
@ -25,7 +26,6 @@
"@emotion/css": "^11.9.0",
"@sentry/react": "^6.19.7",
"@sentry/tracing": "^6.19.7",
"@tanstack/react-virtual": "3.0.0-beta.2",
"ahooks": "^3.4.1",
"axios": "^0.27.2",
"color.js": "^1.2.0",
@ -48,6 +48,7 @@
"react-query": "^3.38.0",
"react-router-dom": "^6.3.0",
"react-use": "^17.4.0",
"react-virtuoso": "^2.16.1",
"valtio": "^1.6.1"
},
"devDependencies": {